Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-nodoka: gtk-engines-nodoka-0.7.2.ebuild ChangeLog
Date: Tue, 29 Mar 2011 13:07:14
Message-Id: 20110329130704.757DF20054@flycatcher.gentoo.org
1 angelos 11/03/29 13:07:04
2
3 Modified: gtk-engines-nodoka-0.7.2.ebuild ChangeLog
4 Log:
5 Fix gtk+ slot deps
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk-engines-nodoka-0.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk-engines-nodoka-0.7.2.ebuild 16 Aug 2009 11:45:49 -0000 1.1
23 +++ gtk-engines-nodoka-0.7.2.ebuild 29 Mar 2011 13:07:04 -0000 1.2
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2009 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-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild,v 1.1 2009/08/16 11:45:49 a3li Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild,v 1.2 2011/03/29 13:07:04 angelos Exp $
30
31 +EAPI=1
32 MY_P="gtk-nodoka-engine-${PV}"
33
34 DESCRIPTION="GTK+ engine and themes developed by the Fedora Project"
35 @@ -13,7 +14,7 @@
36 KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE="animation-rtl"
38
39 -RDEPEND=">=x11-libs/gtk+-2.8.0"
40 +RDEPEND=">=x11-libs/gtk+-2.8.0:2"
41 DEPEND="${RDEPEND}
42 dev-util/pkgconfig"
43
44
45
46
47 1.2 x11-themes/gtk-engines-nodoka/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?r1=1.1&r2=1.2
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- ChangeLog 16 Aug 2009 11:45:49 -0000 1.1
60 +++ ChangeLog 29 Mar 2011 13:07:04 -0000 1.2
61 @@ -1,6 +1,10 @@
62 # ChangeLog for x11-themes/gtk-engines-nodoka
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.1 2009/08/16 11:45:49 a3li Exp $
65 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.2 2011/03/29 13:07:04 angelos Exp $
67 +
68 + 29 Mar 2011; Christoph Mende <angelos@g.o>
69 + gtk-engines-nodoka-0.7.2.ebuild:
70 + Fix gtk+ slot deps
71
72 *gtk-engines-nodoka-0.7.2 (16 Aug 2009)