Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Install-AuthorTests/
Date: Sat, 18 Aug 2018 01:17:15
Message-Id: 1534554964.96045fd61deea2e0952e077b1ef56d52c9e6ee0f.kentnl@gentoo
1 commit: 96045fd61deea2e0952e077b1ef56d52c9e6ee0f
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 06:11:30 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 01:16:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96045fd6
7
8 dev-perl/Module-Install-AuthorTests: Cleanup old version 0.2.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 .../Module-Install-AuthorTests-0.2.0.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
16 deleted file mode 100644
17 index a49ad2400d7..00000000000
18 --- a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -MODULE_AUTHOR=RJBS
27 -MODULE_VERSION=0.002
28 -inherit perl-module
29 -
30 -DESCRIPTION="Designate tests only run by module authors"
31 -
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE="test"
35 -
36 -RDEPEND="
37 - dev-perl/Module-Install
38 -"
39 -DEPEND="${RDEPEND}
40 - virtual/perl-ExtUtils-MakeMaker
41 -"
42 -
43 -SRC_TEST="do parallel"