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/Class-Accessor-Lite/
Date: Sun, 04 Oct 2020 04:59:08
Message-Id: 1601787082.a9f88a0ea6afac1bd5b36f7860082b7f551348e7.kentnl@gentoo
1 commit: a9f88a0ea6afac1bd5b36f7860082b7f551348e7
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 04:51:22 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 04:51:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f88a0e
7
8 dev-perl/Class-Accessor-Lite: Cleanup old 0.80.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Class-Accessor-Lite-0.80.0.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0.ebuild b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0.ebuild
17 deleted file mode 100644
18 index 2e99b0ce5e3..00000000000
19 --- a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=KAZUHO
28 -DIST_VERSION=0.08
29 -inherit perl-module
30 -
31 -DESCRIPTION="A minimalistic variant of Class::Accessor"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND=""
38 -DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.360.0"
39 -
40 -src_prepare() {
41 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
42 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
43 - perl-module_src_prepare
44 -}