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-Log-Dispatch/
Date: Wed, 27 Aug 2014 00:55:55
Message-Id: 1409100571.a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77.kent@gentoo
1 commit: a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 00:49:31 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 00:49:31 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3cc9e9b
7
8 [clean] dev-perl/Catalyst-Plugin-Log-Dispatch Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-Plugin-Log-Dispatch-0.10.ebuild | 20 -----------------
14 .../Catalyst-Plugin-Log-Dispatch-0.11.ebuild | 26 ----------------------
15 .../Catalyst-Plugin-Log-Dispatch-0.12.ebuild | 25 ---------------------
16 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog | 8 ++++++-
17 4 files changed, 7 insertions(+), 72 deletions(-)
18
19 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
20 deleted file mode 100644
21 index a9aefdf..0000000
22 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
23 +++ /dev/null
24 @@ -1,20 +0,0 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 -
29 -MODULE_AUTHOR=SHOT
30 -inherit perl-module
31 -
32 -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
33 -LICENSE="|| ( Artistic GPL-2 )"
34 -
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -IUSE=""
39 -DEPEND="
40 - >=dev-perl/log-dispatch-2.13
41 - >=dev-perl/Catalyst-Runtime-5.650.0
42 - dev-perl/UNIVERSAL-require
43 -"
44 -RDEPEND="${DEPEND}"
45
46 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
47 deleted file mode 100644
48 index 745bd5a..0000000
49 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
50 +++ /dev/null
51 @@ -1,26 +0,0 @@
52 -# Copyright 1999-2011 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -# $Header: $
55 -EAPI=2
56 -MODULE_AUTHOR=SHOT
57 -inherit perl-module
58 -
59 -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
60 -LICENSE="|| ( Artistic GPL-2 )"
61 -
62 -SLOT="0"
63 -KEYWORDS="~amd64 ~x86"
64 -
65 -IUSE="test"
66 -RDEPEND="
67 - >=dev-perl/log-dispatch-2.13
68 - >=dev-perl/Catalyst-Runtime-5.650.0
69 - dev-perl/UNIVERSAL-require
70 -"
71 -DEPEND="
72 - ${RDEPEND}
73 - test? (
74 - virtual/perl-Test-Simple
75 - )
76 -"
77 -SRC_TEST="do"
78
79 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
80 deleted file mode 100644
81 index a229427..0000000
82 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
83 +++ /dev/null
84 @@ -1,25 +0,0 @@
85 -# Copyright 1999-2011 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Header: $
88 -EAPI=3
89 -MODULE_AUTHOR=SHOT
90 -inherit perl-module
91 -
92 -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
93 -LICENSE="|| ( Artistic GPL-2 )"
94 -
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -
98 -IUSE="test"
99 -RDEPEND="
100 - >=dev-perl/log-dispatch-2.13
101 - >=dev-perl/Catalyst-Runtime-5.650.0
102 - dev-perl/UNIVERSAL-require
103 - virtual/perl-Test-Simple
104 -"
105 -DEPEND="
106 - ${RDEPEND}
107 - virtual/perl-Module-Build
108 -"
109 -SRC_TEST="do"
110
111 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
112 index 6fe53f4..4cc310b 100644
113 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
114 +++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
115 @@ -1,7 +1,13 @@
116 # ChangeLog for dev-perl/Catalyst-Plugin-Log-Dispatch
117 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
118 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 # $Header: $
120
121 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
122 + -Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
123 + -Catalyst-Plugin-Log-Dispatch-0.11.ebuild,
124 + -Catalyst-Plugin-Log-Dispatch-0.12.ebuild:
125 + Remove old
126 +
127 11 Nov 2011; Kent Fredric <kentfredric@×××××.com>
128 Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
129 Catalyst-Plugin-Log-Dispatch-0.11.ebuild,