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/Module-Compile/
Date: Mon, 01 Sep 2014 21:29:18
Message-Id: 1409593672.2acaa26b9378bdb3cd5d3a406d188b61a3ec2c99.kent@gentoo
1 commit: 2acaa26b9378bdb3cd5d3a406d188b61a3ec2c99
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 1 17:47:52 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 1 17:47:52 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2acaa26b
7
8 [cleanup] dev-perl/Module-Compile Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Module-Compile/ChangeLog | 5 +++++
14 .../Module-Compile/Module-Compile-0.200.0.ebuild | 18 ------------------
15 .../Module-Compile/Module-Compile-0.210.0.ebuild | 22 ----------------------
16 .../Module-Compile/Module-Compile-0.220.0.ebuild | 22 ----------------------
17 4 files changed, 5 insertions(+), 62 deletions(-)
18
19 diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
20 index 6ff2e8f..827d491 100644
21 --- a/dev-perl/Module-Compile/ChangeLog
22 +++ b/dev-perl/Module-Compile/ChangeLog
23 @@ -2,6 +2,11 @@
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
28 + -Module-Compile-0.200.0.ebuild, -Module-Compile-0.210.0.ebuild,
29 + -Module-Compile-0.220.0.ebuild:
30 + Remove old EAPIs
31 +
32 *Module-Compile-0.230.0-r1 (24 Jul 2014)
33
34 24 Jul 2014; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
37 deleted file mode 100644
38 index 81d5492..0000000
39 --- a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
40 +++ /dev/null
41 @@ -1,18 +0,0 @@
42 -# Copyright 1999-2011 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -
46 -MODULE_AUTHOR=INGY
47 -MODULE_VERSION="0.20"
48 -inherit perl-module
49 -
50 -DESCRIPTION="Perl Module Optimization"
51 -LICENSE="|| ( Artistic GPL-2 )"
52 -
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -
56 -IUSE=""
57 -DEPEND="
58 - dev-perl/Digest-SHA1
59 -"
60
61 diff --git a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
62 deleted file mode 100644
63 index 5918809..0000000
64 --- a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
65 +++ /dev/null
66 @@ -1,22 +0,0 @@
67 -# Copyright 1999-2013 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Header: $
70 -
71 -EAPI=4
72 -
73 -MODULE_AUTHOR=INGY
74 -MODULE_VERSION=0.21
75 -inherit perl-module
76 -
77 -DESCRIPTION="Perl Module Optimization"
78 -
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE=""
82 -
83 -RDEPEND="
84 - >=dev-perl/Digest-SHA1-2.130.0
85 -"
86 -DEPEND="${RDEPEND}"
87 -
88 -SRC_TEST=do
89
90 diff --git a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
91 deleted file mode 100644
92 index 90d2705..0000000
93 --- a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
94 +++ /dev/null
95 @@ -1,22 +0,0 @@
96 -# Copyright 1999-2013 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Header: $
99 -
100 -EAPI=4
101 -
102 -MODULE_AUTHOR=INGY
103 -MODULE_VERSION=0.22
104 -inherit perl-module
105 -
106 -DESCRIPTION="Perl Module Optimization"
107 -
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -RDEPEND="
113 - >=dev-perl/Digest-SHA1-2.130.0
114 -"
115 -DEPEND="${RDEPEND}"
116 -
117 -SRC_TEST=do