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>
This commit is contained in:
Kent Fredric
2020-09-26 10:34:35 +12:00
parent c51a07d742
commit 6e2fdef95f

View File

@@ -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'