mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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'
|
||||
Reference in New Issue
Block a user