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/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 ++++++++++ 5 files changed, 31 insertions(+) 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 (limited to 'profiles/host-ridcully') 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 -- cgit v1.2.3