Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Inline: Test-Inline-2.213.0-r1.ebuild Test-Inline-2.212.0-r1.ebuild ChangeLog Test-Inline-2.213.0.ebuild Test-Inline-2.212.0.ebuild
Date: Sun, 24 Aug 2014 01:37:42
Message-Id: 20140824013739.5D1853C38@oystercatcher.gentoo.org
1 axs 14/08/24 01:37:39
2
3 Modified: ChangeLog
4 Added: Test-Inline-2.213.0-r1.ebuild
5 Test-Inline-2.212.0-r1.ebuild
6 Removed: Test-Inline-2.213.0.ebuild
7 Test-Inline-2.212.0.ebuild
8 Log:
9 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.82 dev-perl/Test-Inline/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?rev=1.82&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?rev=1.82&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/ChangeLog?r1=1.81&r2=1.82
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v
23 retrieving revision 1.81
24 retrieving revision 1.82
25 diff -u -r1.81 -r1.82
26 --- ChangeLog 15 Aug 2013 07:10:23 -0000 1.81
27 +++ ChangeLog 24 Aug 2014 01:37:39 -0000 1.82
28 @@ -1,6 +1,15 @@
29 # ChangeLog for dev-perl/Test-Inline
30 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.81 2013/08/15 07:10:23 patrick Exp $
32 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.82 2014/08/24 01:37:39 axs Exp $
34 +
35 +*Test-Inline-2.213.0-r1 (24 Aug 2014)
36 +*Test-Inline-2.212.0-r1 (24 Aug 2014)
37 +
38 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
39 + +Test-Inline-2.212.0-r1.ebuild, +Test-Inline-2.213.0-r1.ebuild,
40 + -Test-Inline-2.212.0.ebuild, -Test-Inline-2.213.0.ebuild:
41 + bumped EAPI to 5; committed directly to stable as no other changes present and
42 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
43
44 *Test-Inline-2.213.0 (15 Aug 2013)
45
46
47
48
49 1.1 dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: Test-Inline-2.213.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild,v 1.1 2014/08/24 01:37:39 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=ADAMK
63 MODULE_VERSION=2.213
64 inherit perl-module
65
66 DESCRIPTION="Inline test suite support for Perl"
67
68 SLOT="0"
69 KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
70 IUSE="test"
71
72 RDEPEND="
73 >=dev-perl/Algorithm-Dependency-1.02
74 >=dev-perl/Config-Tiny-2.00
75 >=dev-perl/File-Find-Rule-0.26
76 >=dev-perl/File-Flat-1.00
77 dev-perl/File-Remove
78 >=dev-perl/File-Slurp-9999.04
79 >=virtual/perl-File-Spec-0.80
80 dev-perl/File-chmod
81 >=dev-perl/Params-Util-0.05
82 >=dev-perl/Pod-Tests-0.18
83 virtual/perl-Test-Simple"
84 DEPEND="${RDEPEND}
85 test? (
86 dev-perl/Test-Script
87 >=dev-perl/Test-ClassAPI-1.02 )"
88
89 SRC_TEST="do"
90
91
92
93 1.1 dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild?rev=1.1&content-type=text/plain
97
98 Index: Test-Inline-2.212.0-r1.ebuild
99 ===================================================================
100 # Copyright 1999-2014 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild,v 1.1 2014/08/24 01:37:39 axs Exp $
103
104 EAPI=5
105
106 MODULE_AUTHOR=ADAMK
107 MODULE_VERSION=2.212
108 inherit perl-module
109
110 DESCRIPTION="Inline test suite support for Perl"
111
112 SLOT="0"
113 KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
114 IUSE="test"
115
116 RDEPEND="
117 >=dev-perl/Algorithm-Dependency-1.02
118 >=dev-perl/Config-Tiny-2.00
119 >=dev-perl/File-Find-Rule-0.26
120 >=dev-perl/File-Flat-1.00
121 dev-perl/File-Remove
122 >=dev-perl/File-Slurp-9999.04
123 >=virtual/perl-File-Spec-0.80
124 dev-perl/File-chmod
125 >=dev-perl/Params-Util-0.05
126 >=dev-perl/Pod-Tests-0.18
127 virtual/perl-Test-Simple"
128 DEPEND="${RDEPEND}
129 test? (
130 dev-perl/Test-Script
131 >=dev-perl/Test-ClassAPI-1.02 )"
132
133 SRC_TEST="do"