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-Cache/
Date: Tue, 26 Aug 2014 19:06:57
Message-Id: 1409079423.beb22561b2e84fae54c98addd3d1ee29084adb1b.kent@gentoo
1 commit: beb22561b2e84fae54c98addd3d1ee29084adb1b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 26 18:57:03 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 26 18:57:03 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=beb22561
7
8 [cleanup] dev-perl/Catalyst-Plugin-Cache Remove old EAPIS
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-Plugin-Cache-0.100.0.ebuild | 33 ----------------
14 .../Catalyst-Plugin-Cache-0.110.0.ebuild | 46 ----------------------
15 .../Catalyst-Plugin-Cache-0.90.0.ebuild | 22 -----------
16 dev-perl/Catalyst-Plugin-Cache/ChangeLog | 7 +++-
17 4 files changed, 6 insertions(+), 102 deletions(-)
18
19 diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
20 deleted file mode 100644
21 index e8c63a2..0000000
22 --- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
23 +++ /dev/null
24 @@ -1,33 +0,0 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 -
29 -EAPI=2
30 -
31 -MODULE_AUTHOR=BOBTFISH
32 -MODULE_VERSION="0.10"
33 -inherit perl-module
34 -
35 -DESCRIPTION="Flexible caching support for Catalyst"
36 -
37 -IUSE=""
38 -
39 -SLOT="0"
40 -LICENSE="|| ( Artistic GPL-2 )"
41 -KEYWORDS="~amd64 ~x86"
42 -
43 -COMMON_DEPEND="
44 - >=dev-perl/Catalyst-Runtime-5.700.0
45 - dev-perl/MRO-Compat
46 - dev-perl/Task-Weaken
47 -"
48 -RDEPEND="
49 - ${COMMON_DEPEND}
50 -"
51 -DEPEND="
52 - ${COMMON_DEPEND}
53 - dev-perl/Test-Deep
54 - dev-perl/Test-Exception
55 -"
56 -
57 -SRC_TEST="do"
58
59 diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
60 deleted file mode 100644
61 index 10dc5fa..0000000
62 --- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
63 +++ /dev/null
64 @@ -1,46 +0,0 @@
65 -# Copyright 1999-2012 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Header: $
68 -EAPI=4
69 -MODULE_AUTHOR=BOBTFISH
70 -MODULE_VERSION=0.11
71 -inherit perl-module
72 -
73 -DESCRIPTION='Flexible caching support for Catalyst.'
74 -LICENSE=" || ( Artistic GPL-2 )"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE=""
78 -perl_meta_configure() {
79 - # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
80 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
81 -}
82 -perl_meta_build() {
83 - # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
84 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
85 - # Test::Deep
86 - echo dev-perl/Test-Deep
87 - # Test::Exception
88 - echo dev-perl/Test-Exception
89 - # Test::More 0.88 ( 0.880.0 )
90 - echo \>=virtual/perl-Test-Simple-0.88
91 -}
92 -perl_meta_runtime() {
93 - # Catalyst 5.8 ( 5.800.0 )
94 - echo \>=dev-perl/Catalyst-Runtime-5.800.0
95 - # MRO::Compat
96 - echo dev-perl/MRO-Compat
97 - # Storable
98 - echo virtual/perl-Storable
99 - # Task::Weaken
100 - echo dev-perl/Task-Weaken
101 -}
102 -DEPEND="
103 - $(perl_meta_configure)
104 - $(perl_meta_build)
105 - $(perl_meta_runtime)
106 -"
107 -RDEPEND="
108 - $(perl_meta_runtime)
109 -"
110 -SRC_TEST="do"
111
112 diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
113 deleted file mode 100644
114 index 4a698c4..0000000
115 --- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
116 +++ /dev/null
117 @@ -1,22 +0,0 @@
118 -# Copyright 1999-2012 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -# $Header: $
121 -
122 -MODULE_AUTHOR=BOBTFISH
123 -MODULE_VERSION="0.09"
124 -inherit perl-module
125 -
126 -DESCRIPTION="Flexible caching support for Catalyst"
127 -
128 -IUSE=""
129 -
130 -SLOT="0"
131 -LICENSE="|| ( Artistic GPL-2 )"
132 -KEYWORDS="~amd64 ~x86"
133 -
134 -DEPEND="
135 - >=dev-perl/Catalyst-Runtime-5.700.0
136 - dev-perl/Test-Deep
137 - dev-perl/Test-Exception
138 - dev-perl/MRO-Compat
139 -"
140
141 diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
142 index a5167b0..832ebf7 100644
143 --- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
144 +++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
145 @@ -1,7 +1,12 @@
146 # ChangeLog for dev-perl/Catalyst-Plugin-Cache
147 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
148 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
149 # $Header: $
150
151 + 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
152 + -Catalyst-Plugin-Cache-0.90.0.ebuild, -Catalyst-Plugin-Cache-0.100.0.ebuild,
153 + -Catalyst-Plugin-Cache-0.110.0.ebuild:
154 + Remove old EAPIS
155 +
156 *Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013)
157
158 27 Feb 2013; Kent Fredric <kentfredric@×××××.com>