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/CPAN-Meta: CPAN-Meta-2.143.240.ebuild ChangeLog
Date: Fri, 27 Feb 2015 23:43:04
Message-Id: 20150227234257.8469D12B21@oystercatcher.gentoo.org
1 dilfridge 15/02/27 23:42:57
2
3 Modified: ChangeLog
4 Added: CPAN-Meta-2.143.240.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.51 perl-core/CPAN-Meta/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 25 Jul 2014 21:18:59 -0000 1.50
24 +++ ChangeLog 27 Feb 2015 23:42:57 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for perl-core/CPAN-Meta
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.50 2014/07/25 21:18:59 dilfridge Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.51 2015/02/27 23:42:57 dilfridge Exp $
31 +
32 +*CPAN-Meta-2.143.240 (27 Feb 2015)
33 +
34 + 27 Feb 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +CPAN-Meta-2.143.240.ebuild:
36 + Version bump
37
38 *CPAN-Meta-2.120.921-r1 (25 Jul 2014)
39 *CPAN-Meta-2.132.510-r1 (25 Jul 2014)
40
41
42
43 1.1 perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild?rev=1.1&content-type=text/plain
47
48 Index: CPAN-Meta-2.143.240.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/perl-core/CPAN-Meta/CPAN-Meta-2.143.240.ebuild,v 1.1 2015/02/27 23:42:57 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=DAGOLDEN
57 MODULE_VERSION=2.143240
58 inherit perl-module
59
60 DESCRIPTION="The distribution metadata for a CPAN dist"
61
62 SLOT="0"
63 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"
64 IUSE="test"
65
66 RDEPEND="
67 >=virtual/perl-CPAN-Meta-Requirements-2.121.0
68 >=virtual/perl-CPAN-Meta-YAML-0.8.0
69 >=virtual/perl-JSON-PP-2.272.0
70 >=virtual/perl-Parse-CPAN-Meta-1.441.400
71 virtual/perl-Scalar-List-Utils
72 >=virtual/perl-version-0.82
73 "
74 DEPEND="${RDEPEND}
75 test? (
76 virtual/perl-File-Spec
77 >=virtual/perl-File-Temp-0.200.0
78 virtual/perl-IO
79 >=virtual/perl-Test-Simple-0.88
80 )
81 >=virtual/perl-ExtUtils-MakeMaker-6.56
82 "
83
84 SRC_TEST="do"