Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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: Wed, 26 Aug 2009 20:30:58
Message-Id: E1MgL8t-0006Xx-3w@stork.gentoo.org
1 tove 09/08/26 16:14:35
2
3 Modified: ChangeLog Gtk2-Ex-Simple-List-0.50.ebuild
4 Log:
5 Disable tests
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 dev-perl/Gtk2-Ex-Simple-List/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 6 Aug 2006 18:14:45 -0000 1.9
22 +++ ChangeLog 26 Aug 2009 16:14:34 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Gtk2-Ex-Simple-List
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.9 2006/08/06 18:14:45 mcummings Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.10 2009/08/26 16:14:34 tove Exp $
29 +
30 + 26 Aug 2009; Torsten Veller <tove@g.o>
31 + Gtk2-Ex-Simple-List-0.50.ebuild:
32 + Disable tests
33
34 06 Aug 2006; Michael Cummings <mcummings@g.o>
35 Gtk2-Ex-Simple-List-0.50.ebuild:
36
37
38
39 1.12 dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild?r1=1.11&r2=1.12
44
45 Index: Gtk2-Ex-Simple-List-0.50.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- Gtk2-Ex-Simple-List-0.50.ebuild 10 Jul 2007 23:33:28 -0000 1.11
52 +++ Gtk2-Ex-Simple-List-0.50.ebuild 26 Aug 2009 16:14:34 -0000 1.12
53 @@ -1,20 +1,22 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.11 2007/07/10 23:33:28 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.12 2009/08/26 16:14:34 tove Exp $
59
60 +MODULE_AUTHOR=RMCFARLA
61 inherit perl-module
62
63 DESCRIPTION="A simple interface to Gtk2's complex MVC list widget "
64 -HOMEPAGE="http://search.cpan.org/search?query=${PN}"
65 -SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/${P}.tar.gz"
66
67 LICENSE="|| ( Artistic GPL-2 )"
68 SLOT="0"
69 KEYWORDS="amd64 ia64 sparc x86"
70 IUSE=""
71 -SRC_TEST="do"
72
73 DEPEND=">=x11-libs/gtk+-2
74 dev-lang/perl"
75 -RDEPEND=">=dev-perl/gtk2-perl-1.060
76 - >=dev-perl/glib-perl-1.062"
77 +RDEPEND="${DEPEND}
78 + >=dev-perl/gtk2-perl-1.060
79 + >=dev-perl/glib-perl-1.062"
80 +
81 +# needs X
82 +SRC_TEST="no"