Gentoo Archives: gentoo-commits

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