Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/
Date: Sat, 16 Oct 2021 20:37:12
Message-Id: 1634416617.9ccd252f72ee3a5b082a0abff008566b14ab7290.dilfridge@gentoo
1 commit: 9ccd252f72ee3a5b082a0abff008566b14ab7290
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 20:36:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 20:36:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccd252f
7
8 dev-perl/Mouse: Remove old
9
10 Closes: https://bugs.gentoo.org/728450
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Mouse/Mouse-2.4.10.ebuild | 36 ------------------------------------
15 1 file changed, 36 deletions(-)
16
17 diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild b/dev-perl/Mouse/Mouse-2.4.10.ebuild
18 deleted file mode 100644
19 index 778702098ab..00000000000
20 --- a/dev-perl/Mouse/Mouse-2.4.10.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DIST_AUTHOR=GFUJI
29 -DIST_VERSION=v2.4.10
30 -DIST_EXAMPLES=("example/*" "benchmarks")
31 -inherit perl-module
32 -
33 -DESCRIPTION="Moose minus the antlers"
34 -
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -RDEPEND="
41 - >=virtual/perl-Scalar-List-Utils-1.140.0
42 - >=virtual/perl-XSLoader-0.20.0
43 -"
44 -DEPEND="${RDEPEND}
45 - >=virtual/perl-ExtUtils-ParseXS-3.220.0
46 - >=virtual/perl-Devel-PPPort-3.220.0
47 - >=dev-perl/Module-Build-0.400.500
48 - dev-perl/Module-Build-XSUtil
49 - test? (
50 - dev-perl/Test-Exception
51 - dev-perl/Test-Fatal
52 - dev-perl/Test-LeakTrace
53 - >=virtual/perl-Test-Simple-0.880.0
54 - dev-perl/Test-Output
55 - dev-perl/Test-Requires
56 - dev-perl/Try-Tiny
57 - )
58 -"