Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Singleton/
Date: Wed, 27 Aug 2014 13:21:29
Message-Id: 1409144200.dcf8886d16d40a51ab0ef9348a8324af215d4c76.kent@gentoo
1 commit: dcf8886d16d40a51ab0ef9348a8324af215d4c76
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 12:56:40 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 12:56:40 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dcf8886d
7
8 [fixup] dev-perl/Catalyst-Plugin-Singleton EAPI, dependency cleanup, test cleanup
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-Plugin-Singleton-0.200.0-r1.ebuild | 28 +++++++++++++++++++
14 .../Catalyst-Plugin-Singleton-0.200.0.ebuild | 31 ----------------------
15 dev-perl/Catalyst-Plugin-Singleton/ChangeLog | 7 +++++
16 3 files changed, 35 insertions(+), 31 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0-r1.ebuild
19 new file mode 100644
20 index 0000000..159537f
21 --- /dev/null
22 +++ b/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0-r1.ebuild
23 @@ -0,0 +1,28 @@
24 +# Copyright 1999-2014 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=BOBTFISH
29 +MODULE_VERSION=0.2
30 +inherit perl-module
31 +
32 +DESCRIPTION='DEPRECATED - Singleton to context'
33 +LICENSE=" || ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +# Scalar::Util -> perl-Scalar-List-Utils
39 +RDEPEND="
40 + dev-perl/MRO-Compat
41 + virtual/perl-Scalar-List-Utils
42 +"
43 +DEPEND="
44 + >=virtual/perl-Module-Build-0.390.0
45 + $RDEPEND
46 +"
47 +PERL_RM_FILES=(
48 + t/02pod.t
49 + t/03podcoverage.t
50 +)
51 +SRC_TEST="do"
52
53 diff --git a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0.ebuild b/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0.ebuild
54 deleted file mode 100644
55 index 6362629..0000000
56 --- a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.200.0.ebuild
57 +++ /dev/null
58 @@ -1,31 +0,0 @@
59 -# Copyright 1999-2011 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -EAPI=4
63 -MODULE_AUTHOR=BOBTFISH
64 -MODULE_VERSION=0.2
65 -inherit perl-module
66 -
67 -DESCRIPTION='DEPRECATED - Singleton to context'
68 -LICENSE=" || ( Artistic GPL-2 )"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -IUSE=""
72 -perl_meta_configure() {
73 - # Module::Build 0.39 ( 0.390.0 )
74 - echo \>=virtual/perl-Module-Build-0.390.0
75 -}
76 -perl_meta_runtime() {
77 - # MRO::Compat
78 - echo dev-perl/MRO-Compat
79 - # Scalar::Util
80 - echo virtual/perl-Scalar-List-Utils
81 -}
82 -DEPEND="
83 - $(perl_meta_configure)
84 - $(perl_meta_runtime)
85 -"
86 -RDEPEND="
87 - $(perl_meta_runtime)
88 -"
89 -SRC_TEST="do"
90
91 diff --git a/dev-perl/Catalyst-Plugin-Singleton/ChangeLog b/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
92 index e1fb2cc..0544225 100644
93 --- a/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
94 +++ b/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
95 @@ -2,6 +2,13 @@
96 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
97 # $Header: $
98
99 +*Catalyst-Plugin-Singleton-0.200.0-r1 (27 Aug 2014)
100 +
101 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
102 + -Catalyst-Plugin-Singleton-0.200.0.ebuild,
103 + +Catalyst-Plugin-Singleton-0.200.0-r1.ebuild:
104 + EAPI, dependency cleanup, test cleanup
105 +
106 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
107 -Catalyst-Plugin-Singleton-0.20.0.ebuild,
108 -Catalyst-Plugin-Singleton-0.100.0.ebuild: