williamh 14/08/19 21:15:26
Modified: systemd-212-r5.ebuild systemd-215-r3.ebuild
systemd-9999.ebuild ChangeLog
Log:
Add warning about installing udev-init-scripts if you want to boot OpenRC for
bug#520224, approved by floppym
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
0x30C46538)
Revision Changes Path
1.16 sys-apps/systemd/systemd-212-r5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?r1=1.15&r2=1.16
Index: systemd-212-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- systemd-212-r5.ebuild 17 Aug 2014 23:12:41 -0000 1.15
+++ systemd-212-r5.ebuild 19 Aug 2014 21:15:26 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v
1.15 2014/08/17 23:12:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v
1.16 2014/08/19 21:15:26 williamh Exp $
EAPI=5
@@ -459,6 +459,12 @@
elog "be installed:"
elog "- sys-apps/systemd-ui: for GTK+ systemadm UI and
gnome-ask-password-agent"
fi
+
+ if has_version sys-apps/openrc &&
+ ! has_version sys-fs/udev-init-scripts; then
+ elog "If you plan to boot using OpenRC and udev or eudev, you"
+ elog "need to install the udev-init-scripts package."
+ fi
}
pkg_prerm() {
1.11 sys-apps/systemd/systemd-215-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?r1=1.10&r2=1.11
Index: systemd-215-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- systemd-215-r3.ebuild 17 Aug 2014 23:12:41 -0000 1.10
+++ systemd-215-r3.ebuild 19 Aug 2014 21:15:26 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
1.10 2014/08/17 23:12:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
1.11 2014/08/19 21:15:26 williamh Exp $
EAPI=5
@@ -493,6 +493,12 @@
elog "be installed:"
elog "- sys-apps/systemd-ui: for GTK+ systemadm UI and
gnome-ask-password-agent"
fi
+
+ if has_version sys-apps/openrc &&
+ ! has_version sys-fs/udev-init-scripts; then
+ elog "If you plan to boot using OpenRC and udev or eudev, you"
+ elog "need to install the udev-init-scripts package."
+ fi
}
pkg_prerm() {
1.135 sys-apps/systemd/systemd-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.135&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.135&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.134&r2=1.135
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- systemd-9999.ebuild 17 Aug 2014 23:12:41 -0000 1.134
+++ systemd-9999.ebuild 19 Aug 2014 21:15:26 -0000 1.135
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.134 2014/08/17 23:12:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
1.135 2014/08/19 21:15:26 williamh Exp $
EAPI=5
@@ -504,6 +504,12 @@
elog "be installed:"
elog "- sys-apps/systemd-ui: for GTK+ systemadm UI and
gnome-ask-password-agent"
fi
+
+ if has_version sys-apps/openrc &&
+ ! has_version sys-fs/udev-init-scripts; then
+ elog "If you plan to boot using OpenRC and udev or eudev, you"
+ elog "need to install the udev-init-scripts package."
+ fi
}
pkg_prerm() {
1.302 sys-apps/systemd/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.302&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.302&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.301&r2=1.302
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog 17 Aug 2014 23:12:41 -0000 1.301
+++ ChangeLog 19 Aug 2014 21:15:26 -0000 1.302
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.301
2014/08/17 23:12:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.302
2014/08/19 21:15:26 williamh Exp $
+
+ 19 Aug 2014; William Hubbs <[email protected]> systemd-212-r5.ebuild,
+ systemd-215-r3.ebuild, systemd-9999.ebuild:
+ Add warning about installing udev-init-scripts if you want to boot OpenRC for
+ bug#520224, approved by floppym
17 Aug 2014; Mike Gilbert <[email protected]> systemd-212-r5.ebuild,
systemd-215-r3.ebuild, systemd-9999.ebuild: