Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gnome2-gconf: ChangeLog gnome2-gconf-1.043.ebuild gnome2-gconf-1.044.ebuild
Date: Tue, 29 Mar 2011 10:21:54
Message-Id: 20110329102143.93C4720054@flycatcher.gentoo.org
1 angelos 11/03/29 10:21:43
2
3 Modified: ChangeLog gnome2-gconf-1.043.ebuild
4 gnome2-gconf-1.044.ebuild
5 Log:
6 Fixed slot deps
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 dev-perl/gnome2-gconf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 20 Jul 2010 16:36:09 -0000 1.30
24 +++ ChangeLog 29 Mar 2011 10:21:43 -0000 1.31
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-perl/gnome2-gconf
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog,v 1.30 2010/07/20 16:36:09 jer Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog,v 1.31 2011/03/29 10:21:43 angelos Exp $
31 +
32 + 29 Mar 2011; Christoph Mende <angelos@g.o> gnome2-gconf-1.043.ebuild,
33 + gnome2-gconf-1.044.ebuild:
34 + Fixed slot deps
35
36 20 Jul 2010; Jeroen Roovers <jer@g.o> gnome2-gconf-1.043.ebuild,
37 gnome2-gconf-1.044.ebuild:
38
39
40
41 1.12 dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild?rev=1.12&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild?rev=1.12&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild?r1=1.11&r2=1.12
46
47 Index: gnome2-gconf-1.043.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild,v
50 retrieving revision 1.11
51 retrieving revision 1.12
52 diff -u -r1.11 -r1.12
53 --- gnome2-gconf-1.043.ebuild 20 Jul 2010 16:36:09 -0000 1.11
54 +++ gnome2-gconf-1.043.ebuild 29 Mar 2011 10:21:43 -0000 1.12
55 @@ -1,7 +1,8 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild,v 1.11 2010/07/20 16:36:09 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild,v 1.12 2011/03/29 10:21:43 angelos Exp $
61
62 +EAPI=1
63 inherit perl-module
64
65 MY_P=Gnome2-GConf-${PV}
66 @@ -17,8 +18,8 @@
67
68 S=${WORKDIR}/${MY_P}
69
70 -RDEPEND=">=x11-libs/gtk+-2
71 - >=gnome-base/gconf-2
72 +RDEPEND="x11-libs/gtk+:2
73 + gnome-base/gconf:2
74 >=dev-perl/glib-perl-1.120
75 >=dev-perl/gtk2-perl-1.120"
76 DEPEND="${RDEPEND}
77
78
79
80 1.3 dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild?r1=1.2&r2=1.3
85
86 Index: gnome2-gconf-1.044.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- gnome2-gconf-1.044.ebuild 20 Jul 2010 16:36:09 -0000 1.2
93 +++ gnome2-gconf-1.044.ebuild 29 Mar 2011 10:21:43 -0000 1.3
94 @@ -1,7 +1,8 @@
95 -# Copyright 1999-2010 Gentoo Foundation
96 +# Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild,v 1.2 2010/07/20 16:36:09 jer Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.044.ebuild,v 1.3 2011/03/29 10:21:43 angelos Exp $
100
101 +EAPI=1
102 inherit perl-module
103
104 MY_P=Gnome2-GConf-${PV}
105 @@ -15,7 +16,7 @@
106 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
107 IUSE=""
108
109 -RDEPEND=">=gnome-base/gconf-2
110 +RDEPEND="gnome-base/gconf:2
111 >=dev-perl/glib-perl-1.120
112 dev-lang/perl"
113 DEPEND="${RDEPEND}