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/Cache-Simple-TimedExpiry/
Date: Sun, 04 Oct 2020 04:30:09
Message-Id: 1601785432.6af8c5d1dac1cc92e50d474aa139aa40263c267f.kentnl@gentoo
1 commit: 6af8c5d1dac1cc92e50d474aa139aa40263c267f
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 04:23:15 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 04:23:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8c5d1
7
8 dev-perl/Cache-Simple-TimedExpiry: Cleanup old 0.270.0-r1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Cache-Simple-TimedExpiry-0.270.0-r1.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
17 deleted file mode 100644
18 index 78c6e88885c..00000000000
19 --- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=JESSE
28 -MODULE_VERSION=0.27
29 -inherit perl-module
30 -
31 -DESCRIPTION="A lightweight cache with timed expiration"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
35 -IUSE=""
36 -
37 -SRC_TEST="do"
38 -
39 -src_prepare() {
40 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
41 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
42 - perl-module_src_prepare
43 -}