aidecoe 11/10/27 12:37:00
Modified: plymouth-0.9_pre20111013-r1.ebuild
plymouth-0.8.3-r5.ebuild ChangeLog
Log:
sys-boot/plymouth: Block sys-apps/systemd for openrc flag. Refs bug #383067.
Block sys-apps/systemd for openrc flag to not interfere with systemd plymouth
support. Refs bug #383067.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?r1=1.1&r2=1.2
Index: plymouth-0.9_pre20111013-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plymouth-0.9_pre20111013-r1.ebuild 27 Oct 2011 11:57:59 -0000 1.1
+++ plymouth-0.9_pre20111013-r1.ebuild 27 Oct 2011 12:37:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.1 2011/10/27 11:57:59 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.2 2011/10/27 12:37:00 aidecoe Exp $
EAPI=4
@@ -30,7 +30,7 @@
"
RDEPEND="${CDEPEND}
>=sys-kernel/dracut-008-r1[dracut_modules_plymouth]
- openrc? ( sys-boot/plymouth-openrc-plugin )
+ openrc? ( sys-boot/plymouth-openrc-plugin !sys-apps/systemd )
"
DOCS=(AUTHORS README TODO)
1.3 sys-boot/plymouth/plymouth-0.8.3-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild?r1=1.2&r2=1.3
Index: plymouth-0.8.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plymouth-0.8.3-r5.ebuild 18 Oct 2011 17:54:55 -0000 1.2
+++ plymouth-0.8.3-r5.ebuild 27 Oct 2011 12:37:00 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild,v 1.2 2011/10/18 17:54:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild,v 1.3 2011/10/27 12:37:00 aidecoe Exp $
EAPI="3"
@@ -30,7 +30,7 @@
"
RDEPEND="${COMMON_DEPEND}
>=sys-kernel/dracut-008-r1[dracut_modules_plymouth]
- openrc? ( sys-boot/plymouth-openrc-plugin )
+ openrc? ( sys-boot/plymouth-openrc-plugin !sys-apps/systemd )
"
DOCS=(AUTHORS ChangeLog NEWS README TODO)
1.19 sys-boot/plymouth/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 27 Oct 2011 12:07:39 -0000 1.18
+++ ChangeLog 27 Oct 2011 12:37:00 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for sys-boot/plymouth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.18 2011/10/27 12:07:39 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.19 2011/10/27 12:37:00 aidecoe Exp $
+
+ 27 Oct 2011; Amadeusz Żołnowski <aidecoe@g.o>
+ plymouth-0.8.3-r5.ebuild, plymouth-0.9_pre20111013-r1.ebuild:
+ Block sys-apps/systemd for openrc flag to not interfere with systemd plymouth
+ support. Refs bug #383067.
27 Oct 2011; Amadeusz Żołnowski <aidecoe@g.o>
-plymouth-0.8.3-r2.ebuild, -plymouth-0.8.3-r4.ebuild,
|