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-Portability/
Date: Sun, 30 Aug 2015 10:53:51
Message-Id: 1440931940.904484a2b06978ebdbdba0b66e53fea775583a1c.kent@gentoo
1 commit: 904484a2b06978ebdbdba0b66e53fea775583a1c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 10:52:20 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 10:52:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=904484a2
7
8 dev-perl/Dist-Zilla-Plugin-Test-Portability: remove old version 1.111.840-r1
9
10 Package-Manager: portage-2.2.17
11
12 ...lla-Plugin-Test-Portability-1.111.840-r1.ebuild | 39 ----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild
16 deleted file mode 100644
17 index a20f6df..0000000
18 --- a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MARCEL
28 -MODULE_VERSION=1.111840
29 -MY_PN=Dist-Zilla-Plugin-PortabilityTests
30 -inherit perl-module
31 -
32 -DESCRIPTION="Release tests for portability"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -comment() { echo ''; }
38 -COMMON_DEPEND="
39 - >=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Plugin::InlineFiles 0)
40 - >=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Role::FileMunger 0)
41 - dev-perl/Moose
42 - dev-perl/Test-Portability-Files
43 -"
44 -DEPEND="
45 - ${COMMON_DEPEND}
46 - $(comment CONFIG REQUIRES)
47 - >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
48 - $(comment BUILD REQUIRES)
49 - $(comment virtual/perl-Carp)
50 - $(comment virtual/perl-English)
51 - $(comment virtual/perl-File-Find)
52 - virtual/perl-File-Temp
53 - virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
54 - >=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
55 - >=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
56 -"
57 -RDEPEND="
58 - ${COMMON_DEPEND}
59 -"