Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
Date: Sat, 27 Feb 2021 16:54:39
Message-Id: 1614444830.e22aa8aa743235d01a10254de08615ae5f6bc0ea.sam@gentoo
1 commit: e22aa8aa743235d01a10254de08615ae5f6bc0ea
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat Feb 27 16:24:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 16:53:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22aa8aa
7
8 dev-perl/Const-Fast: Remove old
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild | 33 -------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
17 deleted file mode 100644
18 index f757818249a..00000000000
19 --- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2019 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.014
29 -inherit perl-module
30 -
31 -DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - virtual/perl-Scalar-List-Utils
40 - virtual/perl-Storable
41 - >=dev-perl/Sub-Exporter-Progressive-0.1.7
42 -"
43 -DEPEND="${RDEPEND}
44 - >=dev-perl/Module-Build-Tiny-0.21.0
45 - test? (
46 - virtual/perl-Data-Dumper
47 - virtual/perl-File-Temp
48 - dev-perl/Test-Fatal
49 - >=virtual/perl-Test-Simple-0.880.0
50 - )
51 -"
52 -
53 -SRC_TEST=do
54 -mytargets="install"