Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Build: ChangeLog perl-Module-Build-0.36.01.ebuild
Date: Wed, 06 Jan 2010 20:07:48
Message-Id: E1NScAT-0002MT-Rx@stork.gentoo.org
1 ranger 10/01/06 20:07:45
2
3 Modified: ChangeLog perl-Module-Build-0.36.01.ebuild
4 Log:
5 Marking perl-Module-Build-0.36.01 ~ppc64 for bug 298183
6 (Portage version: 2.1.7.16/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.24 virtual/perl-Module-Build/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 5 Jan 2010 19:14:25 -0000 1.23
22 +++ ChangeLog 6 Jan 2010 20:07:45 -0000 1.24
23 @@ -1,6 +1,10 @@
24 # ChangeLog for virtual/perl-Module-Build
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.23 2010/01/05 19:14:25 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.24 2010/01/06 20:07:45 ranger Exp $
28 +
29 + 06 Jan 2010; Brent Baude <ranger@g.o>
30 + perl-Module-Build-0.36.01.ebuild:
31 + Marking perl-Module-Build-0.36.01 ~ppc64 for bug 298183
32
33 05 Jan 2010; nixnut <nixnut@g.o>
34 perl-Module-Build-0.34.0201.ebuild:
35
36
37
38 1.3 virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild?r1=1.2&r2=1.3
43
44 Index: perl-Module-Build-0.36.01.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- perl-Module-Build-0.36.01.ebuild 24 Dec 2009 16:33:27 -0000 1.2
51 +++ perl-Module-Build-0.36.01.ebuild 6 Jan 2010 20:07:45 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild,v 1.2 2009/12/24 16:33:27 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild,v 1.3 2010/01/06 20:07:45 ranger Exp $
58
59 DESCRIPTION="Build and install Perl modules"
60 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
61 @@ -8,7 +8,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~hppa ~x86"
66 +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
67 IUSE=""
68
69 RDEPEND="~perl-core/Module-Build-${PV}"