Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: Module-Build-0.420.500.ebuild ChangeLog
Date: Sat, 29 Nov 2014 19:57:22
Message-Id: 20141129195718.EF6BCB2CE@oystercatcher.gentoo.org
1 dilfridge 14/11/29 19:57:18
2
3 Modified: ChangeLog
4 Added: Module-Build-0.420.500.ebuild
5 Log:
6 Add Perl 5.20 version; the bundled copy is deprecated
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.85 perl-core/Module-Build/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.85&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.85&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.84&r2=1.85
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
20 retrieving revision 1.84
21 retrieving revision 1.85
22 diff -u -r1.84 -r1.85
23 --- ChangeLog 26 Jul 2014 14:07:02 -0000 1.84
24 +++ ChangeLog 29 Nov 2014 19:57:18 -0000 1.85
25 @@ -1,6 +1,12 @@
26 # ChangeLog for perl-core/Module-Build
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.84 2014/07/26 14:07:02 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.85 2014/11/29 19:57:18 dilfridge Exp $
30 +
31 +*Module-Build-0.420.500 (29 Nov 2014)
32 +
33 + 29 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +Module-Build-0.420.500.ebuild:
35 + Add Perl 5.20 version; the bundled copy is deprecated
36
37 *Module-Build-0.400.300-r1 (26 Jul 2014)
38 *Module-Build-0.420.0-r1 (26 Jul 2014)
39
40
41
42 1.1 perl-core/Module-Build/Module-Build-0.420.500.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.500.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.500.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Module-Build-0.420.500.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.420.500.ebuild,v 1.1 2014/11/29 19:57:18 dilfridge Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=LEONT
56 MODULE_VERSION=0.4205
57 inherit perl-module
58
59 DESCRIPTION="Build and install Perl modules"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE="test"
64
65 RDEPEND="
66 >=virtual/perl-Archive-Tar-1.09
67 >=virtual/perl-CPAN-Meta-2.110.420
68 >=virtual/perl-CPAN-Meta-YAML-0.3.0
69 virtual/perl-Data-Dumper
70 >=virtual/perl-ExtUtils-CBuilder-0.270.0
71 virtual/perl-ExtUtils-Install
72 virtual/perl-ExtUtils-Manifest
73 >=virtual/perl-ExtUtils-ParseXS-2.210.0
74 >=virtual/perl-File-Spec-0.820.0
75 >=virtual/perl-File-Temp-0.150.0
76 virtual/perl-Getopt-Long
77 >=virtual/perl-Module-Metadata-1.0.2
78 >=virtual/perl-Parse-CPAN-Meta-1.440.100
79 >=virtual/perl-Perl-OSType-1
80 virtual/perl-Test-Harness
81 >=virtual/perl-Test-Simple-0.490.0
82 virtual/perl-Text-ParseWords
83 >=virtual/perl-version-0.870.0
84 "
85 DEPEND="${RDEPEND}"
86
87 SRC_TEST="do"