summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild')
-rw-r--r--app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild b/app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild
deleted file mode 100644
index 876d9c014f67..000000000000
--- a/app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild,v 1.1 2003/09/02 10:31:23 msterret Exp $
-
-inherit games
-
-S=${WORKDIR}
-MY_P="glN64-${PV/_/-}"
-DESCRIPTION="An audio plugin for the mupen64 N64 emulator"
-SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_glN64_port/${MY_P}.so"
-HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/"
-
-KEYWORDS="x86"
-LICENSE="as-is"
-SLOT="0"
-IUSE=""
-
-RDEPEND="media-libs/libsdl"
-
-src_unpack() {
- cp ${DISTDIR}/${A} ${WORKDIR} || die "cp failed"
-}
-
-src_install () {
- exeinto ${GAMES_LIBDIR}/mupen64/plugins
- doexe ${MY_P}.so || die "doexe failed"
- prepgamesdirs
-}