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/Parse-CPAN-Meta: Parse-CPAN-Meta-1.440.900-r1.ebuild Parse-CPAN-Meta-1.440.400-r1.ebuild ChangeLog Parse-CPAN-Meta-1.440.400.ebuild Parse-CPAN-Meta-1.440.900.ebuild
Date: Sat, 26 Jul 2014 14:10:27
Message-Id: 20140726141016.88B942004E@flycatcher.gentoo.org
1 dilfridge 14/07/26 14:10:16
2
3 Modified: ChangeLog
4 Added: Parse-CPAN-Meta-1.440.900-r1.ebuild
5 Parse-CPAN-Meta-1.440.400-r1.ebuild
6 Removed: Parse-CPAN-Meta-1.440.400.ebuild
7 Parse-CPAN-Meta-1.440.900.ebuild
8 Log:
9 EAPI bump
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
12
13 Revision Changes Path
14 1.49 perl-core/Parse-CPAN-Meta/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog?rev=1.49&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog?rev=1.49&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog?r1=1.48&r2=1.49
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v
23 retrieving revision 1.48
24 retrieving revision 1.49
25 diff -u -r1.48 -r1.49
26 --- ChangeLog 11 Jul 2014 22:57:40 -0000 1.48
27 +++ ChangeLog 26 Jul 2014 14:10:16 -0000 1.49
28 @@ -1,6 +1,14 @@
29 # ChangeLog for perl-core/Parse-CPAN-Meta
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.48 2014/07/11 22:57:40 dilfridge Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.49 2014/07/26 14:10:16 dilfridge Exp $
33 +
34 +*Parse-CPAN-Meta-1.440.900-r1 (26 Jul 2014)
35 +*Parse-CPAN-Meta-1.440.400-r1 (26 Jul 2014)
36 +
37 + 26 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
38 + +Parse-CPAN-Meta-1.440.400-r1.ebuild, +Parse-CPAN-Meta-1.440.900-r1.ebuild,
39 + -Parse-CPAN-Meta-1.440.400.ebuild, -Parse-CPAN-Meta-1.440.900.ebuild:
40 + EAPI bump
41
42 11 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
43 -Parse-CPAN-Meta-1.440.500.ebuild, -Parse-CPAN-Meta-1.440.700.ebuild:
44
45
46
47 1.1 perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: Parse-CPAN-Meta-1.440.900-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild,v 1.1 2014/07/26 14:10:16 dilfridge Exp $
57
58 EAPI=5
59
60 MODULE_AUTHOR=DAGOLDEN
61 MODULE_VERSION=1.4409
62 inherit perl-module
63
64 DESCRIPTION="Parse META.yml and other similar CPAN metadata files"
65
66 SLOT="0"
67 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"
68 IUSE=""
69
70 RDEPEND="
71 >=virtual/perl-CPAN-Meta-YAML-0.8.0
72 >=virtual/perl-JSON-PP-2.272.0
73 "
74 DEPEND="${RDEPEND}"
75
76 SRC_TEST=do
77
78
79
80 1.1 perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.400-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.400-r1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.400-r1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: Parse-CPAN-Meta-1.440.400-r1.ebuild
86 ===================================================================
87 # Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.400-r1.ebuild,v 1.1 2014/07/26 14:10:16 dilfridge Exp $
90
91 EAPI=5
92
93 MODULE_AUTHOR=DAGOLDEN
94 MODULE_VERSION=1.4404
95 inherit perl-module
96
97 DESCRIPTION="Parse META.yml and other similar CPAN metadata files"
98
99 SLOT="0"
100 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"
101 IUSE=""
102
103 RDEPEND="
104 >=virtual/perl-CPAN-Meta-YAML-0.8.0
105 >=virtual/perl-JSON-PP-2.272.0
106 "
107 DEPEND="${RDEPEND}"
108
109 SRC_TEST=do