diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-06 02:40:33 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-06 02:40:33 +0000 |
commit | bfb9eff3284b90820e1023b3a363dcb826b9c8b7 (patch) | |
tree | 58e97ac1d98c462c158fe515f05e31a10c511ca1 /games-emulation | |
parent | Moved games-emulation/blight-uhleaudio to games-emulation/mupen-blight-uhleaudio (diff) | |
download | gentoo-2-bfb9eff3284b90820e1023b3a363dcb826b9c8b7.tar.gz gentoo-2-bfb9eff3284b90820e1023b3a363dcb826b9c8b7.tar.bz2 gentoo-2-bfb9eff3284b90820e1023b3a363dcb826b9c8b7.zip |
Moved from games-emulation/blight-tr64gl to games-emulation/mupen64-blight-tr64gl.
Diffstat (limited to 'games-emulation')
5 files changed, 60 insertions, 0 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/ChangeLog b/games-emulation/mupen64-blight-tr64gl/ChangeLog new file mode 100644 index 000000000000..9bfbf400c114 --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/ChangeLog @@ -0,0 +1,25 @@ +# ChangeLog for games-emulation/blight-tr64gl +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.1 2005/01/06 02:40:33 morfic Exp $ + +*mupen64-blight-tr64gl-0.7.4_pre1 (05 Jan 2005) + + 05 Jan 2005; Daniel Goller <morfic@gentoo.org> +metadata.xml, + +mupen64-blight-tr64gl-0.7.4_pre1.ebuild: + Moved from games-emulation/blight-tr64gl to + games-emulation/mupen64-blight-tr64gl. + + 26 Sep 2003; Michael Sterrett <msterret@gentoo.org> + blight-tr64gl-0.7.4_pre1.ebuild: + fix DESCRIPTION + + 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight-tr64gl-0.7.4_pre1.ebuild: + added prepgamesdirs + +*blight-tr64gl-0.7.4_pre1 (09 Aug 2003) + + 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight-tr64gl-0.7.4_pre1.ebuild: + initial commit (bug 24890) + diff --git a/games-emulation/mupen64-blight-tr64gl/Manifest b/games-emulation/mupen64-blight-tr64gl/Manifest new file mode 100644 index 000000000000..8f8b4ece97d7 --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/Manifest @@ -0,0 +1,4 @@ +MD5 0342718efb5d2ce8f15a33b416f316f5 ChangeLog 613 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 2f29d9e65327177a2b8ddc83167fc64e blight-tr64gl-0.7.4_pre1.ebuild 703 +MD5 408f2a595b0a70418853c2e07aeba30f files/digest-blight-tr64gl-0.7.4_pre1 75 diff --git a/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 b/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 new file mode 100644 index 000000000000..7c306f7a1793 --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.7.4_pre1 @@ -0,0 +1 @@ +MD5 202cad8a7227728a51aafe1096bfc3d8 blight_tr64gl-0.7.4-pre1.so.gz 275106 diff --git a/games-emulation/mupen64-blight-tr64gl/metadata.xml b/games-emulation/mupen64-blight-tr64gl/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild new file mode 100644 index 000000000000..19992733189c --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild,v 1.1 2005/01/06 02:40:33 morfic Exp $ + +inherit games + +MY_P="blight_tr64gl-0.7.4-pre1" +DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_tr64gl_port/${MY_P}.so.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +RDEPEND="media-libs/libsdl" + +S="${WORKDIR}" + +src_install () { + exeinto "${GAMES_LIBDIR}/mupen64/plugins" + doexe ${MY_P}.so || die "doexe failed" + prepgamesdirs +} |