diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-02 10:31:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-02 10:31:25 +0000 |
commit | 9da632a2bb5e888a69b19ccf3efa38cf53c2742d (patch) | |
tree | d001a1a40003f69936442f917b4481dce804c5e5 /app-emulation | |
parent | version bump (diff) | |
download | historical-9da632a2bb5e888a69b19ccf3efa38cf53c2742d.tar.gz historical-9da632a2bb5e888a69b19ccf3efa38cf53c2742d.tar.bz2 historical-9da632a2bb5e888a69b19ccf3efa38cf53c2742d.zip |
version bump
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/blight-glN64/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild | 28 | ||||
-rw-r--r-- | app-emulation/blight-glN64/files/digest-blight-glN64-0.4.1_pre1 | 1 |
3 files changed, 31 insertions, 2 deletions
diff --git a/app-emulation/blight-glN64/Manifest b/app-emulation/blight-glN64/Manifest index 4c7e76c43c1a..b76862b31090 100644 --- a/app-emulation/blight-glN64/Manifest +++ b/app-emulation/blight-glN64/Manifest @@ -1,5 +1,5 @@ -MD5 d87a4ce3382a1d18f32ed0625ce0475a ChangeLog 384 +MD5 574d39131d07bd5afd10d3d68a850532 ChangeLog 528 MD5 04230fe08247e2c22c322c5d0371e73d blight-glN64-0.3.1.ebuild 746 -MD5 cf5923ae7768faf28685c85c42eb50b7 blight-glN64-0.4.1_pre1.ebuild 743 +MD5 d02286e3b48d20ade7e7cc2a19b521ef blight-glN64-0.4.1_pre1.ebuild 748 MD5 c25840536ecbf07ec58a88566a3d49a1 files/digest-blight-glN64-0.3.1 66 MD5 d2f2bca612361154241f2b899673230e files/digest-blight-glN64-0.4.1_pre1 64 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 new file mode 100644 index 000000000000..876d9c014f67 --- /dev/null +++ b/app-emulation/blight-glN64/blight-glN64-0.4.1_pre1.ebuild @@ -0,0 +1,28 @@ +# 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 +} diff --git a/app-emulation/blight-glN64/files/digest-blight-glN64-0.4.1_pre1 b/app-emulation/blight-glN64/files/digest-blight-glN64-0.4.1_pre1 new file mode 100644 index 000000000000..8e038672d326 --- /dev/null +++ b/app-emulation/blight-glN64/files/digest-blight-glN64-0.4.1_pre1 @@ -0,0 +1 @@ +MD5 4ee96713c240c1124f78c47cefc0e983 glN64-0.4.1-pre1.so 315452 |