summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-05-25 23:17:38 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-05-25 23:17:38 +0000
commit4f42d4dcf4a12be5471c3d7827ac9912ab19cc25 (patch)
tree6d2338185d01fb723a34fb4432c84f054dd514f3 /dev-perl/sdl-perl
parentMarked ppc stable for bug #134320. (diff)
downloadhistorical-4f42d4dcf4a12be5471c3d7827ac9912ab19cc25.tar.gz
historical-4f42d4dcf4a12be5471c3d7827ac9912ab19cc25.tar.bz2
historical-4f42d4dcf4a12be5471c3d7827ac9912ab19cc25.zip
Removing bad copy, making way for new
Diffstat (limited to 'dev-perl/sdl-perl')
-rw-r--r--dev-perl/sdl-perl/files/digest-sdl-perl-2.1.3-r13
-rw-r--r--dev-perl/sdl-perl/sdl-perl-2.1.3-r1.ebuild47
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-perl/sdl-perl/files/digest-sdl-perl-2.1.3-r1 b/dev-perl/sdl-perl/files/digest-sdl-perl-2.1.3-r1
deleted file mode 100644
index 8f50e1ed9e03..000000000000
--- a/dev-perl/sdl-perl/files/digest-sdl-perl-2.1.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6ce26e1b710ce52def4ec22637cd5176 SDL_Perl-2.1.3.tar.gz 782794
-RMD160 26a4d317d9a5761fc893b732f2236eaad8d12b88 SDL_Perl-2.1.3.tar.gz 782794
-SHA256 055e4eee85089cf9f7305e68580082fabb624c28199840cf91838b673539b082 SDL_Perl-2.1.3.tar.gz 782794
diff --git a/dev-perl/sdl-perl/sdl-perl-2.1.3-r1.ebuild b/dev-perl/sdl-perl/sdl-perl-2.1.3-r1.ebuild
deleted file mode 100644
index e61c21472fec..000000000000
--- a/dev-perl/sdl-perl/sdl-perl-2.1.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/sdl-perl/sdl-perl-2.1.3-r1.ebuild,v 1.2 2006/05/25 10:29:55 mcummings Exp $
-
-inherit perl-module eutils
-
-DESCRIPTION="SDL binding for perl"
-HOMEPAGE="http://sdl.perl.org/"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="truetype mpeg"
-
-# Only enable this if you are confirming a bug in this module. The testsrequire
-# access to your /dev/{snd,sound} devices.
-#SRC_TEST="do"
-
-DEPEND="virtual/opengl
- >=media-libs/libsdl-1.2.6
- >=media-libs/sdl-mixer-1.2.5
- >=media-libs/sdl-image-1.2.2
- >=media-libs/sdl-gfx-2.0.3
- >=media-libs/sdl-net-1.2.4
- dev-perl/module-build
- mpeg? ( media-libs/smpeg )
- truetype? ( >=media-libs/sdl-ttf-2.0.5 )"
-
-S=${WORKDIR}/SDL_Perl-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- #Patch only for Module::Build-0.28 and greater
- if has_version '>=dev-perl/module-build-0.28' ; then
- epatch ${FILESDIR}/sdl-2.1.3.build.patch
- fi
-}
-
-src_install() {
- perl-module_src_install
- # The build doesnt properly abort when there is an error
- if [[ -z $(find "${D}" -name SDL.pm) ]] ; then
- die "failed to install properly"
- fi
-}