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-Mix/
Date: Sat, 26 Sep 2020 09:37:15
Message-Id: 1601112968.b3ad988a9fd9a8958b2a74453b2bdd96d48833d3.kentnl@gentoo
1 commit: b3ad988a9fd9a8958b2a74453b2bdd96d48833d3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:29:07 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:36:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ad988a
7
8 dev-perl/Class-Mix: Cleanup old 0.6.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild | 32 -------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild
17 deleted file mode 100644
18 index 70e8039c46e..00000000000
19 --- a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -DIST_AUTHOR=ZEFRAM
27 -DIST_VERSION=0.006
28 -inherit perl-module
29 -
30 -DESCRIPTION="dynamic class mixing"
31 -LICENSE="|| ( Artistic GPL-2 )"
32 -SLOT="0"
33 -KEYWORDS="amd64"
34 -IUSE="test"
35 -RESTRICT="!test? ( test )"
36 -
37 -RDEPEND="
38 - virtual/perl-Carp
39 - dev-perl/Params-Classify
40 - virtual/perl-Exporter
41 - virtual/perl-if
42 - virtual/perl-parent
43 -"
44 -DEPEND="${RDEPEND}
45 - dev-perl/Module-Build
46 - test? (
47 - virtual/perl-Test-Simple
48 - )
49 -"
50 -src_test() {
51 - perl_rm_files t/pod_cvg.t t/pod_syn.t
52 - perl-module_src_test
53 -}