Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.1.ebuild ChangeLog
Date: Sun, 03 Jul 2011 11:11:29
Message-Id: 20110703111120.553A02004B@flycatcher.gentoo.org
1 aidecoe 11/07/03 11:11:20
2
3 Modified: plymouth-openrc-plugin-0.1.1.ebuild ChangeLog
4 Log:
5 sys-boot/plymouth-openrc-plugin-0.1.1: block old plymouth, depend on new
6
7 Block <sys-boot/plymouth-0.8.3-r5 because of conflicting file
8 /lib/rc/plugins/plymouth.so and depend on 0.8.3-r5 or above.
9
10 (Portage version: 2.1.10.3/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild?r1=1.1&r2=1.2
18
19 Index: plymouth-openrc-plugin-0.1.1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- plymouth-openrc-plugin-0.1.1.ebuild 3 Jul 2011 09:52:40 -0000 1.1
26 +++ plymouth-openrc-plugin-0.1.1.ebuild 3 Jul 2011 11:11:20 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild,v 1.1 2011/07/03 09:52:40 aidecoe Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild,v 1.2 2011/07/03 11:11:20 aidecoe Exp $
32
33 EAPI=4
34
35 @@ -14,8 +14,12 @@
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39 -DEPEND=">=sys-apps/openrc-0.8.2-r1"
40 -RDEPEND="${DEPEND}"
41 +DEPEND=">=sys-apps/openrc-0.8.2-r1
42 + !!<sys-boot/plymouth-0.8.3-r5
43 + "
44 +RDEPEND="${DEPEND}
45 + >=sys-boot/plymouth-0.8.3-r5
46 + "
47
48 pkg_pretend() {
49 if [[ ! -w /run ]]; then
50
51
52
53 1.2 sys-boot/plymouth-openrc-plugin/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 3 Jul 2011 09:52:40 -0000 1.1
66 +++ ChangeLog 3 Jul 2011 11:11:20 -0000 1.2
67 @@ -1,6 +1,11 @@
68 # ChangeLog for sys-boot/plymouth-openrc-plugin
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.1 2011/07/03 09:52:40 aidecoe Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.2 2011/07/03 11:11:20 aidecoe Exp $
72 +
73 + 03 Jul 2011; Amadeusz Żołnowski <aidecoe@g.o>
74 + plymouth-openrc-plugin-0.1.1.ebuild:
75 + Block <sys-boot/plymouth-0.8.3-r5 because of conflicting file
76 + /lib/rc/plugins/plymouth.so and depend on 0.8.3-r5 or above.
77
78 *plymouth-openrc-plugin-0.1.1 (03 Jul 2011)