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: ChangeLog plymouth-0.8.3-r4.ebuild plymouth-0.8.3-r2.ebuild
Date: Tue, 28 Jun 2011 21:51:22
Message-Id: 20110628215112.0879C20054@flycatcher.gentoo.org
1 aidecoe 11/06/28 21:51:12
2
3 Modified: ChangeLog plymouth-0.8.3-r4.ebuild
4 plymouth-0.8.3-r2.ebuild
5 Log:
6 sys-boot/plymouth: Fixed missing dev-util/pkgconfig. Fixes bug #372791.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 sys-boot/plymouth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 28 Jun 2011 18:54:43 -0000 1.12
24 +++ ChangeLog 28 Jun 2011 21:51:11 -0000 1.13
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-boot/plymouth
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.12 2011/06/28 18:54:43 aidecoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.13 2011/06/28 21:51:11 aidecoe Exp $
30 +
31 + 28 Jun 2011; Amadeusz Żołnowski <aidecoe@g.o>
32 + plymouth-0.8.3-r2.ebuild, plymouth-0.8.3-r4.ebuild:
33 + Fixed missing dev-util/pkgconfig. Fixes bug #372791.
34
35 *plymouth-0.8.3-r4 (28 Jun 2011)
36
37
38
39
40 1.2 sys-boot/plymouth/plymouth-0.8.3-r4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild?r1=1.1&r2=1.2
45
46 Index: plymouth-0.8.3-r4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- plymouth-0.8.3-r4.ebuild 28 Jun 2011 18:54:43 -0000 1.1
53 +++ plymouth-0.8.3-r4.ebuild 28 Jun 2011 21:51:11 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild,v 1.1 2011/06/28 18:54:43 aidecoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild,v 1.2 2011/06/28 21:51:11 aidecoe Exp $
59
60 EAPI="3"
61
62 @@ -22,7 +22,7 @@
63 IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon"
64 IUSE="${IUSE_VIDEO_CARDS} +branding gdm +pango static-libs"
65
66 -DEPEND=">=media-libs/libpng-1.2.16
67 +COMMON_DEPEND=">=media-libs/libpng-1.2.16
68 >=x11-libs/gtk+-2.12:2
69 >=sys-apps/openrc-0.8.2-r1
70 pango? ( >=x11-libs/pango-1.21 )
71 @@ -30,7 +30,10 @@
72 video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] )
73 video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] )
74 "
75 -RDEPEND="${DEPEND}
76 +DEPEND="${COMMON_DEPEND}
77 + dev-util/pkgconfig
78 + "
79 +RDEPEND="${COMMON_DEPEND}
80 >=sys-kernel/dracut-008-r1[dracut_modules_plymouth]
81 "
82
83
84
85
86 1.2 sys-boot/plymouth/plymouth-0.8.3-r2.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild?r1=1.1&r2=1.2
91
92 Index: plymouth-0.8.3-r2.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- plymouth-0.8.3-r2.ebuild 14 May 2011 17:43:27 -0000 1.1
99 +++ plymouth-0.8.3-r2.ebuild 28 Jun 2011 21:51:11 -0000 1.2
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2011 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild,v 1.1 2011/05/14 17:43:27 aidecoe Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild,v 1.2 2011/06/28 21:51:11 aidecoe Exp $
105
106 EAPI="3"
107
108 @@ -17,14 +17,17 @@
109 IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon"
110 IUSE="${IUSE_VIDEO_CARDS} +branding gdm +pango static-libs"
111
112 -DEPEND=">=media-libs/libpng-1.2.16
113 +COMMON_DEPEND=">=media-libs/libpng-1.2.16
114 >=x11-libs/gtk+-2.12:2
115 pango? ( >=x11-libs/pango-1.21 )
116 video_cards_intel? ( x11-libs/libdrm[video_cards_intel] )
117 video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] )
118 video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] )
119 "
120 -RDEPEND="${DEPEND}
121 +DEPEND="${COMMON_DEPEND}
122 + dev-util/pkgconfig
123 + "
124 +RDEPEND="${COMMON_DEPEND}
125 >=sys-kernel/dracut-008-r1[dracut_modules_plymouth]
126 "