summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-16 22:36:47 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-16 22:36:57 +0200
commit9ccd252f72ee3a5b082a0abff008566b14ab7290 (patch)
tree6e5856307aa0a0e3e65f8982c86b8cb8cf0b1627 /dev-perl/Mouse
parentnet-misc/yt-dlp: 2021.10.10 version bump. (diff)
downloadgentoo-9ccd252f72ee3a5b082a0abff008566b14ab7290.tar.gz
gentoo-9ccd252f72ee3a5b082a0abff008566b14ab7290.tar.bz2
gentoo-9ccd252f72ee3a5b082a0abff008566b14ab7290.zip
dev-perl/Mouse: Remove old
Closes: https://bugs.gentoo.org/728450 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mouse')
-rw-r--r--dev-perl/Mouse/Mouse-2.4.10.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild b/dev-perl/Mouse/Mouse-2.4.10.ebuild
deleted file mode 100644
index 778702098abc..000000000000
--- a/dev-perl/Mouse/Mouse-2.4.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GFUJI
-DIST_VERSION=v2.4.10
-DIST_EXAMPLES=("example/*" "benchmarks")
-inherit perl-module
-
-DESCRIPTION="Moose minus the antlers"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.140.0
- >=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-ParseXS-3.220.0
- >=virtual/perl-Devel-PPPort-3.220.0
- >=dev-perl/Module-Build-0.400.500
- dev-perl/Module-Build-XSUtil
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- dev-perl/Test-LeakTrace
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Output
- dev-perl/Test-Requires
- dev-perl/Try-Tiny
- )
-"