summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:28:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:30:14 +0200
commit6f4d84c12fabbcdf2a0ad17059b1127ab08305db (patch)
tree14e8f26c0c00ed7374f842f88a57c8abc7295df0
parentdev-perl/ExtUtils-XSpp: Stable for all (diff)
downloadgentoo-6f4d84c1.tar.gz
gentoo-6f4d84c1.tar.bz2
gentoo-6f4d84c1.zip
dev-perl/ExtUtils-XSpp: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild
deleted file mode 100644
index 3b4ef2efe8d9..000000000000
--- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="XS for C++"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Digest-MD5-2.0.0
- >=virtual/perl-ExtUtils-ParseXS-3.70.0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.400.0
- test? (
- dev-perl/Test-Differences
- dev-perl/Test-Base
- )
-"
-PATCHES=( "${FILESDIR}/${P}-no-dot-inc.patch" )
-SRC_TEST="do parallel"