diff --git a/profiles/local/linux/amd64/17.1/desktop/eapi b/profiles/local/linux/amd64/17.1/desktop/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/local/linux/amd64/17.1/desktop/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/local/linux/amd64/17.1/desktop/elogind/eapi b/profiles/local/linux/amd64/17.1/desktop/elogind/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/local/linux/amd64/17.1/desktop/elogind/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/local/linux/amd64/17.1/desktop/elogind/parent b/profiles/local/linux/amd64/17.1/desktop/elogind/parent deleted file mode 100644 index b1607f0..0000000 --- a/profiles/local/linux/amd64/17.1/desktop/elogind/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../targets/desktop/elogind diff --git a/profiles/local/linux/amd64/17.1/desktop/parent b/profiles/local/linux/amd64/17.1/desktop/parent deleted file mode 100644 index f9322bd..0000000 --- a/profiles/local/linux/amd64/17.1/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -gentoo:targets/desktop diff --git a/profiles/local/linux/amd64/17.1/eapi b/profiles/local/linux/amd64/17.1/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/local/linux/amd64/17.1/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/local/linux/amd64/17.1/parent b/profiles/local/linux/amd64/17.1/parent deleted file mode 100644 index 699ee67..0000000 --- a/profiles/local/linux/amd64/17.1/parent +++ /dev/null @@ -1,3 +0,0 @@ -.. -gentoo:default/linux/amd64/17.1 -gentoo:targets/desktop diff --git a/profiles/local/linux/amd64/17.1/profile.bashrc b/profiles/local/linux/amd64/17.1/profile.bashrc deleted file mode 100644 index d0fe8ac..0000000 --- a/profiles/local/linux/amd64/17.1/profile.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -if [[ "${EBUILD_PHASE}" == "setup" ]] ; then - if [[ "$(realpath ${ROOT%/}/lib)" == "${ROOT%/}/lib64" || "$(realpath ${ROOT%/}/usr/lib)" == "${ROOT%/}/usr/lib64" ]] ; then - eerror "Please follow the instructions in the news item:" - eerror "2019-06-05-amd64-17-1-profiles-are-now-stable" - eerror "or choose the 17.0 profile." - die "ERROR: 17.1 migration has not been performed!!" - fi -fi - diff --git a/profiles/local/linux/amd64/eapi b/profiles/local/linux/amd64/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/local/linux/amd64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/local/linux/amd64/package.use.mask b/profiles/local/linux/amd64/package.use.mask deleted file mode 100644 index adb5f7f..0000000 --- a/profiles/local/linux/amd64/package.use.mask +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Mike Frysinger (2016-05-08) -# This target supports VTV #547040. ->=sys-devel/gcc-4.9 -vtv - -# Mike Frysinger (2014-10-21) -# This target supports ASAN/etc... #504200. -sys-devel/gcc -sanitize diff --git a/profiles/local/linux/amd64/parent b/profiles/local/linux/amd64/parent deleted file mode 100644 index f8df092..0000000 --- a/profiles/local/linux/amd64/parent +++ /dev/null @@ -1,2 +0,0 @@ -gentoo:default/linux/amd64 -gentoo:targets/desktop diff --git a/profiles/profiles.desc b/profiles/profiles.desc deleted file mode 100644 index 56fd9e9..0000000 --- a/profiles/profiles.desc +++ /dev/null @@ -1,4 +0,0 @@ -#arch profile_directory status -# DE-agnostic generic desktop profile using elogind instead of consolekit -amd64 local/linux/amd64/17.1/desktop/elogind dev - diff --git a/profiles/targets/desktop/eapi b/profiles/targets/desktop/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/targets/desktop/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/targets/desktop/elogind/eapi b/profiles/targets/desktop/elogind/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/targets/desktop/elogind/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/targets/desktop/elogind/make.defaults b/profiles/targets/desktop/elogind/make.defaults deleted file mode 100644 index b48101c..0000000 --- a/profiles/targets/desktop/elogind/make.defaults +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -USE="-consolekit elogind" diff --git a/profiles/targets/desktop/elogind/package.use b/profiles/targets/desktop/elogind/package.use deleted file mode 100644 index 38e4896..0000000 --- a/profiles/targets/desktop/elogind/package.use +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Andreas Sturmlechner (2020-02-05) -# Required by many packages, most notably Mozilla products -dev-lang/python sqlite - -# Lars Wendler (2019-03-20) -# Enable client by default. Usually desktop users need the client. -net-fs/samba client - -# Andreas Sturmlechner (2018-06-09) -# Required by app-office/libreoffice -dev-libs/xmlsec nss - -# Andreas Sturmlechner (2018-06-09) -# Enable sensible defaults for desktop users -dev-qt/qtwebkit:5 printsupport - -# Andreas Sturmlechner (2017-11-30) -# Not required, but makes life easier with Qt; bug #457934 -app-arch/unzip natspec - -# Andreas Sturmlechner (2017-11-30) -# Required by dev-qt/qtcore -dev-libs/libpcre pcre16 -dev-libs/libpcre2 pcre16 - -# Andreas Sturmlechner (2017-11-30) -# Required by kde-frameworks/kwayland -dev-qt/qtgui:5 egl libinput - -# Required by dev-qt/qtwebengine -media-libs/libvpx svc - -# Andreas Sturmlechner (2017-11-30) -# Avoid circular dependency when installing from scratch -dev-util/cmake -qt5 - -# Andreas Sturmlechner (2017-08-04) -# Required by flac and mp3 -kde-apps/k3b taglib -kde-frameworks/kfilemetadata taglib - -# Brian Evans (2017-07-18) -# Don't force users to enable gd on PHP due to desktop defaults -dev-lang/php -exif -truetype - -# Ilya Tumaykin (2017-02-02) -# Enable luajit for OSC and youtube-dl support by default. -# Override default +sdl from desktop profile and disable sdl outputs. -# These outputs are for systems without a proper audio/video support. -media-video/mpv lua luajit -sdl - -# Mike Gilbert (2017-01-04) -# Needed by x11-misc/xdg-utils. -app-text/xmlto text - -# Ben de Groot (2015-02-18) -# Enable sensible defaults for desktop users (bug #540046) -dev-python/PyQt5 gui multimedia network printsupport widgets - -# Samuli Suominen (2014-07-24) -# Because targets/desktop/make.defaults has USE="bluetooth" but net-libs/libpcap doesn't -# support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting packages: -net-libs/libpcap -bluetooth - -# Chí-Thanh Christopher Nguyễn (2014-05-08) -# Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] -# and the X flag is enabled by default in the desktop profile -x11-libs/libxcb xkb - -# Jeremy Olexa (2011-10-07) -# Required by mesa, ultimately by xorg-server (every desktop) bug 385843 -dev-libs/libxml2 python - -# Samuli Suominen (2011-09-27) -# Required by mozilla browsers wrt #372419 -media-libs/libpng apng - -# Samuli Suominen (2010-12-19) -# gudev, required by freedesktop.org udev helpers like udisks and upower -# introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package -dev-libs/libgudev introspection -sys-fs/eudev introspection -virtual/libgudev introspection - -# Samuli Suominen (2010-12-19) -# Support for desktop file icons -xfce-base/xfdesktop thunar - -# Chris Gianelloni (2008-03-26) -# While we may need LDAP client support, who needs the server on a desktop? -# Did I mention that this also fixes the horrible perl dependency hell, too? -net-nds/openldap minimal diff --git a/profiles/targets/desktop/elogind/package.use.force b/profiles/targets/desktop/elogind/package.use.force deleted file mode 100644 index 75b02b2..0000000 --- a/profiles/targets/desktop/elogind/package.use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Alexandre Rostovtsev (2014-06-03) -# Ensure shared-mime-info is pulled in by glib, otherwise GNOME, XFCE, and -# numerous gtk-based applications will break, see bug #511894 -dev-libs/glib mime diff --git a/profiles/targets/desktop/elogind/parent b/profiles/targets/desktop/elogind/parent deleted file mode 100644 index f3229c5..0000000 --- a/profiles/targets/desktop/elogind/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults deleted file mode 100644 index 6e41f4c..0000000 --- a/profiles/targets/desktop/make.defaults +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif flac gif gpm gtk icu jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use deleted file mode 100644 index 38e4896..0000000 --- a/profiles/targets/desktop/package.use +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Andreas Sturmlechner (2020-02-05) -# Required by many packages, most notably Mozilla products -dev-lang/python sqlite - -# Lars Wendler (2019-03-20) -# Enable client by default. Usually desktop users need the client. -net-fs/samba client - -# Andreas Sturmlechner (2018-06-09) -# Required by app-office/libreoffice -dev-libs/xmlsec nss - -# Andreas Sturmlechner (2018-06-09) -# Enable sensible defaults for desktop users -dev-qt/qtwebkit:5 printsupport - -# Andreas Sturmlechner (2017-11-30) -# Not required, but makes life easier with Qt; bug #457934 -app-arch/unzip natspec - -# Andreas Sturmlechner (2017-11-30) -# Required by dev-qt/qtcore -dev-libs/libpcre pcre16 -dev-libs/libpcre2 pcre16 - -# Andreas Sturmlechner (2017-11-30) -# Required by kde-frameworks/kwayland -dev-qt/qtgui:5 egl libinput - -# Required by dev-qt/qtwebengine -media-libs/libvpx svc - -# Andreas Sturmlechner (2017-11-30) -# Avoid circular dependency when installing from scratch -dev-util/cmake -qt5 - -# Andreas Sturmlechner (2017-08-04) -# Required by flac and mp3 -kde-apps/k3b taglib -kde-frameworks/kfilemetadata taglib - -# Brian Evans (2017-07-18) -# Don't force users to enable gd on PHP due to desktop defaults -dev-lang/php -exif -truetype - -# Ilya Tumaykin (2017-02-02) -# Enable luajit for OSC and youtube-dl support by default. -# Override default +sdl from desktop profile and disable sdl outputs. -# These outputs are for systems without a proper audio/video support. -media-video/mpv lua luajit -sdl - -# Mike Gilbert (2017-01-04) -# Needed by x11-misc/xdg-utils. -app-text/xmlto text - -# Ben de Groot (2015-02-18) -# Enable sensible defaults for desktop users (bug #540046) -dev-python/PyQt5 gui multimedia network printsupport widgets - -# Samuli Suominen (2014-07-24) -# Because targets/desktop/make.defaults has USE="bluetooth" but net-libs/libpcap doesn't -# support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting packages: -net-libs/libpcap -bluetooth - -# Chí-Thanh Christopher Nguyễn (2014-05-08) -# Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] -# and the X flag is enabled by default in the desktop profile -x11-libs/libxcb xkb - -# Jeremy Olexa (2011-10-07) -# Required by mesa, ultimately by xorg-server (every desktop) bug 385843 -dev-libs/libxml2 python - -# Samuli Suominen (2011-09-27) -# Required by mozilla browsers wrt #372419 -media-libs/libpng apng - -# Samuli Suominen (2010-12-19) -# gudev, required by freedesktop.org udev helpers like udisks and upower -# introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package -dev-libs/libgudev introspection -sys-fs/eudev introspection -virtual/libgudev introspection - -# Samuli Suominen (2010-12-19) -# Support for desktop file icons -xfce-base/xfdesktop thunar - -# Chris Gianelloni (2008-03-26) -# While we may need LDAP client support, who needs the server on a desktop? -# Did I mention that this also fixes the horrible perl dependency hell, too? -net-nds/openldap minimal diff --git a/profiles/targets/desktop/package.use.force b/profiles/targets/desktop/package.use.force deleted file mode 100644 index 75b02b2..0000000 --- a/profiles/targets/desktop/package.use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Alexandre Rostovtsev (2014-06-03) -# Ensure shared-mime-info is pulled in by glib, otherwise GNOME, XFCE, and -# numerous gtk-based applications will break, see bug #511894 -dev-libs/glib mime