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: Module-Build-0.400.300.ebuild ChangeLog
Date: Wed, 22 Aug 2012 17:11:52
Message-Id: 20120822171142.10EF620376@flycatcher.gentoo.org
1 tove 12/08/22 17:11:41
2
3 Modified: ChangeLog
4 Added: Module-Build-0.400.300.ebuild
5 Log:
6 [bump] perl-core/Module-Build-0.400.300
7
8 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.64 perl-core/Module-Build/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 27 Jul 2012 19:06:52 -0000 1.63
24 +++ ChangeLog 22 Aug 2012 17:11:41 -0000 1.64
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/Module-Build
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.63 2012/07/27 19:06:52 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.64 2012/08/22 17:11:41 tove Exp $
30 +
31 +*Module-Build-0.400.300 (22 Aug 2012)
32 +
33 + 22 Aug 2012; Torsten Veller <tove@g.o> +Module-Build-0.400.300.ebuild:
34 + Version bump
35
36 *Module-Build-0.400.200 (27 Jul 2012)
37
38
39
40
41 1.1 perl-core/Module-Build/Module-Build-0.400.300.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.400.300.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.400.300.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Module-Build-0.400.300.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.400.300.ebuild,v 1.1 2012/08/22 17:11:41 tove Exp $
51
52 EAPI=4
53
54 MODULE_AUTHOR=LEONT
55 MODULE_VERSION=0.4003
56 inherit perl-module
57
58 DESCRIPTION="Build and install Perl modules"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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"
62 IUSE="test"
63
64 RDEPEND="
65 >=virtual/perl-CPAN-Meta-2.110.420
66 >=virtual/perl-CPAN-Meta-YAML-0.3.0
67 >=virtual/perl-Parse-CPAN-Meta-1.440.100
68 >=virtual/perl-Module-Metadata-1.0.2
69 >=virtual/perl-Perl-OSType-1
70 >=virtual/perl-ExtUtils-CBuilder-0.27
71 >=virtual/perl-ExtUtils-ParseXS-2.22.05
72 >=virtual/perl-Archive-Tar-1.09
73 >=virtual/perl-Test-Harness-3.16
74 >=virtual/perl-version-0.87
75 "
76 DEPEND="${RDEPEND}"
77
78 SRC_TEST="do"