summaryrefslogtreecommitdiff
path: root/profiles/targets/systemd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /profiles/targets/systemd
reinit the tree, so we can have metadata
Diffstat (limited to 'profiles/targets/systemd')
-rw-r--r--profiles/targets/systemd/eapi1
-rw-r--r--profiles/targets/systemd/make.defaults6
-rw-r--r--profiles/targets/systemd/package.mask9
-rw-r--r--profiles/targets/systemd/package.use.force8
-rw-r--r--profiles/targets/systemd/package.use.mask29
-rw-r--r--profiles/targets/systemd/packages.build6
-rw-r--r--profiles/targets/systemd/use.mask2
7 files changed, 61 insertions, 0 deletions
diff --git a/profiles/targets/systemd/eapi b/profiles/targets/systemd/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /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 000000000000..8bc064858b21
--- /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 000000000000..0556b1ddfe5a
--- /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 000000000000..13535a888c33
--- /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 000000000000..c31a88fb75a9
--- /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 000000000000..68222342a037
--- /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 000000000000..1a827f87f818
--- /dev/null
+++ b/profiles/targets/systemd/use.mask
@@ -0,0 +1,2 @@
+# People running systemd must use logind instead, bug #478258
+consolekit