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: plymouth-0.9_pre20111013-r1.ebuild ChangeLog
Date: Wed, 02 Nov 2011 13:07:28
Message-Id: 20111102130717.7F08D2004B@flycatcher.gentoo.org
1 aidecoe 11/11/02 13:07:17
2
3 Modified: plymouth-0.9_pre20111013-r1.ebuild ChangeLog
4 Log:
5 sys-boot/plymouth-0.9_pre: Added missing dependency. Fixes bug #388935.
6
7 (Portage version: 2.1.10.31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: plymouth-0.9_pre20111013-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- plymouth-0.9_pre20111013-r1.ebuild 27 Oct 2011 12:37:00 -0000 1.2
23 +++ plymouth-0.9_pre20111013-r1.ebuild 2 Nov 2011 13:07:17 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.3 2011/11/02 13:07:17 aidecoe Exp $
29
30 EAPI=4
31
32 @@ -20,6 +20,7 @@
33
34 CDEPEND=">=media-libs/libpng-1.2.16
35 >=x11-libs/gtk+-2.12:2
36 + libkms? ( x11-libs/libdrm[libkms] )
37 pango? ( >=x11-libs/pango-1.21 )
38 video_cards_intel? ( x11-libs/libdrm[video_cards_intel] )
39 video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] )
40
41
42
43 1.20 sys-boot/plymouth/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 27 Oct 2011 12:37:00 -0000 1.19
56 +++ ChangeLog 2 Nov 2011 13:07:17 -0000 1.20
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-boot/plymouth
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.19 2011/10/27 12:37:00 aidecoe Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.20 2011/11/02 13:07:17 aidecoe Exp $
62 +
63 + 02 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o>
64 + plymouth-0.9_pre20111013-r1.ebuild:
65 + Added missing libdrm[libkms] dependency. Fixes bug #388935.
66
67 27 Oct 2011; Amadeusz Żołnowski <aidecoe@g.o>
68 plymouth-0.8.3-r5.ebuild, plymouth-0.9_pre20111013-r1.ebuild: