Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
Date: Sat, 29 Jan 2011 09:56:43
Message-Id: 20110129095633.70CAB20054@flycatcher.gentoo.org
1 tove 11/01/29 09:56:33
2
3 Modified: ChangeLog
4 Added: Module-Build-0.362.400.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 perl-core/Module-Build/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 17 Jan 2011 07:54:41 -0000 1.40
24 +++ ChangeLog 29 Jan 2011 09:56:33 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/Module-Build
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.40 2011/01/17 07:54:41 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.41 2011/01/29 09:56:33 tove Exp $
30 +
31 +*Module-Build-0.362.400 (29 Jan 2011)
32 +
33 + 29 Jan 2011; Torsten Veller <tove@g.o> +Module-Build-0.362.400.ebuild:
34 + Version bump
35
36 17 Jan 2011; Torsten Veller <tove@g.o> -Module-Build-0.35.ebuild,
37 -Module-Build-0.36.01.ebuild, -Module-Build-0.36.03.ebuild:
38
39
40
41 1.1 perl-core/Module-Build/Module-Build-0.362.400.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Module-Build-0.362.400.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.1 2011/01/29 09:56:33 tove Exp $
51
52 EAPI=3
53
54 MODULE_AUTHOR=DAGOLDEN
55 MODULE_VERSION=0.3624
56 inherit perl-module
57
58 DESCRIPTION="Build and install Perl modules"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="
65 >=virtual/perl-CPAN-Meta-YAML-0.2
66 >=virtual/perl-Module-Metadata-1.0.2
67 >=virtual/perl-Perl-OSType-1
68 >=virtual/perl-ExtUtils-CBuilder-0.27
69 >=virtual/perl-ExtUtils-ParseXS-2.22.05
70 >=virtual/perl-Archive-Tar-1.09
71 >=virtual/perl-Test-Harness-3.16
72 >=virtual/perl-version-0.87
73 "
74 RDEPEND="${DEPEND}"
75
76 SRC_TEST="do"