Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: Module-Install-1.120.0.ebuild ChangeLog
Date: Wed, 01 Oct 2014 11:35:25
Message-Id: 20141001113521.BFFAD6AA9@oystercatcher.gentoo.org
1 zlogene 14/10/01 11:35:21
2
3 Modified: ChangeLog
4 Added: Module-Install-1.120.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.32 dev-perl/Module-Install/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 31 Aug 2014 16:17:45 -0000 1.31
24 +++ ChangeLog 1 Oct 2014 11:35:21 -0000 1.32
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Module-Install
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.31 2014/08/31 16:17:45 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.32 2014/10/01 11:35:21 zlogene Exp $
30 +
31 +*Module-Install-1.120.0 (01 Oct 2014)
32 +
33 + 01 Oct 2014; Mikle Kolyada <zlogene@g.o>
34 + +Module-Install-1.120.0.ebuild:
35 + Version bump
36
37 31 Aug 2014; Mikle Kolyada <zlogene@g.o>
38 Module-Install-1.60.0-r1.ebuild:
39
40
41
42 1.1 dev-perl/Module-Install/Module-Install-1.120.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.120.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install/Module-Install-1.120.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Module-Install-1.120.0.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/dev-perl/Module-Install/Module-Install-1.120.0.ebuild,v 1.1 2014/10/01 11:35:21 zlogene Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=BINGOS
56 MODULE_VERSION=1.12
57 inherit perl-module
58
59 DESCRIPTION="Standalone, extensible Perl module installer"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
63 IUSE="test"
64
65 RDEPEND=">=virtual/perl-File-Spec-3.28
66 >=virtual/perl-Archive-Tar-1.44
67 >=virtual/perl-ExtUtils-MakeMaker-6.590.0
68 >=virtual/perl-ExtUtils-ParseXS-2.19
69 >=virtual/perl-Module-Build-0.33
70 >=virtual/perl-Module-CoreList-2.17
71 >=virtual/perl-Parse-CPAN-Meta-1.39
72 >=dev-perl/libwww-perl-5.812
73 >=dev-perl/File-Remove-1.42
74 >=dev-perl/JSON-2.14
75 >=dev-perl/Module-ScanDeps-0.89
76 >=dev-perl/PAR-Dist-0.29
77 >=dev-perl/YAML-Tiny-1.38"
78 DEPEND="${RDEPEND}
79 test? ( >=virtual/perl-Test-Harness-3.13
80 >=virtual/perl-Test-Simple-0.86 )"
81
82 SRC_TEST=do