Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: Module-Install-1.160.0.ebuild ChangeLog Module-Install-1.120.0.ebuild
Date: Thu, 23 Jul 2015 23:55:22
Message-Id: 20150723235514.708BCB9@oystercatcher.gentoo.org
1 dilfridge 15/07/23 23:55:14
2
3 Modified: ChangeLog
4 Added: Module-Install-1.160.0.ebuild
5 Removed: Module-Install-1.120.0.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
10
11 Revision Changes Path
12 1.37 dev-perl/Module-Install/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.37&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.37&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?r1=1.36&r2=1.37
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v
21 retrieving revision 1.36
22 retrieving revision 1.37
23 diff -u -r1.36 -r1.37
24 --- ChangeLog 13 Jun 2015 22:18:05 -0000 1.36
25 +++ ChangeLog 23 Jul 2015 23:55:14 -0000 1.37
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Module-Install
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.36 2015/06/13 22:18:05 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.37 2015/07/23 23:55:14 dilfridge Exp $
31 +
32 +*Module-Install-1.160.0 (23 Jul 2015)
33 +
34 + 23 Jul 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Module-Install-1.160.0.ebuild, -Module-Install-1.120.0.ebuild:
36 + Version bump; remove old
37
38 13 Jun 2015; Andreas K. Huettel <dilfridge@g.o>
39 Module-Install-1.120.0.ebuild, Module-Install-1.140.0.ebuild,
40
41
42
43 1.1 dev-perl/Module-Install/Module-Install-1.160.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Module-Install-1.160.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild,v 1.1 2015/07/23 23:55:14 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=ETHER
57 MODULE_VERSION=1.16
58 inherit perl-module
59
60 DESCRIPTION="Standalone, extensible Perl module installer"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
64 IUSE="test"
65
66 RDEPEND="
67 >=virtual/perl-Devel-PPPort-3.160.0
68 >=virtual/perl-ExtUtils-Install-1.520.0
69 >=virtual/perl-ExtUtils-MakeMaker-6.590.0
70 >=virtual/perl-ExtUtils-ParseXS-2.190.0
71 >=dev-perl/File-Remove-1.420.0
72 >=virtual/perl-File-Spec-3.280.0
73 >=dev-perl/Module-Build-0.290.0
74 >=virtual/perl-Module-CoreList-2.170.0
75 >=dev-perl/Module-ScanDeps-1.90.0
76 >=virtual/perl-Parse-CPAN-Meta-1.441.300
77 >=dev-perl/YAML-Tiny-1.380.0
78 >=dev-perl/Archive-Zip-1.370.0
79 >=dev-perl/File-HomeDir-1
80 >=dev-perl/JSON-2.900.0
81 >=dev-perl/libwww-perl-6
82 >=dev-perl/PAR-Dist-0.290.0
83 "
84
85 DEPEND="${RDEPEND}
86 >=virtual/perl-ExtUtils-MakeMaker-6.590.0
87 virtual/perl-autodie
88 >=dev-perl/YAML-Tiny-1.330.0
89 test? (
90 >=virtual/perl-Test-Harness-3.130.0
91 >=virtual/perl-Test-Simple-0.860.0
92 )
93 "
94
95 SRC_TEST="do parallel"