Gentoo Archives: gentoo-commits

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