diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-04 13:15:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-04 13:15:59 +0200 |
commit | 4a2209eed678fd4060de0c2d47758cb8d21779dc (patch) | |
tree | d9ddc892004f15eddcc9d0146b845c31f54c6ddd /profiles/laptop | |
download | gentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.tar.gz gentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.tar.bz2 gentoo-personal-overlay-4a2209eed678fd4060de0c2d47758cb8d21779dc.zip |
Initial personal gentoo overlay
Diffstat (limited to 'profiles/laptop')
-rw-r--r-- | profiles/laptop/eapi | 1 | ||||
-rw-r--r-- | profiles/laptop/package.accept_keywords | 4 | ||||
-rw-r--r-- | profiles/laptop/packages | 14 | ||||
-rw-r--r-- | profiles/laptop/parent | 1 |
4 files changed, 20 insertions, 0 deletions
diff --git a/profiles/laptop/eapi b/profiles/laptop/eapi new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/profiles/laptop/eapi @@ -0,0 +1 @@ +6 diff --git a/profiles/laptop/package.accept_keywords b/profiles/laptop/package.accept_keywords new file mode 100644 index 0000000..1f346e1 --- /dev/null +++ b/profiles/laptop/package.accept_keywords @@ -0,0 +1,4 @@ +# powertop +sys-power/powertop ~amd64 +# Syslinux +sys-boot/syslinux ~amd64 diff --git a/profiles/laptop/packages b/profiles/laptop/packages new file mode 100644 index 0000000..4bae3f4 --- /dev/null +++ b/profiles/laptop/packages @@ -0,0 +1,14 @@ +# Power +sys-apps/hdparm +sys-power/acpid +sys-power/pm-utils +sys-power/powertop + +# Wifi +net-wireless/iw +net-wireless/rfkill +net-wireless/wireless-tools +net-wireless/wpa_supplicant + +# i2c +sys-apps/i2c-tools diff --git a/profiles/laptop/parent b/profiles/laptop/parent new file mode 100644 index 0000000..5b26f1c --- /dev/null +++ b/profiles/laptop/parent @@ -0,0 +1 @@ +../desktop |