Prefix profile exp to dev migration.
authorMo Zhou <cdluminate@gmail.com>
Sat, 10 Aug 2019 14:20:53 +0000 (14:20 +0000)
committerBenda Xu <heroxbd@gentoo.org>
Sat, 28 Sep 2019 02:41:17 +0000 (10:41 +0800)
  1. eudev, elogind and pam are available.
  2. Move rpath masks into features/prefix/rpath.
  3. Mask systemd and its reverse dependencies.

Closes: https://github.com/gentoo/gentoo/pull/12555
Closes: https://github.com/gentoo/gentoo/pull/12678
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
profiles/features/prefix/package.mask
profiles/features/prefix/package.use.mask
profiles/features/prefix/rpath/package.mask [new file with mode: 0644]
profiles/features/prefix/rpath/use.mask
profiles/features/prefix/standalone/package.use.mask
profiles/features/prefix/use.mask
profiles/profiles.desc

index 6c331738314bb24b5e1e6de4f2418ec91ed4d78f..c2367c0c1f865e72c4b0cb544af2f060408ea255 100644 (file)
@@ -1,22 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Jeremy Olexa <darkside@gentoo.org> (2009-06-30)
-# The PAM auth system just will not work in Gentoo Prefix, instead the host auth
-# system should be used.
-sys-libs/pam
-sys-auth/pambase
+# Benda Xu <heroxbd@gentoo.org> (2019-08-20)
+# systemd is set to invade pid 1, which is not possible for Prefix.
+# The following are its reverse dependencies.
+sys-apps/systemd
+dev-libs/libreport
+app-admin/abrt
+app-admin/gnome-abrt
+app-admin/systemdgenie
+dev-python/python-systemd
+games-util/gamemode
+gnome-extra/gnome-logs
+gnome-extra/gnome-user-share
+gnome-extra/office-runner
+kde-misc/systemd-kcm
+<sys-apps/bolt-0.5
+sys-apps/gentoo-systemd-integration
+sys-apps/systemd-readahead
+sys-process/systemd-cron
+www-misc/profile-sync-daemon
+<x11-wm/mutter-3.30
+<gnome-base/gnome-shell-3.30
+<virtual/service-manager-1
 
-# Jeremy Olexa <darkside@gentoo.org> (2009-06-02)
-# If you have MacFuse or some other implementation of fuse installed, you can
-# probably use this by placing sys-fs/fuse in package.provided, bug 272210
-net-fs/curlftpfs
-
-# Jeremy Olexa <darkside@gentoo.org> (2008-12-02)
-# Reported to work. However, you will need to package.provide some deps. 
-# See bug 248809 for more details.
-net-fs/openafs
-
-# Fabian Groffen <grobian@gentoo.org> (2008-01-11)
-# Screws up things, see bug #204998
-<sys-devel/gcc-3.4.0
index bb3817c570accaec1ae2d01c0c2163f110e42838..b54fd4ab047d2de7e2888b974d642214ef09ed72 100644 (file)
@@ -1,6 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu <heroxbd@gentoo.org> (2019-08-20)
+# avoid gnome-extra/gnome-user-share, which depends on systemd.
+gnome-base/gnome-extra-apps share
+
+# Benda Xu <heroxbd@gentoo.org> (2019-08-20)
+# avoid sys-apps/systemd
+net-analyzer/wireshark sdjournal
+sys-apps/dbus-broker launcher
+www-servers/uwsgi uwsgi_plugins_systemd_logger
+
 # Benda Xu <heroxbd@gentoo.org> (2016-07-28)
 # Needs root privilege.
 sys-fs/eudev hwdb kmod
diff --git a/profiles/features/prefix/rpath/package.mask b/profiles/features/prefix/rpath/package.mask
new file mode 100644 (file)
index 0000000..e3f4617
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Jeremy Olexa <darkside@gentoo.org> (2009-06-30)
+# The PAM auth system just will not work in Gentoo Prefix, instead the host auth
+# system should be used.
+sys-libs/pam
+sys-auth/pambase
+
+# Jeremy Olexa <darkside@gentoo.org> (2008-12-02)
+# Reported to work. However, you will need to package.provide some deps. 
+# See bug 248809 for more details.
+net-fs/openafs
+
+# Jeremy Olexa <darkside@gentoo.org> (2009-06-02)
+# If you have MacFuse or some other implementation of fuse installed, you can
+# probably use this by placing sys-fs/fuse in package.provided, bug 272210
+net-fs/curlftpfs
+
+# Fabian Groffen <grobian@gentoo.org> (2008-01-11)
+# Screws up things, see bug #204998
+<sys-devel/gcc-3.4.0
index 0ad2254fd5459eb820171768ca233aea7ec020d2..297038e128fb2a9ae739ec0def70d2368a3f0679 100644 (file)
@@ -1,12 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu <heroxbd@gentoo.org> (2019-08-20)
+# Migrated from features/prefix:
+# USE flags inherited by the base/use.defaults file that shouldn't be
+# in Prefix rpath.
+cups
+# USE=pam just does not make sense in Gentoo Prefix. Should be using the host
+# auth system.
+pam
+# USE=udev just does not make sense in Gentoo Prefix. bug 293480
+udev
+
+# Benda Xu <heroxbd@gentoo.org> (2019-06-26)
+# Not supported
+eselect-ldso
+
 # prefix-guest USE flag should be set in prefix rpath profiles
 -prefix-guest
 
 # multilib is never going to work as expected in Prefix rpath
 multilib
-
-# Benda Xu <heroxbd@gentoo.org> (2019-06-26)
-# Not supported
-eselect-ldso
index 9b7d78715112ef5880c68fe81a342d3fe1e69a1c..7653e7fd7c1da70f496105b92ea1ac1f8a1da176 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Benda Xu <heroxbd@gentoo.org> (2019-01-26)
index 4340ef9aa4c4a4f049dad3e6f7b521bada4c586f..be9e1433e84b480786d5fa99503c50fdc7ce9983 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # prefix USE flag should always be unmasked in prefix profiles
@@ -8,12 +8,7 @@
 -userland_GNU
 
 # USE flags inherited by the base/use.defaults file that shouldn't be in Prefix
-cups
 gpm
 
-# USE=pam just does not make sense in Gentoo Prefix. Should be using the host
-# auth system.
-pam
-
-# USE=udev just does not make sense in Gentoo Prefix. bug 293480
-udev
+# need to invade pid 1, which is not possible for Prefix.
+systemd
index b45c90b1902ecee261c12d88295e1de1c0b5ffea..79d81595933af53a2f8711853c8fb4068081d65e 100644 (file)
@@ -258,7 +258,7 @@ ppc64-linux         prefix/linux/ppc64                              exp
 x86-linux              prefix/linux/x86                                exp
 
 # Linux Standalone Profiles
-amd64-linux            default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+         exp
+amd64-linux            default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+         dev
 amd64-linux            default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+      exp
 amd64-linux            default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+      exp
 x86-linux              default/linux/x86/17.0/prefix/kernel-3.2+       exp