From 1b4a04155068b831faf6ea54d1fa7463cba0ee15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Feb 2020 17:36:10 +0100 Subject: profiles: rename end profiles to more appropriate names --- profiles/cynerd-desktop/eapi | 1 - profiles/cynerd-desktop/make.defaults | 8 -------- profiles/cynerd-desktop/package.use | 3 --- profiles/cynerd-desktop/packages | 9 --------- profiles/cynerd-desktop/parent | 10 ---------- profiles/cynerd-laptop/eapi | 1 - profiles/cynerd-laptop/make.defaults | 7 ------- profiles/cynerd-laptop/package.use | 8 -------- profiles/cynerd-laptop/packages | 1 - profiles/cynerd-laptop/parent | 9 --------- profiles/cynerd-live-usb/eapi | 1 - profiles/cynerd-live-usb/make.defaults | 5 ----- profiles/cynerd-live-usb/packages | 3 --- profiles/cynerd-live-usb/parent | 1 - profiles/cynerd-onemix/eapi | 1 - profiles/cynerd-onemix/make.defaults | 7 ------- profiles/cynerd-onemix/package.use | 6 ------ profiles/cynerd-onemix/packages | 1 - profiles/cynerd-onemix/parent | 7 ------- profiles/cynerd-vpsfree/eapi | 1 - profiles/cynerd-vpsfree/make.defaults | 9 --------- profiles/cynerd-vpsfree/package.use | 7 ------- profiles/cynerd-vpsfree/packages | 30 ------------------------------ profiles/cynerd-vpsfree/parent | 3 --- profiles/cynerd-work/eapi | 1 - profiles/cynerd-work/make.defaults | 7 ------- profiles/cynerd-work/package.use | 8 -------- profiles/cynerd-work/packages | 6 ------ profiles/cynerd-work/parent | 6 ------ profiles/host-albert/eapi | 1 + profiles/host-albert/make.defaults | 7 +++++++ profiles/host-albert/package.use | 8 ++++++++ profiles/host-albert/packages | 1 + profiles/host-albert/parent | 9 +++++++++ profiles/host-dean/eapi | 1 + profiles/host-dean/make.defaults | 7 +++++++ profiles/host-dean/package.use | 8 ++++++++ profiles/host-dean/packages | 6 ++++++ profiles/host-dean/parent | 6 ++++++ profiles/host-errol/eapi | 1 + profiles/host-errol/make.defaults | 4 ++++ profiles/host-errol/package.use | 2 ++ profiles/host-errol/packages | 10 ++++++++++ profiles/host-errol/parent | 3 +++ profiles/host-lipwig/eapi | 1 + profiles/host-lipwig/make.defaults | 9 +++++++++ profiles/host-lipwig/package.use | 7 +++++++ profiles/host-lipwig/packages | 30 ++++++++++++++++++++++++++++++ profiles/host-lipwig/parent | 3 +++ profiles/host-ridcully/eapi | 1 + profiles/host-ridcully/make.defaults | 8 ++++++++ profiles/host-ridcully/package.use | 3 +++ profiles/host-ridcully/packages | 9 +++++++++ profiles/host-ridcully/parent | 10 ++++++++++ profiles/host-susan/eapi | 1 + profiles/host-susan/make.defaults | 7 +++++++ profiles/host-susan/package.use | 6 ++++++ profiles/host-susan/packages | 1 + profiles/host-susan/parent | 7 +++++++ profiles/live-usb/eapi | 1 + profiles/live-usb/make.defaults | 5 +++++ profiles/live-usb/packages | 3 +++ profiles/live-usb/parent | 1 + profiles/profiles.desc | 18 ++++++++++++------ 64 files changed, 199 insertions(+), 173 deletions(-) delete mode 100644 profiles/cynerd-desktop/eapi delete mode 100644 profiles/cynerd-desktop/make.defaults delete mode 100644 profiles/cynerd-desktop/package.use delete mode 100644 profiles/cynerd-desktop/packages delete mode 100644 profiles/cynerd-desktop/parent delete mode 100644 profiles/cynerd-laptop/eapi delete mode 100644 profiles/cynerd-laptop/make.defaults delete mode 100644 profiles/cynerd-laptop/package.use delete mode 100644 profiles/cynerd-laptop/packages delete mode 100644 profiles/cynerd-laptop/parent delete mode 100644 profiles/cynerd-live-usb/eapi delete mode 100644 profiles/cynerd-live-usb/make.defaults delete mode 100644 profiles/cynerd-live-usb/packages delete mode 100644 profiles/cynerd-live-usb/parent delete mode 100644 profiles/cynerd-onemix/eapi delete mode 100644 profiles/cynerd-onemix/make.defaults delete mode 100644 profiles/cynerd-onemix/package.use delete mode 100644 profiles/cynerd-onemix/packages delete mode 100644 profiles/cynerd-onemix/parent delete mode 100644 profiles/cynerd-vpsfree/eapi delete mode 100644 profiles/cynerd-vpsfree/make.defaults delete mode 100644 profiles/cynerd-vpsfree/package.use delete mode 100644 profiles/cynerd-vpsfree/packages delete mode 100644 profiles/cynerd-vpsfree/parent delete mode 100644 profiles/cynerd-work/eapi delete mode 100644 profiles/cynerd-work/make.defaults delete mode 100644 profiles/cynerd-work/package.use delete mode 100644 profiles/cynerd-work/packages delete mode 100644 profiles/cynerd-work/parent create mode 100644 profiles/host-albert/eapi create mode 100644 profiles/host-albert/make.defaults create mode 100644 profiles/host-albert/package.use create mode 100644 profiles/host-albert/packages create mode 100644 profiles/host-albert/parent create mode 100644 profiles/host-dean/eapi create mode 100644 profiles/host-dean/make.defaults create mode 100644 profiles/host-dean/package.use create mode 100644 profiles/host-dean/packages create mode 100644 profiles/host-dean/parent create mode 100644 profiles/host-errol/eapi create mode 100644 profiles/host-errol/make.defaults create mode 100644 profiles/host-errol/package.use create mode 100644 profiles/host-errol/packages create mode 100644 profiles/host-errol/parent create mode 100644 profiles/host-lipwig/eapi create mode 100644 profiles/host-lipwig/make.defaults create mode 100644 profiles/host-lipwig/package.use create mode 100644 profiles/host-lipwig/packages create mode 100644 profiles/host-lipwig/parent create mode 100644 profiles/host-ridcully/eapi create mode 100644 profiles/host-ridcully/make.defaults create mode 100644 profiles/host-ridcully/package.use create mode 100644 profiles/host-ridcully/packages create mode 100644 profiles/host-ridcully/parent create mode 100644 profiles/host-susan/eapi create mode 100644 profiles/host-susan/make.defaults create mode 100644 profiles/host-susan/package.use create mode 100644 profiles/host-susan/packages create mode 100644 profiles/host-susan/parent create mode 100644 profiles/live-usb/eapi create mode 100644 profiles/live-usb/make.defaults create mode 100644 profiles/live-usb/packages create mode 100644 profiles/live-usb/parent diff --git a/profiles/cynerd-desktop/eapi b/profiles/cynerd-desktop/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-desktop/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-desktop/make.defaults b/profiles/cynerd-desktop/make.defaults deleted file mode 100644 index 19367a3..0000000 --- a/profiles/cynerd-desktop/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" -MAKEOPTS="-j12" - -INPUT_DEVICES="roccat_suora" -VIDEO_CARDS="amdgpu radeonsi" - -USE_EXPAND="INPUT_DEVICES VIDEO_CARDS" diff --git a/profiles/cynerd-desktop/package.use b/profiles/cynerd-desktop/package.use deleted file mode 100644 index 4aee9e2..0000000 --- a/profiles/cynerd-desktop/package.use +++ /dev/null @@ -1,3 +0,0 @@ -sys-kernel/linux initramfs ucode - -x11-themes/background-lnxpcs 1440p diff --git a/profiles/cynerd-desktop/packages b/profiles/cynerd-desktop/packages deleted file mode 100644 index e8f550f..0000000 --- a/profiles/cynerd-desktop/packages +++ /dev/null @@ -1,9 +0,0 @@ -sys-boot/myinitramfs - -# lighttpd -www-servers/lighttpd - -sys-fs/ntfs3g - -# Roccat keyboard -sys-apps/roccat-tools diff --git a/profiles/cynerd-desktop/parent b/profiles/cynerd-desktop/parent deleted file mode 100644 index f2641e6..0000000 --- a/profiles/cynerd-desktop/parent +++ /dev/null @@ -1,10 +0,0 @@ -../base/amd64/amd -../desktop/x -../desktop/wayland -../devel -../devel/arm -../devel/avr/arduino -../devel/bigclown -../hwdevel -#../latex -../gaming diff --git a/profiles/cynerd-laptop/eapi b/profiles/cynerd-laptop/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-laptop/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-laptop/make.defaults b/profiles/cynerd-laptop/make.defaults deleted file mode 100644 index a5ef133..0000000 --- a/profiles/cynerd-laptop/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" -MAKEOPTS="-j3" - -VIDEO_CARDS="intel i965" - -USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/cynerd-laptop/package.use b/profiles/cynerd-laptop/package.use deleted file mode 100644 index 21843f3..0000000 --- a/profiles/cynerd-laptop/package.use +++ /dev/null @@ -1,8 +0,0 @@ -# For myinitramfs -sys-kernel/linux initramfs ucode - -# Required by chromium -dev-libs/libxml2 icu - -# Disable opencl and d3d9 as those are not supported on intel gpu -media-libs/mesa -opencl -d3d9 diff --git a/profiles/cynerd-laptop/packages b/profiles/cynerd-laptop/packages deleted file mode 100644 index e324593..0000000 --- a/profiles/cynerd-laptop/packages +++ /dev/null @@ -1 +0,0 @@ -sys-boot/myinitramfs diff --git a/profiles/cynerd-laptop/parent b/profiles/cynerd-laptop/parent deleted file mode 100644 index 177d77b..0000000 --- a/profiles/cynerd-laptop/parent +++ /dev/null @@ -1,9 +0,0 @@ -../base/amd64/intel -../laptop -../desktop/wayland -../devel -../devel/avr -../devel/arm -../hwdevel -#../latex -../gaming diff --git a/profiles/cynerd-live-usb/eapi b/profiles/cynerd-live-usb/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-live-usb/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-live-usb/make.defaults b/profiles/cynerd-live-usb/make.defaults deleted file mode 100644 index 8ce2601..0000000 --- a/profiles/cynerd-live-usb/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" - -L10N="en" -LINGUAS="en" diff --git a/profiles/cynerd-live-usb/packages b/profiles/cynerd-live-usb/packages deleted file mode 100644 index 5353ed7..0000000 --- a/profiles/cynerd-live-usb/packages +++ /dev/null @@ -1,3 +0,0 @@ -# For wireless -net-wireless/wpa_supplicant -net-wireless/wavemon diff --git a/profiles/cynerd-live-usb/parent b/profiles/cynerd-live-usb/parent deleted file mode 100644 index ffc5cf7..0000000 --- a/profiles/cynerd-live-usb/parent +++ /dev/null @@ -1 +0,0 @@ -../base/amd64 diff --git a/profiles/cynerd-onemix/eapi b/profiles/cynerd-onemix/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-onemix/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-onemix/make.defaults b/profiles/cynerd-onemix/make.defaults deleted file mode 100644 index f6316eb..0000000 --- a/profiles/cynerd-onemix/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" -MAKEOPTS="-j3" - -VIDEO_CARDS="intel i965" - -USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/cynerd-onemix/package.use b/profiles/cynerd-onemix/package.use deleted file mode 100644 index f669197..0000000 --- a/profiles/cynerd-onemix/package.use +++ /dev/null @@ -1,6 +0,0 @@ -sys-kernel/linux initramfs ucode - -x11-themes/background-lnxpcs 1600p - -# Disable opencl and d3d9 as those are not supported on intel gpu -media-libs/mesa -opencl -d3d9 diff --git a/profiles/cynerd-onemix/packages b/profiles/cynerd-onemix/packages deleted file mode 100644 index e324593..0000000 --- a/profiles/cynerd-onemix/packages +++ /dev/null @@ -1 +0,0 @@ -sys-boot/myinitramfs diff --git a/profiles/cynerd-onemix/parent b/profiles/cynerd-onemix/parent deleted file mode 100644 index b1f0abb..0000000 --- a/profiles/cynerd-onemix/parent +++ /dev/null @@ -1,7 +0,0 @@ -../base/amd64/intel -../laptop/touch -../desktop/wayland -../devel -../hwdevel -../latex -../gaming diff --git a/profiles/cynerd-vpsfree/eapi b/profiles/cynerd-vpsfree/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-vpsfree/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-vpsfree/make.defaults b/profiles/cynerd-vpsfree/make.defaults deleted file mode 100644 index 7af7632..0000000 --- a/profiles/cynerd-vpsfree/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# vim:ft=gentoo-make-conf -USE="$USE -udev suid" -CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" - -GENTOO_MIRRORS="https://mirror.vpsfree.cz/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/" - -MAKEOPTS="-j6" -L10N="en" -LINGUAS="en" diff --git a/profiles/cynerd-vpsfree/package.use b/profiles/cynerd-vpsfree/package.use deleted file mode 100644 index fb346cc..0000000 --- a/profiles/cynerd-vpsfree/package.use +++ /dev/null @@ -1,7 +0,0 @@ -net-libs/gnutls tools - -# Webserver -www-servers/nginx vim-syntax - -# For laminar -dev-cpp/websocketpp boost diff --git a/profiles/cynerd-vpsfree/packages b/profiles/cynerd-vpsfree/packages deleted file mode 100644 index 7ca5c75..0000000 --- a/profiles/cynerd-vpsfree/packages +++ /dev/null @@ -1,30 +0,0 @@ -# Network -net-misc/netifrc -net-vpn/openvpn -net-vpn/wireguard-tools - -# Webserver -www-servers/nginx -app-crypt/certbot-nginx -# Radicale (CalDAV/CardDAV server) -www-apps/radicale -app-admin/apache-tools -dev-python/passlib -# Grafana and InfluxDB -www-apps/grafana-bin -dev-db/influxdb - -# TaskWarrior server -app-misc/taskd -# Synchronization -net-p2p/syncthing-conf - -# Build -dev-util/laminar - -# DNS -net-dns/knot - -# Mail -mail-mta/postfix -mail-filter/spamassassin diff --git a/profiles/cynerd-vpsfree/parent b/profiles/cynerd-vpsfree/parent deleted file mode 100644 index c233a6c..0000000 --- a/profiles/cynerd-vpsfree/parent +++ /dev/null @@ -1,3 +0,0 @@ -gentoo:default/linux/amd64/17.0 -../base -../compile/openwrt diff --git a/profiles/cynerd-work/eapi b/profiles/cynerd-work/eapi deleted file mode 100644 index 7f8f011..0000000 --- a/profiles/cynerd-work/eapi +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/profiles/cynerd-work/make.defaults b/profiles/cynerd-work/make.defaults deleted file mode 100644 index d9301bd..0000000 --- a/profiles/cynerd-work/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" -MAKEOPTS="-j7" - -VIDEO_CARDS="intel i965" - -USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/cynerd-work/package.use b/profiles/cynerd-work/package.use deleted file mode 100644 index 8a5ca18..0000000 --- a/profiles/cynerd-work/package.use +++ /dev/null @@ -1,8 +0,0 @@ -# For myinitramfs -sys-kernel/linux initramfs ucode - -# Required by chromium -dev-libs/libxml2 icu - -app-emulation/docker btrfs -media-libs/mesa -opencl diff --git a/profiles/cynerd-work/packages b/profiles/cynerd-work/packages deleted file mode 100644 index c221ab0..0000000 --- a/profiles/cynerd-work/packages +++ /dev/null @@ -1,6 +0,0 @@ -sys-boot/myinitramfs - -# Dockershit -app-emulation/docker -# Othershit -net-libs/nodejs diff --git a/profiles/cynerd-work/parent b/profiles/cynerd-work/parent deleted file mode 100644 index d183e03..0000000 --- a/profiles/cynerd-work/parent +++ /dev/null @@ -1,6 +0,0 @@ -../base/amd64/intel -../desktop/x -../desktop/wayland -../devel -../hwdevel -#../latex diff --git a/profiles/host-albert/eapi b/profiles/host-albert/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-albert/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-albert/make.defaults b/profiles/host-albert/make.defaults new file mode 100644 index 0000000..a5ef133 --- /dev/null +++ b/profiles/host-albert/make.defaults @@ -0,0 +1,7 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" +MAKEOPTS="-j3" + +VIDEO_CARDS="intel i965" + +USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/host-albert/package.use b/profiles/host-albert/package.use new file mode 100644 index 0000000..21843f3 --- /dev/null +++ b/profiles/host-albert/package.use @@ -0,0 +1,8 @@ +# For myinitramfs +sys-kernel/linux initramfs ucode + +# Required by chromium +dev-libs/libxml2 icu + +# Disable opencl and d3d9 as those are not supported on intel gpu +media-libs/mesa -opencl -d3d9 diff --git a/profiles/host-albert/packages b/profiles/host-albert/packages new file mode 100644 index 0000000..e324593 --- /dev/null +++ b/profiles/host-albert/packages @@ -0,0 +1 @@ +sys-boot/myinitramfs diff --git a/profiles/host-albert/parent b/profiles/host-albert/parent new file mode 100644 index 0000000..177d77b --- /dev/null +++ b/profiles/host-albert/parent @@ -0,0 +1,9 @@ +../base/amd64/intel +../laptop +../desktop/wayland +../devel +../devel/avr +../devel/arm +../hwdevel +#../latex +../gaming diff --git a/profiles/host-dean/eapi b/profiles/host-dean/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-dean/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-dean/make.defaults b/profiles/host-dean/make.defaults new file mode 100644 index 0000000..d9301bd --- /dev/null +++ b/profiles/host-dean/make.defaults @@ -0,0 +1,7 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" +MAKEOPTS="-j7" + +VIDEO_CARDS="intel i965" + +USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/host-dean/package.use b/profiles/host-dean/package.use new file mode 100644 index 0000000..8a5ca18 --- /dev/null +++ b/profiles/host-dean/package.use @@ -0,0 +1,8 @@ +# For myinitramfs +sys-kernel/linux initramfs ucode + +# Required by chromium +dev-libs/libxml2 icu + +app-emulation/docker btrfs +media-libs/mesa -opencl diff --git a/profiles/host-dean/packages b/profiles/host-dean/packages new file mode 100644 index 0000000..c221ab0 --- /dev/null +++ b/profiles/host-dean/packages @@ -0,0 +1,6 @@ +sys-boot/myinitramfs + +# Dockershit +app-emulation/docker +# Othershit +net-libs/nodejs diff --git a/profiles/host-dean/parent b/profiles/host-dean/parent new file mode 100644 index 0000000..d183e03 --- /dev/null +++ b/profiles/host-dean/parent @@ -0,0 +1,6 @@ +../base/amd64/intel +../desktop/x +../desktop/wayland +../devel +../hwdevel +#../latex diff --git a/profiles/host-errol/eapi b/profiles/host-errol/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-errol/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-errol/make.defaults b/profiles/host-errol/make.defaults new file mode 100644 index 0000000..031bb18 --- /dev/null +++ b/profiles/host-errol/make.defaults @@ -0,0 +1,4 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" + +MAKEOPTS="-j14" diff --git a/profiles/host-errol/package.use b/profiles/host-errol/package.use new file mode 100644 index 0000000..b0902c9 --- /dev/null +++ b/profiles/host-errol/package.use @@ -0,0 +1,2 @@ +# For laminar +dev-cpp/websocketpp boost diff --git a/profiles/host-errol/packages b/profiles/host-errol/packages new file mode 100644 index 0000000..5e377b6 --- /dev/null +++ b/profiles/host-errol/packages @@ -0,0 +1,10 @@ +# Network rc scripts +net-misc/netifrc + +# Synchronization +net-p2p/syncthing-conf + +# Build +dev-util/laminar +## For Turris build +dev-util/ccache diff --git a/profiles/host-errol/parent b/profiles/host-errol/parent new file mode 100644 index 0000000..8401292 --- /dev/null +++ b/profiles/host-errol/parent @@ -0,0 +1,3 @@ +../base/amd64 +../compile +../compile/openwrt diff --git a/profiles/host-lipwig/eapi b/profiles/host-lipwig/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-lipwig/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-lipwig/make.defaults b/profiles/host-lipwig/make.defaults new file mode 100644 index 0000000..7af7632 --- /dev/null +++ b/profiles/host-lipwig/make.defaults @@ -0,0 +1,9 @@ +# vim:ft=gentoo-make-conf +USE="$USE -udev suid" +CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +GENTOO_MIRRORS="https://mirror.vpsfree.cz/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/" + +MAKEOPTS="-j6" +L10N="en" +LINGUAS="en" diff --git a/profiles/host-lipwig/package.use b/profiles/host-lipwig/package.use new file mode 100644 index 0000000..fb346cc --- /dev/null +++ b/profiles/host-lipwig/package.use @@ -0,0 +1,7 @@ +net-libs/gnutls tools + +# Webserver +www-servers/nginx vim-syntax + +# For laminar +dev-cpp/websocketpp boost diff --git a/profiles/host-lipwig/packages b/profiles/host-lipwig/packages new file mode 100644 index 0000000..7ca5c75 --- /dev/null +++ b/profiles/host-lipwig/packages @@ -0,0 +1,30 @@ +# Network +net-misc/netifrc +net-vpn/openvpn +net-vpn/wireguard-tools + +# Webserver +www-servers/nginx +app-crypt/certbot-nginx +# Radicale (CalDAV/CardDAV server) +www-apps/radicale +app-admin/apache-tools +dev-python/passlib +# Grafana and InfluxDB +www-apps/grafana-bin +dev-db/influxdb + +# TaskWarrior server +app-misc/taskd +# Synchronization +net-p2p/syncthing-conf + +# Build +dev-util/laminar + +# DNS +net-dns/knot + +# Mail +mail-mta/postfix +mail-filter/spamassassin diff --git a/profiles/host-lipwig/parent b/profiles/host-lipwig/parent new file mode 100644 index 0000000..c233a6c --- /dev/null +++ b/profiles/host-lipwig/parent @@ -0,0 +1,3 @@ +gentoo:default/linux/amd64/17.0 +../base +../compile/openwrt diff --git a/profiles/host-ridcully/eapi b/profiles/host-ridcully/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-ridcully/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults new file mode 100644 index 0000000..19367a3 --- /dev/null +++ b/profiles/host-ridcully/make.defaults @@ -0,0 +1,8 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" +MAKEOPTS="-j12" + +INPUT_DEVICES="roccat_suora" +VIDEO_CARDS="amdgpu radeonsi" + +USE_EXPAND="INPUT_DEVICES VIDEO_CARDS" diff --git a/profiles/host-ridcully/package.use b/profiles/host-ridcully/package.use new file mode 100644 index 0000000..4aee9e2 --- /dev/null +++ b/profiles/host-ridcully/package.use @@ -0,0 +1,3 @@ +sys-kernel/linux initramfs ucode + +x11-themes/background-lnxpcs 1440p diff --git a/profiles/host-ridcully/packages b/profiles/host-ridcully/packages new file mode 100644 index 0000000..e8f550f --- /dev/null +++ b/profiles/host-ridcully/packages @@ -0,0 +1,9 @@ +sys-boot/myinitramfs + +# lighttpd +www-servers/lighttpd + +sys-fs/ntfs3g + +# Roccat keyboard +sys-apps/roccat-tools diff --git a/profiles/host-ridcully/parent b/profiles/host-ridcully/parent new file mode 100644 index 0000000..f2641e6 --- /dev/null +++ b/profiles/host-ridcully/parent @@ -0,0 +1,10 @@ +../base/amd64/amd +../desktop/x +../desktop/wayland +../devel +../devel/arm +../devel/avr/arduino +../devel/bigclown +../hwdevel +#../latex +../gaming diff --git a/profiles/host-susan/eapi b/profiles/host-susan/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-susan/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-susan/make.defaults b/profiles/host-susan/make.defaults new file mode 100644 index 0000000..f6316eb --- /dev/null +++ b/profiles/host-susan/make.defaults @@ -0,0 +1,7 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" +MAKEOPTS="-j3" + +VIDEO_CARDS="intel i965" + +USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/host-susan/package.use b/profiles/host-susan/package.use new file mode 100644 index 0000000..f669197 --- /dev/null +++ b/profiles/host-susan/package.use @@ -0,0 +1,6 @@ +sys-kernel/linux initramfs ucode + +x11-themes/background-lnxpcs 1600p + +# Disable opencl and d3d9 as those are not supported on intel gpu +media-libs/mesa -opencl -d3d9 diff --git a/profiles/host-susan/packages b/profiles/host-susan/packages new file mode 100644 index 0000000..e324593 --- /dev/null +++ b/profiles/host-susan/packages @@ -0,0 +1 @@ +sys-boot/myinitramfs diff --git a/profiles/host-susan/parent b/profiles/host-susan/parent new file mode 100644 index 0000000..b1f0abb --- /dev/null +++ b/profiles/host-susan/parent @@ -0,0 +1,7 @@ +../base/amd64/intel +../laptop/touch +../desktop/wayland +../devel +../hwdevel +../latex +../gaming diff --git a/profiles/live-usb/eapi b/profiles/live-usb/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/live-usb/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/live-usb/make.defaults b/profiles/live-usb/make.defaults new file mode 100644 index 0000000..8ce2601 --- /dev/null +++ b/profiles/live-usb/make.defaults @@ -0,0 +1,5 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +L10N="en" +LINGUAS="en" diff --git a/profiles/live-usb/packages b/profiles/live-usb/packages new file mode 100644 index 0000000..5353ed7 --- /dev/null +++ b/profiles/live-usb/packages @@ -0,0 +1,3 @@ +# For wireless +net-wireless/wpa_supplicant +net-wireless/wavemon diff --git a/profiles/live-usb/parent b/profiles/live-usb/parent new file mode 100644 index 0000000..ffc5cf7 --- /dev/null +++ b/profiles/live-usb/parent @@ -0,0 +1 @@ +../base/amd64 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index cfc7db6..2df219b 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -1,7 +1,13 @@ -amd64 cynerd-desktop stable -amd64 cynerd-laptop stable -amd64 cynerd-live-usb stable -amd64 cynerd-onemix stable +## Hosts +# Desktops +amd64 host-ridcully stable +amd64 host-dean stable +# Laptops +amd64 host-albert stable +amd64 host-susan stable +# Servers +amd64 host-errol stable +amd64 host-lipwig stable amd64 cynerd-server stable -amd64 cynerd-vpsfree stable -amd64 cynerd-work stable +## Others +amd64 live-usb stable -- cgit v1.2.3