Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: Module-Build-0.36.03.ebuild ChangeLog
Date: Mon, 08 Feb 2010 20:53:35
Message-Id: E1Neabr-00089a-Jg@stork.gentoo.org
1 grobian 10/02/08 20:53:31
2
3 Modified: Module-Build-0.36.03.ebuild ChangeLog
4 Log:
5 Marked ~ppc-aix, bug #298183
6 (Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.2 perl-core/Module-Build/Module-Build-0.36.03.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild?r1=1.1&r2=1.2
14
15 Index: Module-Build-0.36.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- Module-Build-0.36.03.ebuild 21 Jan 2010 19:57:56 -0000 1.1
22 +++ Module-Build-0.36.03.ebuild 8 Feb 2010 20:53:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild,v 1.1 2010/01/21 19:57:56 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild,v 1.2 2010/02/08 20:53:30 grobian Exp $
28
29 EAPI=2
30
31 @@ -13,7 +13,7 @@
32 DESCRIPTION="Build and install Perl modules"
33
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 IUSE=""
38
39 DEPEND="dev-perl/YAML-Tiny
40
41
42
43 1.31 perl-core/Module-Build/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.31&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.31&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.30&r2=1.31
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
52 retrieving revision 1.30
53 retrieving revision 1.31
54 diff -u -r1.30 -r1.31
55 --- ChangeLog 21 Jan 2010 19:57:56 -0000 1.30
56 +++ ChangeLog 8 Feb 2010 20:53:30 -0000 1.31
57 @@ -1,6 +1,10 @@
58 # ChangeLog for perl-core/Module-Build
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.30 2010/01/21 19:57:56 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.31 2010/02/08 20:53:30 grobian Exp $
62 +
63 + 08 Feb 2010; Fabian Groffen <grobian@g.o>
64 + Module-Build-0.36.03.ebuild:
65 + Marked ~ppc-aix, bug #298183
66
67 *Module-Build-0.36.03 (21 Jan 2010)