Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@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: Thu, 07 Jan 2010 13:32:00
Message-Id: E1NSsSx-000397-52@stork.gentoo.org
1 aballier 10/01/07 13:31:55
2
3 Modified: ChangeLog perl-Module-Build-0.36.01.ebuild
4 Log:
5 keyword ~x86-fbsd, bug #298183
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.25 virtual/perl-Module-Build/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Build/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 6 Jan 2010 20:07:45 -0000 1.24
22 +++ ChangeLog 7 Jan 2010 13:31:54 -0000 1.25
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.24 2010/01/06 20:07:45 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.25 2010/01/07 13:31:54 aballier Exp $
28 +
29 + 07 Jan 2010; Alexis Ballier <aballier@g.o>
30 + perl-Module-Build-0.36.01.ebuild:
31 + keyword ~x86-fbsd, bug #298183
32
33 06 Jan 2010; Brent Baude <ranger@g.o>
34 perl-Module-Build-0.36.01.ebuild:
35
36
37
38 1.4 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.4&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.4&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.3&r2=1.4
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.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- perl-Module-Build-0.36.01.ebuild 6 Jan 2010 20:07:45 -0000 1.3
51 +++ perl-Module-Build-0.36.01.ebuild 7 Jan 2010 13:31:54 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $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 $
56 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild,v 1.4 2010/01/07 13:31:54 aballier Exp $
57
58 DESCRIPTION="Build and install Perl modules"
59 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
60 @@ -8,7 +8,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
65 +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND="~perl-core/Module-Build-${PV}"