diff options
Diffstat (limited to 'profiles/targets/systemd')
-rw-r--r-- | profiles/targets/systemd/eapi | 1 | ||||
-rw-r--r-- | profiles/targets/systemd/make.defaults | 6 | ||||
-rw-r--r-- | profiles/targets/systemd/package.mask | 9 | ||||
-rw-r--r-- | profiles/targets/systemd/package.use.force | 8 | ||||
-rw-r--r-- | profiles/targets/systemd/package.use.mask | 29 | ||||
-rw-r--r-- | profiles/targets/systemd/packages.build | 6 | ||||
-rw-r--r-- | profiles/targets/systemd/use.mask | 3 |
7 files changed, 62 insertions, 0 deletions
diff --git a/profiles/targets/systemd/eapi b/profiles/targets/systemd/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/targets/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults new file mode 100644 index 0000000..8bc0648 --- /dev/null +++ b/profiles/targets/systemd/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +USE="systemd udev" + +BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev" diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask new file mode 100644 index 0000000..0556b1d --- /dev/null +++ b/profiles/targets/systemd/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Pacho Ramos <pacho@gentoo.org> (21 Apr 2015) +# This is for running sys-apps/systemd and also helps +# portage to not try to pull in other providers leading to +# strange blockers. +sys-fs/eudev +sys-fs/udev diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force new file mode 100644 index 0000000..13535a8 --- /dev/null +++ b/profiles/targets/systemd/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Mike Gilbert <floppym@gentoo.org> (22 Apr 2015) +# Force systemd to avoid depgraph breakage, bug 547360. +virtual/libgudev systemd +virtual/libudev systemd +virtual/udev systemd diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask new file mode 100644 index 0000000..c31a88f --- /dev/null +++ b/profiles/targets/systemd/package.use.mask @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Rick Farina <zerochaos@gentoo.org> (04 Mar 2017) +# requires libusb[static-libs] which requires libudev[static-libs], all masked +net-wireless/ubertooth static-libs + +# Rick Farina <zerochaos@gentoo.org> (03 Feb 2016) +# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below +dev-libs/libusb static-libs + +# Pacho Ramos <pacho@gentoo.org> (29 May 2014) +# upower support is not needed on setups running systemd, also +# relies on old upower (#508920) +# Add telepathy-mission-control because of the same logic. +>=mate-base/mate-session-manager-1.8.1-r1 upower +>=net-im/telepathy-mission-control-5.16.2 upower + +# 'static-libs' support on sys-apps/systemd is not provided +virtual/libgudev static-libs +virtual/libudev static-libs +sys-fs/cryptsetup static static-libs +sys-fs/lvm2 static static-libs +sys-fs/dmraid static +dev-libs/libgudev static-libs +# These are actually possible, but only if you USE=-udev when building pciutils. +# But package.use.mask doesn't have a way to express that, so this profile loses. +sys-apps/flashrom static +sys-apps/pciutils static-libs diff --git a/profiles/targets/systemd/packages.build b/profiles/targets/systemd/packages.build new file mode 100644 index 0000000..6822234 --- /dev/null +++ b/profiles/targets/systemd/packages.build @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Nothing pulls in systemd as a dependency for stage1, +# so we need to list it here. +sys-apps/systemd diff --git a/profiles/targets/systemd/use.mask b/profiles/targets/systemd/use.mask new file mode 100644 index 0000000..0bf6287 --- /dev/null +++ b/profiles/targets/systemd/use.mask @@ -0,0 +1,3 @@ +# People running systemd must use logind instead, bug #478258 +consolekit +-systemd |