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/CPAN-Meta: ChangeLog CPAN-Meta-2.113.640.ebuild
Date: Sun, 08 Jan 2012 17:11:34
Message-Id: 20120108171124.BCC582004B@flycatcher.gentoo.org
1 tove 12/01/08 17:11:24
2
3 Modified: ChangeLog
4 Added: CPAN-Meta-2.113.640.ebuild
5 Log:
6 [bump] perl-core/CPAN-Meta-2.113.640
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 perl-core/CPAN-Meta/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 22 Dec 2011 22:21:27 -0000 1.18
24 +++ ChangeLog 8 Jan 2012 17:11:24 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/CPAN-Meta
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.18 2011/12/22 22:21:27 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.19 2012/01/08 17:11:24 tove Exp $
31 +
32 +*CPAN-Meta-2.113.640 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Torsten Veller <tove@g.o> +CPAN-Meta-2.113.640.ebuild:
35 + Version bump
36
37 22 Dec 2011; Markus Meier <maekke@g.o> CPAN-Meta-2.112.621.ebuild:
38 x86 stable, bug #393397
39
40
41
42 1.1 perl-core/CPAN-Meta/CPAN-Meta-2.113.640.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.113.640.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.113.640.ebuild?rev=1.1&content-type=text/plain
46
47 Index: CPAN-Meta-2.113.640.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.113.640.ebuild,v 1.1 2012/01/08 17:11:24 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=RJBS
56 MODULE_VERSION=2.113640
57 inherit perl-module
58
59 DESCRIPTION="The distribution metadata for a CPAN dist"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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"
63 IUSE=""
64
65 RDEPEND="
66 >=virtual/perl-CPAN-Meta-YAML-0.2.0
67 >=virtual/perl-Parse-CPAN-Meta-1.440
68 >=virtual/perl-JSON-PP-2.271.30
69 virtual/perl-Scalar-List-Utils
70 >=virtual/perl-version-0.82"
71 DEPEND="${RDEPEND}
72 virtual/perl-File-Spec
73 >=virtual/perl-File-Temp-0.20
74 virtual/perl-IO
75 >=virtual/perl-Test-Simple-0.88
76 >=virtual/perl-ExtUtils-MakeMaker-6.56"
77
78 SRC_TEST="do"