diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-23 02:15:24 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-23 02:15:24 +0000 |
commit | 2d554000ce2fb45a202219f049bc599b1dbd981c (patch) | |
tree | abdca0763fbac3c73e758c9be5d9384770eac437 /games-emulation | |
parent | removed unneeded Manifest of no longer existing package (diff) | |
download | historical-2d554000ce2fb45a202219f049bc599b1dbd981c.tar.gz historical-2d554000ce2fb45a202219f049bc599b1dbd981c.tar.bz2 historical-2d554000ce2fb45a202219f049bc599b1dbd981c.zip |
bump to new version available
Diffstat (limited to 'games-emulation')
4 files changed, 36 insertions, 5 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/ChangeLog b/games-emulation/mupen64-blight-tr64gl/ChangeLog index 88a96190071e..95bc5894cf33 100644 --- a/games-emulation/mupen64-blight-tr64gl/ChangeLog +++ b/games-emulation/mupen64-blight-tr64gl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64-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.3 2005/01/07 22:41:17 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.4 2005/01/23 02:15:23 morfic Exp $ + + 22 Jan 2005; Daniel Goller <morfic@gentoo.org> : + Bump to new version available 07 Jan 2005; Daniel Goller <morfic@gentoo.org> metadata.xml: Adding maintainer diff --git a/games-emulation/mupen64-blight-tr64gl/Manifest b/games-emulation/mupen64-blight-tr64gl/Manifest index 11644cd4ec49..33cf55915c5e 100644 --- a/games-emulation/mupen64-blight-tr64gl/Manifest +++ b/games-emulation/mupen64-blight-tr64gl/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 efe3d84edfbb1cf3f8320a62e5a69a92 ChangeLog 956 +MD5 f428710df8486b0780f5e980c98bea52 ChangeLog 1040 MD5 34fa5d293342dd6736350b7e73228475 mupen64-blight-tr64gl-0.7.4_pre1.ebuild 717 MD5 a3e62bf537d9a02609601aa9ba76da7e metadata.xml 247 +MD5 6d7b2d940b3c95be80042001f42513d2 mupen64-blight-tr64gl-0.8.7_pre1.ebuild 668 MD5 408f2a595b0a70418853c2e07aeba30f files/digest-mupen64-blight-tr64gl-0.7.4_pre1 75 +MD5 426f6cfe4c4ae0aadb6c6f7def98f36a files/digest-mupen64-blight-tr64gl-0.8.7_pre1 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFB3xBSUpKYMelfdYERAqggAJ9qyEqror4oZJpPrsiSl7bZQjwtBgCeJUhn -qLD4gq/PVelNqZpLGfWhnWI= -=HPcU +iD8DBQFB8wjXUpKYMelfdYERAswiAJ4pCEgGQC566l6oKDTDpbvt26EJRgCfRYDU ++O+PhYWOopmiMBPtBlJgQ60= +=NAcE -----END PGP SIGNATURE----- diff --git a/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.8.7_pre1 b/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.8.7_pre1 new file mode 100644 index 000000000000..30947c1f4525 --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/files/digest-mupen64-blight-tr64gl-0.8.7_pre1 @@ -0,0 +1 @@ +MD5 95d6f57a9dfb642382a8a3ff35e0a9ff tr64gl-0.8.7-pre1.so 362204 diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild new file mode 100644 index 000000000000..d74c6e76ec85 --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_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.8.7_pre1.ebuild,v 1.1 2005/01/23 02:15:23 morfic Exp $ + +inherit games + +MY_P="tr64gl-0.8.7-pre1" +DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" +SRC_URI="mirror://gentoo/${MY_P}.so" + +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 +} |