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/Gtk2-Ex-Simple-List: ChangeLog Gtk2-Ex-Simple-List-0.50.ebuild
Date: Tue, 29 Mar 2011 10:18:22
Message-Id: 20110329101812.8C67920054@flycatcher.gentoo.org
1 angelos 11/03/29 10:18:12
2
3 Modified: ChangeLog Gtk2-Ex-Simple-List-0.50.ebuild
4 Log:
5 Fixed slot deps
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-perl/Gtk2-Ex-Simple-List/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 Jan 2010 07:26:42 -0000 1.11
23 +++ ChangeLog 29 Mar 2011 10:18:12 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Gtk2-Ex-Simple-List
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.11 2010/01/12 07:26:42 tove Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.12 2011/03/29 10:18:12 angelos Exp $
30 +
31 + 29 Mar 2011; Christoph Mende <angelos@g.o>
32 + Gtk2-Ex-Simple-List-0.50.ebuild:
33 + Fixed slot deps
34
35 12 Jan 2010; Torsten Veller <tove@g.o>
36 Gtk2-Ex-Simple-List-0.50.ebuild:
37
38
39
40 1.14 dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?rev=1.14&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?rev=1.14&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?r1=1.13&r2=1.14
45
46 Index: Gtk2-Ex-Simple-List-0.50.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v
49 retrieving revision 1.13
50 retrieving revision 1.14
51 diff -u -r1.13 -r1.14
52 --- Gtk2-Ex-Simple-List-0.50.ebuild 12 Jan 2010 07:26:42 -0000 1.13
53 +++ Gtk2-Ex-Simple-List-0.50.ebuild 29 Mar 2011 10:18:12 -0000 1.14
54 @@ -1,9 +1,10 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.13 2010/01/12 07:26:42 tove Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.14 2011/03/29 10:18:12 angelos Exp $
60
61 MODULE_AUTHOR=RMCFARLA
62 MODULE_SECTION=Gtk2-Perl-Ex
63 +EAPI=1
64 inherit perl-module
65
66 DESCRIPTION="A simple interface to Gtk2's complex MVC list widget "
67 @@ -13,7 +14,7 @@
68 KEYWORDS="amd64 ia64 sparc x86"
69 IUSE=""
70
71 -DEPEND=">=x11-libs/gtk+-2
72 +DEPEND="x11-libs/gtk+:2
73 dev-lang/perl"
74 RDEPEND="${DEPEND}
75 >=dev-perl/gtk2-perl-1.060