summaryrefslogtreecommitdiff
path: root/profiles/systemd
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2015-09-10 21:44:30 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2015-09-10 21:44:30 +0300
commitbd8e9034cf8a57369055374d8a14c5455fe50087 (patch)
treea3c3d54d0eecac10c779365856a93e78b0ef14bb /profiles/systemd
parentfff7e89f50b8652a8833831e6f87f601585a6369 (diff)
systemd profile
Diffstat (limited to 'profiles/systemd')
-rw-r--r--profiles/systemd/eapi1
-rw-r--r--profiles/systemd/make.defaults5
-rw-r--r--profiles/systemd/package.mask1
-rw-r--r--profiles/systemd/package.use.force9
-rw-r--r--profiles/systemd/package.use.mask18
-rw-r--r--profiles/systemd/packages1
-rw-r--r--profiles/systemd/parent1
-rw-r--r--profiles/systemd/use.mask2
8 files changed, 38 insertions, 0 deletions
diff --git a/profiles/systemd/eapi b/profiles/systemd/eapi
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/profiles/systemd/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/systemd/make.defaults b/profiles/systemd/make.defaults
new file mode 100644
index 0000000..ec97938
--- /dev/null
+++ b/profiles/systemd/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+USE="systemd udev"
diff --git a/profiles/systemd/package.mask b/profiles/systemd/package.mask
new file mode 100644
index 0000000..734825c
--- /dev/null
+++ b/profiles/systemd/package.mask
@@ -0,0 +1 @@
+sys-apps/openrc
diff --git a/profiles/systemd/package.use.force b/profiles/systemd/package.use.force
new file mode 100644
index 0000000..67ffb37
--- /dev/null
+++ b/profiles/systemd/package.use.force
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# 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/systemd/package.use.mask b/profiles/systemd/package.use.mask
new file mode 100644
index 0000000..d5850dc
--- /dev/null
+++ b/profiles/systemd/package.use.mask
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# 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
diff --git a/profiles/systemd/packages b/profiles/systemd/packages
new file mode 100644
index 0000000..2a1d244
--- /dev/null
+++ b/profiles/systemd/packages
@@ -0,0 +1 @@
+-*sys-apps/openrc
diff --git a/profiles/systemd/parent b/profiles/systemd/parent
new file mode 100644
index 0000000..eb4d905
--- /dev/null
+++ b/profiles/systemd/parent
@@ -0,0 +1 @@
+../
diff --git a/profiles/systemd/use.mask b/profiles/systemd/use.mask
new file mode 100644
index 0000000..1a827f8
--- /dev/null
+++ b/profiles/systemd/use.mask
@@ -0,0 +1,2 @@
+# People running systemd must use logind instead, bug #478258
+consolekit