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: 1409143958.f972cd37421ee0a50a7f103453ab04d5acd881af.kent@gentoo
1 commit: f972cd37421ee0a50a7f103453ab04d5acd881af
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 12:52:38 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 12:52:38 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f972cd37
7
8 [cleanup] dev-perl/Catalyst-Plugin-Singleton Remove old EAPIS
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-Plugin-Singleton-0.100.0.ebuild | 23 ----------------------
14 .../Catalyst-Plugin-Singleton-0.20.0.ebuild | 18 -----------------
15 dev-perl/Catalyst-Plugin-Singleton/ChangeLog | 7 ++++++-
16 3 files changed, 6 insertions(+), 42 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.100.0.ebuild
19 deleted file mode 100644
20 index c55b3d9..0000000
21 --- a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.100.0.ebuild
22 +++ /dev/null
23 @@ -1,23 +0,0 @@
24 -# Copyright 1999-2011 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -EAPI=3
28 -MODULE_AUTHOR=MRAMBERG
29 -MODULE_VERSION="0.1"
30 -inherit perl-module
31 -
32 -DESCRIPTION="Singleton to context"
33 -
34 -IUSE=""
35 -
36 -SLOT="0"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -DEPEND="
41 - virtual/perl-Module-Build
42 - virtual/perl-Scalar-List-Utils
43 - dev-perl/MRO-Compat
44 -"
45 -RDEPEND="${DEPEND}"
46 -SRC_TEST=do
47
48 diff --git a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.20.0.ebuild b/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.20.0.ebuild
49 deleted file mode 100644
50 index 19d7c2b..0000000
51 --- a/dev-perl/Catalyst-Plugin-Singleton/Catalyst-Plugin-Singleton-0.20.0.ebuild
52 +++ /dev/null
53 @@ -1,18 +0,0 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -# $Header: $
57 -
58 -MODULE_AUTHOR=MRAMBERG
59 -MODULE_VERSION="0.02"
60 -inherit perl-module
61 -
62 -DESCRIPTION="Singleton to context"
63 -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MR/MRAMBERG/${P}.readme"
64 -
65 -IUSE=""
66 -
67 -SLOT="0"
68 -LICENSE="|| ( Artistic GPL-2 )"
69 -KEYWORDS="~amd64 ~x86"
70 -
71 -DEPEND="virtual/perl-Module-Build"
72
73 diff --git a/dev-perl/Catalyst-Plugin-Singleton/ChangeLog b/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
74 index 5784b3d..e1fb2cc 100644
75 --- a/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
76 +++ b/dev-perl/Catalyst-Plugin-Singleton/ChangeLog
77 @@ -1,7 +1,12 @@
78 # ChangeLog for dev-perl/Catalyst-Plugin-Singleton
79 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
80 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
81 # $Header: $
82
83 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
84 + -Catalyst-Plugin-Singleton-0.20.0.ebuild,
85 + -Catalyst-Plugin-Singleton-0.100.0.ebuild:
86 + Remove old EAPIS
87 +
88 *Catalyst-Plugin-Singleton-0.200.0 (11 Nov 2011)
89
90 11 Nov 2011; Kent Fredric <kentfredric@×××××.com>