diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-08-07 08:01:35 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-08-07 08:01:35 +0000 |
commit | 346a866d74e2756250e5af60003e72cea168017b (patch) | |
tree | 40d4024c972579996b70a094ecef1902e1ed0b40 /app-emulation | |
parent | version bump (bug 24888) (diff) | |
download | gentoo-2-346a866d74e2756250e5af60003e72cea168017b.tar.gz gentoo-2-346a866d74e2756250e5af60003e72cea168017b.tar.bz2 gentoo-2-346a866d74e2756250e5af60003e72cea168017b.zip |
version bump (bug 24888)
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.7.ebuild | 30 | ||||
-rw-r--r-- | app-emulation/blight_input/files/digest-blight_input-0.0.7 | 1 |
4 files changed, 40 insertions, 3 deletions
diff --git a/app-emulation/blight_input/ChangeLog b/app-emulation/blight_input/ChangeLog index 8564247bd5ff..d7429663260b 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.5 2003/08/03 07:12:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.6 2003/08/07 08:01:31 msterret Exp $ + +*blight_input-0.0.7 (07 Aug 2003) + + 07 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight_input-0.0.7.ebuild: + version bump (bug 24888) 03 Aug 2003; Michael Sterrett <msterret@gentoo.org> blight_input-0.0.4.ebuild: diff --git a/app-emulation/blight_input/Manifest b/app-emulation/blight_input/Manifest index 5ba156e3722e..c56b5da1254e 100644 --- a/app-emulation/blight_input/Manifest +++ b/app-emulation/blight_input/Manifest @@ -1,5 +1,5 @@ -MD5 80a4d2364580c3d31a58a82a9b4045bc ChangeLog 637 +MD5 5779de7fab73075ee8c4c78d82aec09e ChangeLog 783 MD5 2571b9875b4cf37e7827c02fd4c4a092 blight_input-0.0.4.ebuild 816 -MD5 384903fbb2f04417ee72d7c5bb09dd9a blight_input-0.0.7.ebuild 813 +MD5 a5335e287b65f5658393f77c2f3a44ce blight_input-0.0.7.ebuild 927 MD5 f0c8aaf569bafff78daf0614d04e7083 files/digest-blight_input-0.0.4 71 MD5 2e60105fad2f58e0d4742d859d704bd8 files/digest-blight_input-0.0.7 68 diff --git a/app-emulation/blight_input/blight_input-0.0.7.ebuild b/app-emulation/blight_input/blight_input-0.0.7.ebuild new file mode 100644 index 000000000000..daef6d9c6705 --- /dev/null +++ b/app-emulation/blight_input/blight_input-0.0.7.ebuild @@ -0,0 +1,30 @@ +# 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.7.ebuild,v 1.1 2003/08/07 08:01:31 msterret Exp $ + +DESCRIPTION="An input plugin for the mupen64 N64 emulator" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}.tgz" +HOMEPAGE="http://mupen64.emulation64.com/" + +KEYWORDS="x86 -ppc -sparc" +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" + dodir /usr/lib/mupen64/plugins || die "dodir failed" + insinto /usr/lib/mupen64/plugins + doins src/blight_input.so || die "doins failed" + dodoc AUTHORS ChangeLog README ToDo || die "dodoc failed" +} diff --git a/app-emulation/blight_input/files/digest-blight_input-0.0.7 b/app-emulation/blight_input/files/digest-blight_input-0.0.7 new file mode 100644 index 000000000000..e9d9db5a9a73 --- /dev/null +++ b/app-emulation/blight_input/files/digest-blight_input-0.0.7 @@ -0,0 +1 @@ +MD5 6cdafdfaab48e9f5bdbcd04981a986b7 blight_input-0.0.7.tgz 1279549 |