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/Dist-Zilla-Plugin-Test-EOL/
Date: Sun, 30 Aug 2015 10:36:05
Message-Id: 1440930929.b73b3c66a6366ff0fad18e07085dec5eb62f1935.kent@gentoo
1 commit: b73b3c66a6366ff0fad18e07085dec5eb62f1935
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 10:35:29 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 10:35:29 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b73b3c66
7
8 dev-perl/Dist-Zilla-Plugin-Test-EOL: Remove old version 0.20.0-r1
9
10 Package-Manager: portage-2.2.17
11
12 .../Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild
16 deleted file mode 100644
17 index e7fbfd0..0000000
18 --- a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -EAPI=5
25 -MODULE_AUTHOR=FLORA
26 -MY_PN=Dist-Zilla-Plugin-EOLTests
27 -MODULE_VERSION="0.02"
28 -inherit perl-module
29 -
30 -DESCRIPTION="Release tests making sure correct line endings are used"
31 -
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -COMMON_DEPEND="
36 - >=dev-perl/Dist-Zilla-4.101.540
37 - dev-perl/Moose
38 - dev-perl/Test-EOL
39 - dev-perl/namespace-autoclean
40 -"
41 -DEPEND="
42 - ${COMMON_DEPEND}
43 - virtual/perl-File-Temp
44 - virtual/perl-Test-Simple
45 - >=virtual/perl-ExtUtils-MakeMaker-6.56
46 -"
47 -RDEPEND="
48 - ${COMMON_DEPEND}
49 -"