Gentoo Archives: gentoo-commits

From: "Tiago Cunha (tcunha)" <tcunha@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Pluggable: ChangeLog Module-Pluggable-3.9.ebuild
Date: Sun, 19 Apr 2009 17:17:03
Message-Id: E1LvadZ-0001ZA-5K@stork.gentoo.org
1 tcunha 09/04/19 17:17:01
2
3 Modified: ChangeLog Module-Pluggable-3.9.ebuild
4 Log:
5 stable sparc, bug 266103
6 (Portage version: 2.1.6.7/cvs/Linux sparc64)
7
8 Revision Changes Path
9 1.7 perl-core/Module-Pluggable/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 19 Apr 2009 14:04:23 -0000 1.6
22 +++ ChangeLog 19 Apr 2009 17:17:01 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for perl-core/Module-Pluggable
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.6 2009/04/19 14:04:23 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.7 2009/04/19 17:17:01 tcunha Exp $
28 +
29 + 19 Apr 2009; Tiago Cunha <tcunha@g.o> Module-Pluggable-3.9.ebuild:
30 + stable sparc, bug 266103
31
32 19 Apr 2009; Markus Meier <maekke@g.o> Module-Pluggable-3.9:
33 amd64/x86 stable, bug #266103
34
35
36
37 1.6 perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild?r1=1.5&r2=1.6
42
43 Index: Module-Pluggable-3.9.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- Module-Pluggable-3.9.ebuild 19 Apr 2009 14:04:23 -0000 1.5
50 +++ Module-Pluggable-3.9.ebuild 19 Apr 2009 17:17:01 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.5 2009/04/19 14:04:23 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.6 2009/04/19 17:17:01 tcunha Exp $
56
57 EAPI=2
58
59 @@ -10,7 +10,7 @@
60 DESCRIPTION="automatically give your module the ability to have plugins"
61
62 SLOT="0"
63 -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
64 +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
65 IUSE=""
66
67 RDEPEND="virtual/perl-File-Spec"