summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:43 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:38 -0400
commitccb7ece9e9f409865ed1fe4ceb794aab1a4be894 (patch)
treed5d04755256d5923a6f7ab46a3af0ed0d85f5dff /dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
parentdev-perl/MooseX-Types-JSON: Drop old versions (diff)
downloadgentoo-ccb7ece9e9f409865ed1fe4ceb794aab1a4be894.tar.gz
gentoo-ccb7ece9e9f409865ed1fe4ceb794aab1a4be894.tar.bz2
gentoo-ccb7ece9e9f409865ed1fe4ceb794aab1a4be894.zip
dev-perl/Mouse: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Mouse/Mouse-2.4.10-r1.ebuild')
-rw-r--r--dev-perl/Mouse/Mouse-2.4.10-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
deleted file mode 100644
index c860596ec085..000000000000
--- a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.140.0
- >=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="dev-perl/Module-Build"
-BDEPEND="${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
- )
-"
-src_configure() {
- unset LD
- [[ -n "${CCLD}" ]] && export LD="${CCLD}"
- # we have to do this outside src_compile
- # as the stupid thing recompiles in src_install
- myconf=(
- --config "optimize=${CFLAGS}"
- )
- perl-module_src_configure
-}