Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.31011.ebuild
Date: Tue, 13 Jan 2009 20:22:37
Message-Id: E1LMpkj-0005ms-KI@stork.gentoo.org
1 robbat2 09/01/13 20:20:45
2
3 Modified: ChangeLog
4 Added: Module-Build-0.31011.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
8
9 Revision Changes Path
10 1.4 perl-core/Module-Build/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -p -w -b -B -u -u -r1.3 -r1.4
22 --- ChangeLog 23 Dec 2008 08:59:18 -0000 1.3
23 +++ ChangeLog 13 Jan 2009 20:20:45 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for perl-core/Module-Build
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.3 2008/12/23 08:59:18 robbat2 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.4 2009/01/13 20:20:45 robbat2 Exp $
30 +
31 +*Module-Build-0.31011 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
34 + +Module-Build-0.31011.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 *Module-Build-0.31 (23 Dec 2008)
38
39
40
41
42 1.1 perl-core/Module-Build/Module-Build-0.31011.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Module-Build-0.31011.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild,v 1.1 2009/01/13 20:20:45 robbat2 Exp $
52
53 inherit versionator
54 MODULE_AUTHOR=EWILHELM
55 MY_PN=Module-Build
56 MY_P=${MY_PN}-$(delete_version_separator 2)
57 S=${WORKDIR}/${MY_P}
58 inherit perl-module
59
60 DESCRIPTION="Build and install Perl modules"
61
62 LICENSE="|| ( Artistic GPL-2 )"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
65 IUSE=""
66
67 # Removing these as hard deps. They are listed as recommended in the Build.PL,
68 # but end up causing a dep loop since they require module-build to be built.
69 # ~mcummings 06.16.06
70 PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15
71 >=virtual/perl-ExtUtils-ParseXS-1.02"
72
73 DEPEND="dev-lang/perl
74 dev-perl/yaml
75 >=virtual/perl-Archive-Tar-1.09"
76
77 SRC_TEST="do"
78
79 src_test(){
80 HOME= perl-module_src_test
81 }