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/grun: grun-0.9.3-r1.ebuild ChangeLog
Date: Fri, 02 Dec 2011 23:44:58
Message-Id: 20111202234449.600E42004B@flycatcher.gentoo.org
1 hwoarang 11/12/02 23:44:49
2
3 Modified: grun-0.9.3-r1.ebuild ChangeLog
4 Log:
5 Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-misc/grun/grun-0.9.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: grun-0.9.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- grun-0.9.3-r1.ebuild 2 Mar 2011 17:07:49 -0000 1.3
23 +++ grun-0.9.3-r1.ebuild 2 Dec 2011 23:44:49 -0000 1.4
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/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.3 2011/03/02 17:07:49 signals Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.4 2011/12/02 23:44:49 hwoarang Exp $
29
30 EAPI=2
31 inherit eutils
32 @@ -11,10 +11,12 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
38 IUSE="nls"
39
40 -RDEPEND="x11-libs/gtk+:2"
41 +RDEPEND="dev-libs/glib
42 + x11-libs/gtk+:2
43 + x11-libs/gdk-pixbuf"
44 DEPEND="${RDEPEND}
45 dev-util/pkgconfig
46 nls? ( sys-devel/gettext )"
47
48
49
50 1.33 x11-misc/grun/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.33&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.33&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?r1=1.32&r2=1.33
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
59 retrieving revision 1.32
60 retrieving revision 1.33
61 diff -u -r1.32 -r1.33
62 --- ChangeLog 2 Mar 2011 17:07:49 -0000 1.32
63 +++ ChangeLog 2 Dec 2011 23:44:49 -0000 1.33
64 @@ -1,6 +1,9 @@
65 # ChangeLog for x11-misc/grun
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.32 2011/03/02 17:07:49 signals Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.33 2011/12/02 23:44:49 hwoarang Exp $
69 +
70 + 02 Dec 2011; Markos Chandras <hwoarang@g.o> grun-0.9.3-r1.ebuild:
71 + Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549
72
73 02 Mar 2011; Kevin McCarthy <signals@g.o> grun-0.9.2-r1.ebuild,
74 grun-0.9.3-r1.ebuild: