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-I18N/
Date: Wed, 27 Aug 2014 00:55:55
Message-Id: 1409095894.cf57bb9d2a67e59a8cf75b70cb18fff92929e638.kent@gentoo
1 commit: cf57bb9d2a67e59a8cf75b70cb18fff92929e638
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 26 23:31:34 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 26 23:31:34 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cf57bb9d
7
8 [cleanup] dev-perl/Catalyst-Plugin-I18N remove old versions
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-Plugin-I18N-0.09.ebuild | 20 --------------------
14 dev-perl/Catalyst-Plugin-I18N/ChangeLog | 4 ++++
15 2 files changed, 4 insertions(+), 20 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild b/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild
18 deleted file mode 100644
19 index ed39f09..0000000
20 --- a/dev-perl/Catalyst-Plugin-I18N/Catalyst-Plugin-I18N-0.09.ebuild
21 +++ /dev/null
22 @@ -1,20 +0,0 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -MODULE_AUTHOR=MRAMBERG
28 -inherit perl-module
29 -
30 -DESCRIPTION="I18N for Catalyst"
31 -LICENSE="|| ( Artistic GPL-2 )"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -IUSE=""
37 -DEPEND="
38 - dev-perl/Catalyst-Runtime
39 - virtual/perl-Locale-Maketext-Simple
40 - dev-perl/locale-maketext-lexicon
41 - dev-perl/MRO-Compat
42 -"
43
44 diff --git a/dev-perl/Catalyst-Plugin-I18N/ChangeLog b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
45 index 8c28bb3..572b254 100644
46 --- a/dev-perl/Catalyst-Plugin-I18N/ChangeLog
47 +++ b/dev-perl/Catalyst-Plugin-I18N/ChangeLog
48 @@ -2,6 +2,10 @@
49 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
50 # $Header: $
51
52 + 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
53 + -Catalyst-Plugin-I18N-0.09.ebuild:
54 + Remove old
55 +
56 *Catalyst-Plugin-I18N-0.10-r1 (24 Jul 2014)
57
58 24 Jul 2014; Kent Fredric <kentfredric@×××××.com>