diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-02-20 17:36:10 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-02-26 14:08:02 +0100 |
commit | 1b4a04155068b831faf6ea54d1fa7463cba0ee15 (patch) | |
tree | 9c09d69a5e9545ca30b909ba7c8068bad18a4e65 /profiles/host-ridcully | |
parent | 3b6b05bca85caaed826a5a466d7f1504640e209c (diff) | |
download | gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.tar.gz gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.tar.bz2 gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.zip |
profiles: rename end profiles to more appropriate names
Diffstat (limited to 'profiles/host-ridcully')
-rw-r--r-- | profiles/host-ridcully/eapi | 1 | ||||
-rw-r--r-- | profiles/host-ridcully/make.defaults | 8 | ||||
-rw-r--r-- | profiles/host-ridcully/package.use | 3 | ||||
-rw-r--r-- | profiles/host-ridcully/packages | 9 | ||||
-rw-r--r-- | profiles/host-ridcully/parent | 10 |
5 files changed, 31 insertions, 0 deletions
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 |