ChangeLog

# ChangeLog for games-emulation/mupen64-blight-tr64gl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.8 2007/02/21 23:25:05 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

19 Sep 2006; Chris Gianelloni
mupen64-blight-tr64gl-0.7.4_pre1.ebuild,
mupen64-blight-tr64gl-0.8.7_pre1.ebuild:
Adding strip to RESTRICT for bug #137819.

31 Jan 2005; Daniel Goller
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)

31 Jan 2005; Michael Sterrett
mupen64-blight-tr64gl-0.8.7_pre1.ebuild:
add missing src_unpack function (bug #79960)

22 Jan 2005; Daniel Goller :
Bump to new version available

07 Jan 2005; Daniel Goller metadata.xml:
Adding maintainer

*mupen64-blight-tr64gl-0.7.4_pre1 (05 Jan 2005)

05 Jan 2005; Daniel Goller +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
blight-tr64gl-0.7.4_pre1.ebuild:
fix DESCRIPTION

09 Aug 2003; Michael Sterrett
blight-tr64gl-0.7.4_pre1.ebuild:
added prepgamesdirs

*blight-tr64gl-0.7.4_pre1 (09 Aug 2003)

09 Aug 2003; Michael Sterrett
blight-tr64gl-0.7.4_pre1.ebuild:
initial commit (bug 24890)

Manifest

DIST tr64gl-0.8.7-pre1.so.gz 100522 RMD160 3183798d32329d396c38955f9864057bf6a38396 SHA1 d2ddb607c95cdcceee660077d9c11b4fcd1e21a9 SHA256 52ee62b84e2f9dc74f86d68f5da9ac7c68ffd7c79922c984534506e3e9d44fc2
EBUILD mupen64-blight-tr64gl-0.8.7_pre1.ebuild 685 RMD160 45285bc24db34512ed083d3a5758987cb9de3291 SHA1 9b3f76b54f694e0346cb1aeba85372574d6bb0f9 SHA256 fb28631d5d384ff98d5aa35fc08e531b85fe93f76c9428fca50efd74c1651851
MISC ChangeLog 1692 RMD160 d1d1507082001550cd2fcd24efc6731f6c878a36 SHA1 e9658fbe9b02bc71e043afa2fa066000ab81aa64 SHA256 495f21a7735435c0c79ec23eda12bd8ef665a96908d8ac2140ee4fbf75a9c84e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

metadata.xml




games

mupen64-blight-tr64gl-0.8.7_pre1.ebuild

# Copyright 1999-2007 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.5 2007/04/06 04:51:06 nyhm Exp $

inherit games

MY_P="tr64gl-${PV/_/-}"
DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator"
HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/"
SRC_URI="mirror://gentoo/${MY_P}.so.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RESTRICT="strip"

RDEPEND="media-libs/libsdl"

S=${WORKDIR}

src_install() {
exeinto "$(games_get_libdir)"/mupen64/plugins
doexe ${MY_P}.so || die "doexe failed"
prepgamesdirs
}