ChangeLog

# ChangeLog for games-arcade/excido
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v 1.15 2006/12/06 20:14:40 wolf31o2 Exp $

06 Dec 2006; Chris Gianelloni
excido-0.1.5c-r1.ebuild:
Removing specific version of openal since the older CVS snapshot versions
have been removed from the tree for some time now.

15 Jun 2006; Tobias Scherbaum
excido-0.1.5c-r1.ebuild:
ppc stable, bug #136766

14 Jun 2006; Chris Gianelloni
excido-0.1.5c-r1.ebuild:
Added ~alpha since the previous version had it and somehow the KEYWORDS got
dropped along the way. This will also facilitate being able to remove the
older versions once the new openal/freealut work is complete.

14 Jun 2006; Chris Gianelloni
excido-0.1.5c-r1.ebuild:
Stable on x86 wrt bug #136766.

10 May 2006; Chris Gianelloni
excido-0.1.5c-r1.ebuild:
Added cd to S and fixed some quoting.

*excido-0.1.5c-r1 (10 May 2006)

10 May 2006; Chris Gianelloni
+files/excido-0.1.5c-alut.patch, +excido-0.1.5c-r1.ebuild:
Added a new revision to work with the split openal/freealut.

15 Jun 2005; Chris Gianelloni -excido-0.1.2.ebuild,
excido-0.1.3.ebuild, excido-0.1.5c.ebuild:
Removed INSTALL file and cleaning old versions.

08 Nov 2004; Joseph Jezak excido-0.1.5c.ebuild:
Marked ppc stable.

29 Aug 2004; David Holm excido-0.1.5c.ebuild:
Added to ~ppc.

*excido-0.1.5c (13 Aug 2004)

13 Aug 2004; Michael Sterrett +excido-0.1.5c.ebuild:
version bump (bug #52567)

29 Apr 2004; Aron Griffis excido-0.1.3.ebuild:
Add ~alpha

*excido-0.1.3 (11 Sep 2003)

11 Sep 2003; Michael Sterrett excido-0.1.3.ebuild:
version bump

*excido-0.1.2 (24 Aug 2003)

24 Aug 2003; Michael Sterrett excido-0.1.2.ebuild:
initial commit (bug 27205)

Manifest

AUX excido-0.1.5c-alut.patch 735 RMD160 5c6d5deba2abc6330528f4e633e4b97d88cf845d SHA1 677358bc38cdc60d56e69f39f18c4b2fc3d9c39b SHA256 0665346b64d7045a78b50fb9f78e47dd24696bb26ca1090ee269677de6eb65d1
DIST excido-0.1.5c-src.tar.bz2 2981629 RMD160 22594630726e2e5f95268dd25897d31ff69a4287 SHA1 ba03dcfea2209f8b09a2d3db1d58547ce89e75a5 SHA256 d53bcaf4e18265ece7c4206c91cdf26682ff1aeba917cb9d5bd2f4218ce364ef
EBUILD excido-0.1.5c-r1.ebuild 1165 RMD160 5a03871bff3e697252d00a5f8db25bb3174028aa SHA1 b6fdde4719f8e34002c2010b68d990f319234a45 SHA256 36abb0f155f28a701bc47f9a345c780c9fa6e63a32e5025808583c31effb2a3f
MISC ChangeLog 2109 RMD160 417715133b6fa9da0ff18f0224e9073253bdc720 SHA1 8ef1de58a70d5decdc3f79862542ddddc2a0861f SHA256 4150d7c22e9b38381629e698b5c48ca6b4443f22fb095ebb8d0c97f34e197a01
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

excido-0.1.5c-r1.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r1.ebuild,v 1.7 2006/12/06 20:14:40 wolf31o2 Exp $

inherit eutils toolchain-funcs games

DESCRIPTION="A fast paced action game"
HOMEPAGE="http://icculus.org/excido/"
SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc x86"
IUSE=""

DEPEND="dev-games/physfs
media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/sdl-image
media-libs/openal
media-libs/freealut"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-alut.patch
}

src_compile() {
emake \
CC="$(tc-getCXX)" \
PREFIX="/usr" \
BINDIR="${GAMES_BINDIR}/" \
DATADIR="${GAMES_DATADIR}/${PN}/" \
|| die "emake failed"
}

src_install() {
dodir "${GAMES_BINDIR}" "${GAMES_DATADIR}/${PN}"
make \
PREFIX="${D}/usr" \
BINDIR="${D}${GAMES_BINDIR}/" \
DATADIR="${D}${GAMES_DATADIR}/${PN}/" \
install || die "make install failed"
dodoc BUGS CHANGELOG HACKING README TODO \
keyguide.txt data/CREDITS data/*.txt
prepgamesdirs
}

files

metadata.xml




games