Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/apwal: apwal-0.4.5-r1.ebuild ChangeLog
Date: Fri, 02 Dec 2011 22:21:59
Message-Id: 20111202222142.4A43E2004B@flycatcher.gentoo.org
1 hwoarang 11/12/02 22:21:42
2
3 Modified: apwal-0.4.5-r1.ebuild ChangeLog
4 Log:
5 add missing gdk-pixbuf and glib dependencies. Stable on amd64. Bug #391613
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/apwal/apwal-0.4.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: apwal-0.4.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- apwal-0.4.5-r1.ebuild 24 Aug 2010 18:37:52 -0000 1.1
23 +++ apwal-0.4.5-r1.ebuild 2 Dec 2011 22:21:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild,v 1.1 2010/08/24 18:37:52 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild,v 1.2 2011/12/02 22:21:42 hwoarang Exp $
30
31 EAPI="2"
32
33 @@ -12,11 +12,13 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
38 +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
39 IUSE=""
40
41 RDEPEND="x11-libs/gtk+:2
42 - dev-libs/libxml2"
43 + x11-libs/gdk-pixbuf
44 + dev-libs/libxml2
45 + dev-libs/glib"
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig"
48
49
50
51
52 1.13 x11-misc/apwal/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?r1=1.12&r2=1.13
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- ChangeLog 2 Mar 2011 16:20:13 -0000 1.12
65 +++ ChangeLog 2 Dec 2011 22:21:42 -0000 1.13
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-misc/apwal
68 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.12 2011/03/02 16:20:13 signals Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.13 2011/12/02 22:21:42 hwoarang Exp $
71 +
72 + 02 Dec 2011; Markos Chandras <hwoarang@g.o> apwal-0.4.5-r1.ebuild:
73 + add missing gdk-pixbuf and glib dependencies. Stable on amd64. Bug #391613
74
75 02 Mar 2011; Kevin McCarthy <signals@g.o> apwal-0.4.5.ebuild:
76 Depend on slotted gtk+ and EAPI=2 bump for slot deps.