Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/
Date: Sun, 30 May 2021 16:03:11
Message-Id: 1622390569.8208908c5ef7630e5212f2f048ca79fe8d589bff.dilfridge@gentoo
1 commit: 8208908c5ef7630e5212f2f048ca79fe8d589bff
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:58:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 16:02:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8208908c
7
8 dev-perl/File-Next: Remove old 1.18
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/File-Next/File-Next-1.180.0.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-perl/File-Next/File-Next-1.180.0.ebuild b/dev-perl/File-Next/File-Next-1.180.0.ebuild
17 deleted file mode 100644
18 index 49d21d698fc..00000000000
19 --- a/dev-perl/File-Next/File-Next-1.180.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=PETDANCE
28 -DIST_VERSION=1.18
29 -inherit perl-module
30 -
31 -DESCRIPTION="File::Next is an iterator-based module for finding files"
32 -
33 -LICENSE="Artistic-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
36 -IUSE="test"
37 -
38 -RDEPEND="virtual/perl-File-Spec"
39 -DEPEND="${RDEPEND}
40 - virtual/perl-ExtUtils-MakeMaker
41 - test? ( virtual/perl-Test-Simple )
42 -"
43 -RESTRICT="!test? ( test )"
44 -
45 -src_test() {
46 - # Ugh, Upstream has tests that depend on tests ...
47 - echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
48 - echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
49 - perl-module_src_test
50 -}