summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-09-26 10:34:35 +1200
committerKent Fredric <kentnl@gentoo.org>2020-09-26 11:01:52 +1200
commit6e2fdef95f93015473946b6a6dce550abd4835d8 (patch)
treec54c2c2fd9a3fee11ccbd4797bb4dc6881207555 /dev-perl/Alien-SDL
parentdev-perl/Algorithm-Munkres: Cleanup old 0.80.0-r1 (diff)
downloadgentoo-6e2fdef95f93015473946b6a6dce550abd4835d8.tar.gz
gentoo-6e2fdef95f93015473946b6a6dce550abd4835d8.tar.bz2
gentoo-6e2fdef95f93015473946b6a6dce550abd4835d8.zip
dev-perl/Alien-SDL: Cleanup old 1.446.0
Closes: https://bugs.gentoo.org/719074 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-SDL')
-rw-r--r--dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild b/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild
deleted file mode 100644
index 00f674f9360f..000000000000
--- a/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FROGGS
-MODULE_VERSION=1.446
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="building, finding and using SDL binaries"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-
-# File::Fetch, File::Find, Test::More -> dev-lang/perl
-RDEPEND="
- dev-perl/Archive-Extract
- dev-perl/Archive-Zip
- dev-perl/Capture-Tiny
- dev-perl/File-ShareDir
- dev-perl/File-Which
- dev-perl/Text-Patch
- media-libs/libsdl
- virtual/perl-Archive-Tar
- virtual/perl-Digest-SHA
- virtual/perl-ExtUtils-CBuilder
- virtual/perl-ExtUtils-MakeMaker
- dev-perl/Module-Build
- virtual/perl-File-Spec
- virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- tc-export CC
- epatch "${FILESDIR}"/${PN}-1.444.0-fix-build-option.patch
- perl-module_src_prepare
-}
-
-SRC_TEST=do
-myconf='--with-sdl-config'