Gentoo Archives: gentoo-commits

From: "Gysbert Wassenaar (nixnut)" <nixnut@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.34.0201.ebuild
Date: Tue, 05 Jan 2010 19:11:11
Message-Id: E1NSEo9-0000ZQ-Kg@stork.gentoo.org
1 nixnut 10/01/05 19:11:09
2
3 Modified: ChangeLog Module-Build-0.34.0201.ebuild
4 Log:
5 ppc stable #288026
6 (Portage version: 2.1.6.13/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.22 perl-core/Module-Build/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 24 Dec 2009 16:32:55 -0000 1.21
22 +++ ChangeLog 5 Jan 2010 19:11:09 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for perl-core/Module-Build
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.21 2009/12/24 16:32:55 jer Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.22 2010/01/05 19:11:09 nixnut Exp $
29 +
30 + 05 Jan 2010; nixnut <nixnut@g.o> Module-Build-0.34.0201.ebuild:
31 + ppc stable #288026
32
33 24 Dec 2009; Jeroen Roovers <jer@g.o> Module-Build-0.36.01.ebuild:
34 Marked ~hppa (bug #298183).
35
36
37
38 1.9 perl-core/Module-Build/Module-Build-0.34.0201.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild?r1=1.8&r2=1.9
43
44 Index: Module-Build-0.34.0201.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- Module-Build-0.34.0201.ebuild 16 Dec 2009 21:53:48 -0000 1.8
51 +++ Module-Build-0.34.0201.ebuild 5 Jan 2010 19:11:09 -0000 1.9
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/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.8 2009/12/16 21:53:48 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.9 2010/01/05 19:11:09 nixnut Exp $
58
59 inherit versionator
60 MODULE_AUTHOR=DAGOLDEN
61 @@ -11,7 +11,7 @@
62 DESCRIPTION="Build and install Perl modules"
63
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 # Removing these as hard deps. They are listed as recommended in the Build.PL,