diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-02 10:22:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-02 10:22:26 +0000 |
commit | 82646ee65808713c2b8a8da25d947a294c829a65 (patch) | |
tree | b80495f524fd813342848e32fae4ba1e2ab745ee /app-emulation | |
parent | version bump (diff) | |
download | gentoo-2-82646ee65808713c2b8a8da25d947a294c829a65.tar.gz gentoo-2-82646ee65808713c2b8a8da25d947a294c829a65.tar.bz2 gentoo-2-82646ee65808713c2b8a8da25d947a294c829a65.zip |
version bump
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/blight_input/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/blight_input/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/blight_input/blight_input-0.0.8.ebuild | 32 | ||||
-rw-r--r-- | app-emulation/blight_input/files/digest-blight_input-0.0.8 | 1 |
4 files changed, 42 insertions, 3 deletions
diff --git a/app-emulation/blight_input/ChangeLog b/app-emulation/blight_input/ChangeLog index c969315883b4..820daaf893f5 100644 --- a/app-emulation/blight_input/ChangeLog +++ b/app-emulation/blight_input/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/blight_input # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.7 2003/08/09 08:29:33 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.8 2003/09/02 10:22:24 msterret Exp $ + +*blight_input-0.0.8 (02 Sep 2003) + + 02 Sep 2003; Michael Sterrett <msterret@gentoo.org> + blight_input-0.0.8.ebuild: + version bump 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> blight_input-0.0.7.ebuild: diff --git a/app-emulation/blight_input/Manifest b/app-emulation/blight_input/Manifest index c71a48e9f00d..d6d8e40749cc 100644 --- a/app-emulation/blight_input/Manifest +++ b/app-emulation/blight_input/Manifest @@ -1,7 +1,7 @@ -MD5 8493819810f7b2256718f06e4e3e89df ChangeLog 974 +MD5 03992a1cd65caadf3624c7eadbdb17a0 ChangeLog 1108 MD5 2571b9875b4cf37e7827c02fd4c4a092 blight_input-0.0.4.ebuild 816 MD5 c3d6c6e4658470149a958459c35874cb blight_input-0.0.7.ebuild 894 -MD5 5acf2867755053f0f7ac3a7165a087cd blight_input-0.0.8.ebuild 888 +MD5 bd74720d3684b4a5cd321234e07744b6 blight_input-0.0.8.ebuild 901 MD5 f0c8aaf569bafff78daf0614d04e7083 files/digest-blight_input-0.0.4 71 MD5 2e60105fad2f58e0d4742d859d704bd8 files/digest-blight_input-0.0.7 68 MD5 146026873ebbcbdd9829bb0406cc7acd files/digest-blight_input-0.0.8 71 diff --git a/app-emulation/blight_input/blight_input-0.0.8.ebuild b/app-emulation/blight_input/blight_input-0.0.8.ebuild new file mode 100644 index 000000000000..cd64347a9f7d --- /dev/null +++ b/app-emulation/blight_input/blight_input-0.0.8.ebuild @@ -0,0 +1,32 @@ +# 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_input/blight_input-0.0.8.ebuild,v 1.1 2003/09/02 10:22:24 msterret Exp $ + +inherit games + +S=${WORKDIR} +DESCRIPTION="An input plugin for the mupen64 N64 emulator" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}.tar.gz" +HOMEPAGE="http://mupen64.emulation64.com/" + +KEYWORDS="-* x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=media-libs/libsdl-1.2.4 + media-libs/freetype" + +src_unpack() { + unpack ${A} + cd ${S} + + # Death to all who distribute their stinking config.cache files! + rm -f config.cache +} + +src_install() { + make install || die "make install failed" + exeinto ${GAMES_LIBDIR}/mupen64/plugins + doexe src/blight_input.so || die "doexe failed" + dodoc AUTHORS ChangeLog README ToDo || die "dodoc failed" +} diff --git a/app-emulation/blight_input/files/digest-blight_input-0.0.8 b/app-emulation/blight_input/files/digest-blight_input-0.0.8 new file mode 100644 index 000000000000..a6aecdf946fe --- /dev/null +++ b/app-emulation/blight_input/files/digest-blight_input-0.0.8 @@ -0,0 +1 @@ +MD5 031be750b86abfc504cc7b1df049cb73 blight_input-0.0.8.tar.gz 1231538 |