This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles: add {base,desktop,developer,server} profiles
- all profiles are gentoo:default/linux/amd64/17.1/no-multilib based - base: using apparmor, common things - desktop: elogind/Gnome3/wayland priority (~amd64) - {developer,server}: early support
- Loading branch information
Showing
27 changed files
with
199 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
USE="${USE} -lua -perl -python" | ||
USE="${USE} apparmor icu iproute2 json threads" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app-portage/layman | ||
dev-lang/lua | ||
dev-lang/ruby | ||
dev-qt/qtwebkit | ||
net-libs/webkit-gtk | ||
net-misc/dhcp | ||
sys-apps/systemd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dev-lang/rust system-llvm | ||
net-libs/nodejs -npm | ||
sys-apps/firejail suid | ||
sys-boot/grub device-mapper | ||
sys-fs/dosfstools compat | ||
sys-fs/fuse-exfat suid | ||
|
||
# required by sys-kernel/genkernel | ||
sys-apps/util-linux static-libs | ||
|
||
# required by sys-apps/apparmor-utils | ||
sys-libs/libapparmor perl python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
app-emulation/qemu -pin-upstream-blobs | ||
|
||
sys-firmware/edk2-ovmf -binary | ||
sys-firmware/ipxe -binary | ||
sys-firmware/seabios -binary | ||
sys-firmware/sgabios -binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gentoo:default/linux/amd64/17.1/no-multilib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" | ||
|
||
USE="${USE} -consolekit -cups -gtk2 -X -xv" | ||
USE="${USE} alsa dbus egl elogind policykit pulseaudio udev vaapi wayland" | ||
|
||
# Gnome related | ||
USE="${USE} -gnome-online-accounts" | ||
USE="${USE} ayatana gnome gnome-keyring nautilus" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
media-libs/clutter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
dev-vcs/git -gnome-keyring | ||
media-gfx/gthumb exif jpeg | ||
media-video/ffmpeg amr libass mp3 opus theora vorbis x264 x265 | ||
net-misc/remmina rdp vnc | ||
net-p2p/transmission gtk | ||
www-plugins/ublock-origin firefox | ||
|
||
# required by dev-lang/spidermonkey | ||
# required by sys-auth/polkit | ||
# required by sys-auth/elogind[policykit] | ||
dev-lang/python:2.7 sqlite | ||
|
||
# required by media-video/celluloid | ||
media-video/mpv libmpv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
app-text/evince djvu | ||
|
||
# required by app-text/evince | ||
app-text/poppler cairo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# required by www-client/firefox[system-sqlite] | ||
dev-db/sqlite secure-delete | ||
|
||
# required by www-client/firefox | ||
dev-lang/python sqlite | ||
|
||
# required by www-client/firefox | ||
media-libs/libpng apng | ||
|
||
# required by www-client/firefox[system-libvpx] | ||
media-libs/libvpx postproc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
app-misc/tracker -miners | ||
app-misc/tracker-miners -pdf -playlist -rss -taglib -tiff -xml | ||
gnome-base/gnome-settings-daemon networkmanager | ||
gnome-base/gnome-shell -browser-extension | ||
gnome-base/gvfs mtp udisks | ||
gnome-base/nautilus -previewer | ||
media-libs/libcanberra -gtk | ||
x11-misc/colord -gusb | ||
|
||
# required by gnome-base/gnome-keyring | ||
app-crypt/gcr gtk | ||
|
||
# required by gnome-base/gnome-keyring | ||
# required by app-crypt/libsecret | ||
# required by gnome-extra/evolution-data-server | ||
# required by gnome-base/gnome-shell | ||
app-crypt/pinentry gnome-keyring | ||
|
||
# required by x11-misc/xdg-utils | ||
# required by gnome-base/gnome-shell | ||
app-text/xmlto text | ||
|
||
# required by dev-util/itstool | ||
# required by gnome-base/gnome-desktop | ||
dev-libs/libxml2 python | ||
|
||
# required by gnome-base/gnome-shell | ||
# required by virtual/notification-daemon[gnome] | ||
# required by gnome-extra/nm-applet | ||
gnome-base/gnome-control-center networkmanager | ||
|
||
# required by x11-libs/gtk+:3 | ||
media-libs/libepoxy X | ||
|
||
# required by x11-base/xorg-server[-minimal] | ||
# required by x11-wm/mutter[wayland] | ||
# required by gnome-extra/gnome-tweaks | ||
media-libs/mesa X | ||
|
||
# required by media-sound/pulseaudio[alsa-plugin,alsa] | ||
# required by gnome-base/gnome-settings-daemon | ||
# required by gnome-base/gnome-session | ||
media-plugins/alsa-plugins pulseaudio | ||
|
||
# required by gnome-base/gnome-session | ||
sys-apps/dbus X | ||
|
||
# required by x11-libs/gtk+:3 | ||
# required by x11-misc/notification-daemon | ||
# required by virtual/notification-daemon[-kde,-gnome] | ||
# required by x11-libs/libnotify | ||
# required by gnome-base/gnome-settings-daemon | ||
x11-libs/cairo X | ||
|
||
# required by x11-wm/mutter | ||
# required by gnome-base/gnome-desktop | ||
x11-libs/gtk+:3 X | ||
|
||
# required by x11-libs/libxkbcommon[X] | ||
# required by x11-wm/mutter | ||
# required by gnome-base/gnome-shell | ||
x11-libs/libxcb xkb | ||
|
||
# required by x11-wm/mutter | ||
# required by gnome-base/gnome-shell | ||
x11-libs/libxkbcommon X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# required by dev-cpp/pangomm | ||
# required by dev-cpp/gtkmm | ||
# required by gnome-extra/gnome-system-monitor | ||
dev-cpp/cairomm X | ||
|
||
# required by gnome-extra/gnome-system-monitor | ||
dev-cpp/gtkmm X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
net-misc/modemmanager -qmi | ||
net-misc/networkmanager -dhclient dhcpcd -wext -wifi | ||
|
||
net-vpn/networkmanager-fortisslvpn gtk | ||
net-vpn/networkmanager-l2tp gtk | ||
net-vpn/networkmanager-libreswan gtk | ||
net-vpn/networkmanager-openconnect gtk | ||
net-vpn/networkmanager-openvpn gtk | ||
net-vpn/networkmanager-pptp gtk | ||
net-vpn/networkmanager-sstp gtk | ||
net-vpn/networkmanager-strongswan gtk | ||
net-vpn/networkmanager-vpnc gtk | ||
net-vpn/networkmanager-wireguard gtk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app-emulation/qemu gtk sdl | ||
|
||
# required by app-emulation/qemu[sdl] | ||
media-libs/libsdl2 X | ||
|
||
# REQUIRED_USE wayland? ( gles ) | ||
media-libs/libsdl2 gles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
net-im/telegram-desktop custom-api-id gtk3 | ||
|
||
# required by dev-libs/libappindicator | ||
# required by net-im/telegram-desktop[gtk3] | ||
dev-libs/libdbusmenu gtk3 | ||
|
||
# required by dev-qt/qtcore | ||
# required by net-im/telegram-desktop | ||
dev-libs/libpcre2 pcre16 | ||
|
||
# required by net-im/telegram-desktop | ||
dev-qt/qtgui jpeg | ||
|
||
# required by net-im/telegram-desktop | ||
sys-libs/zlib minizip | ||
|
||
# required by net-im/telegram-desktop | ||
x11-libs/libva X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dev-vcs/git highlight | ||
sys-devel/gdb source-highlight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dev-util/gnome-builder -devhelp | ||
|
||
# required by dev-util/gnome-builder | ||
dev-libs/libpeas python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#layout: | ||
#arch profile_directory status | ||
|
||
amd64 base dev | ||
amd64 desktop dev | ||
amd64 developer dev | ||
amd64 server dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sys-boot/grub -fonts -themes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../base |