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-MethodMaker/
Date: Mon, 31 Aug 2020 08:48:43
Message-Id: 1598863602.ebd010e1fb715350dde776e240030a4eed3e1948.kentnl@gentoo
1 commit: ebd010e1fb715350dde776e240030a4eed3e1948
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 07:38:36 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 08:46:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd010e1
7
8 dev-perl/Class-MethodMaker: Cleanup old 2.240.0-r1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Class-MethodMaker-2.240.0-r1.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild
17 deleted file mode 100644
18 index 41dd1816122..00000000000
19 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=SCHWIGON
28 -DIST_VERSION=2.24
29 -DIST_SECTION="class-methodmaker"
30 -inherit perl-module eutils
31 -
32 -DESCRIPTION="Create generic methods for OO Perl"
33 -
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
36 -
37 -BDEPEND="
38 - virtual/perl-ExtUtils-MakeMaker
39 -"