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-Slurp-Tiny/
Date: Wed, 02 Jun 2021 18:47:15
Message-Id: 1622659545.f8a97bc7252ad49eb9c4a62f8d7c516c4be6405b.dilfridge@gentoo
1 commit: f8a97bc7252ad49eb9c4a62f8d7c516c4be6405b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 18:11:48 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 18:45:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a97bc7
7
8 dev-perl/File-Slurp-Tiny: Remove old 0.004
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 .../File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild
17 deleted file mode 100644
18 index a53631b00ea..00000000000
19 --- a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.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=5
26 -
27 -MODULE_AUTHOR=LEONT
28 -MODULE_VERSION=0.004
29 -inherit perl-module
30 -
31 -DESCRIPTION="A simple, sane and efficient file slurper"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - virtual/perl-Carp
40 - >=virtual/perl-Exporter-5.570.0
41 -"
42 -DEPEND="${RDEPEND}
43 - virtual/perl-ExtUtils-MakeMaker
44 - test? (
45 - virtual/perl-File-Temp
46 - virtual/perl-Test-Simple
47 - )
48 -"
49 -
50 -SRC_TEST="do parallel"