diff options
Diffstat (limited to 'games-emulation')
4 files changed, 12 insertions, 11 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/ChangeLog b/games-emulation/mupen64-blight-tr64gl/ChangeLog index 3777570a545b..1e1ca824d65b 100644 --- a/games-emulation/mupen64-blight-tr64gl/ChangeLog +++ b/games-emulation/mupen64-blight-tr64gl/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2005/01/31 07:13:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.6 2005/01/31 07:33:55 morfic Exp $ + + 31 Jan 2005; Daniel Goller <morfic@gentoo.org> + mupen64-blight-tr64gl-0.8.7_pre1.ebuild: + Commit the fix as it was initially planned, eliminating need for + src_unpack() again *mupen64-blight-tr64gl-0.8.7_pre1 (31 Jan 2005) diff --git a/games-emulation/mupen64-blight-tr64gl/Manifest b/games-emulation/mupen64-blight-tr64gl/Manifest index f561b5d138e8..4a0ccbf995d4 100644 --- a/games-emulation/mupen64-blight-tr64gl/Manifest +++ b/games-emulation/mupen64-blight-tr64gl/Manifest @@ -1,6 +1,6 @@ MD5 10c2657aac3468093b5f379f7dccd15d ChangeLog 1238 -MD5 a3e62bf537d9a02609601aa9ba76da7e metadata.xml 247 MD5 34fa5d293342dd6736350b7e73228475 mupen64-blight-tr64gl-0.7.4_pre1.ebuild 717 -MD5 9d216cc501f11cd3fbbe5fb71ce9c20f mupen64-blight-tr64gl-0.8.7_pre1.ebuild 748 +MD5 a3e62bf537d9a02609601aa9ba76da7e metadata.xml 247 +MD5 728984f4936f02b3c95eebf9d352fab1 mupen64-blight-tr64gl-0.8.7_pre1.ebuild 673 MD5 408f2a595b0a70418853c2e07aeba30f files/digest-mupen64-blight-tr64gl-0.7.4_pre1 75 -MD5 426f6cfe4c4ae0aadb6c6f7def98f36a files/digest-mupen64-blight-tr64gl-0.8.7_pre1 65 +MD5 718c19d67bd95c537932baff1816a75b files/digest-mupen64-blight-tr64gl-0.8.7_pre1 68 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 index 30947c1f4525..0ffdbc0266c6 100644 --- 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 @@ -1 +1 @@ -MD5 95d6f57a9dfb642382a8a3ff35e0a9ff tr64gl-0.8.7-pre1.so 362204 +MD5 fce4168408d708b7fd2dcbef26873bf4 tr64gl-0.8.7-pre1.so.gz 100522 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 index b38bb5ba9390..949e1a7936c1 100644 --- 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 @@ -1,13 +1,13 @@ # 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.2 2005/01/31 07:13:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.3 2005/01/31 07:33:55 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" +SRC_URI="mirror://gentoo/${MY_P}.so.gz" LICENSE="as-is" SLOT="0" @@ -18,10 +18,6 @@ RDEPEND="media-libs/libsdl" S="${WORKDIR}" -src_unpack() { - cp "${DISTDIR}/${MY_P}.so" "${WORKDIR}" || die "cp failed" -} - src_install() { exeinto "${GAMES_LIBDIR}/mupen64/plugins" doexe ${MY_P}.so || die "doexe failed" |