diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-03-26 16:35:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-03-26 16:35:45 +0000 |
commit | 71f6a3e1b48cfe51dfd99e728b87d8b99fe6d5b4 (patch) | |
tree | 10f7153b3999cfe04beb376439a841e3ad746ea6 /sys-apps | |
parent | version bump (diff) | |
download | gentoo-2-71f6a3e1b48cfe51dfd99e728b87d8b99fe6d5b4.tar.gz gentoo-2-71f6a3e1b48cfe51dfd99e728b87d8b99fe6d5b4.tar.bz2 gentoo-2-71f6a3e1b48cfe51dfd99e728b87d8b99fe6d5b4.zip |
Depend on baselayout to handle /run. Remove old warnings.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index a894d64bda2b..74058ba97a05 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.96 2013/03/26 16:24:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.97 2013/03/26 16:35:45 mgorny Exp $ + + 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild: + Depend on baselayout to handle /run. Remove old warnings. 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-198-r5.ebuild, systemd-9999.ebuild: diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index f06e363f8482..0dd252450ee0 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.27 2013/03/26 16:24:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.28 2013/03/26 16:35:45 mgorny Exp $ EAPI=5 @@ -47,7 +47,9 @@ COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1 tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr )" +# baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} + >=sys-apps/baselayout-2.2 >=sys-apps/hwids-20130309-r1[udev] || ( >=sys-apps/util-linux-2.22 @@ -228,7 +230,6 @@ pkg_postinst() { fi systemd_update_catalog - mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean trouble." if [[ ! -L "${ROOT}"/etc/mtab ]]; then ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts." ewarn "It is known to cause users being unable to unmount user mounts. If you don't" @@ -241,13 +242,6 @@ pkg_postinst() { elog "be installed:" optfeature 'for GTK+ systemadm UI and gnome-ask-password-agent' \ 'sys-apps/systemd-ui' - elog - - ewarn "Please note this is a work-in-progress and many packages in Gentoo" - ewarn "do not supply systemd unit files yet. You are testing it on your own" - ewarn "responsibility. Please remember than you can pass:" - ewarn " init=/sbin/init" - ewarn "to your kernel to boot using sysvinit / OpenRC." } pkg_prerm() { |