ChangeLog

# ChangeLog for games-arcade/gish-demo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.11 2006/10/02 08:01:14 mr_bones_ Exp $

02 Oct 2006; Michael Sterrett files/gish-wrapper,
gish-demo-1.0.0.ebuild:
add freealut dep; fix wrapper (bug #149589)

29 Sep 2006; Chris Gianelloni
gish-demo-1.0.0.ebuild:
Minor spacing cleanup.

28 Sep 2006; Chris Gianelloni
gish-demo-1.0.0.ebuild:
Added multilib to inherit since we use a function from it, rather than
allowing implicit inheritance from eutils.

19 Sep 2006; Chris Gianelloni
gish-demo-1.0.0.ebuild:
Adding strip to RESTRICT for bug #137819.

13 Apr 2006; Chris Gianelloni
gish-demo-1.0.0.ebuild:
Moved games_pkg_setup to the beginning of pkg_setup.

26 Sep 2005; Chris Gianelloni
gish-demo-1.0.0.ebuild:
Making games last on inherit line.

23 Aug 2005; Chris Gianelloni
gish-demo-1.0.0.ebuild:
cp -dpR -> cp -pPR for bug #103487.

23 Aug 2005; Chris Gianelloni
gish-demo-1.0.0.ebuild:
cp -a -> cp -dpR for bug #103487.

11 Aug 2005; Diego Pettenò gish-demo-1.0.0.ebuild:
Call has_multilib_profile from pkg_setup instead of global scope.

19 Apr 2005; Herbie Hopkins gish-demo-1.0.0.ebuild:
Multilib fixes, added ~amd64 keyword.

*gish-demo-1.0.0 (07 Dec 2004)

07 Dec 2004; Mike Frysinger :
Initial import. Ebuild submitted by me.

Manifest

AUX gish-wrapper 113 RMD160 622c4329532cc6752ec11401cf809a08e3acc9ed SHA1 50a1d6188f07d1cc5dc91f1d6260df311d426b5d SHA256 bd9efa765a25209f4497be83dd9c1062c21089ac6e2619bc5f5a3143f9608d25
DIST gishdemo-1.0.0.tar.gz 13637244 RMD160 c52fbf33295fe62d7789a62665bc9a55f0b66a23 SHA1 1ef42a7e5fe4e7e03a5c52d112eb1441f6bc33c4 SHA256 b0e985a65e446d06c73a28493faa3714431d5ae49d1ab6dbeea03f1b0eefe8ee
EBUILD gish-demo-1.0.0.ebuild 1315 RMD160 d3c67467dd21ff8794c2d7ed593ad838f3cb2a68 SHA1 91ed0a39cdecc453e7f3bad9058446a5efe69f7e SHA256 5d2358e49b6fd902610cb176db9162ec9378e81ec29cfe9ca57ef820b3b1f004
MISC ChangeLog 1676 RMD160 b147cef297197ab359bcd46c2939a8370e6d16dc SHA1 37ee8af34b1d3463f3e9373612859f46db413bd3 SHA256 f7ae1158f8550bb8a870651711e0902e3159b0cbeb9eca0ebe1eeeeb2dad3fca
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

files

gish-demo-1.0.0.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.0.0.ebuild,v 1.13 2007/04/26 15:39:15 nyhm Exp $

inherit eutils multilib games

DESCRIPTION="play as an amorphous ball of tar that rolls and squishes around"
HOMEPAGE="http://www.chroniclogic.com/gish.htm"
SRC_URI="ftp://demos.garagegames.com/gish/gishdemo-${PV}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 x86"
IUSE=""
RESTRICT="strip"
QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/gish"

RDEPEND="media-libs/libsdl
media-libs/openal
media-libs/freealut
virtual/opengl
media-libs/libvorbis
amd64? (
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-sdl
)"

S=${WORKDIR}/gishdemo

src_install() {
local dir=${GAMES_PREFIX_OPT}/${PN}

insinto "${dir}"
doins -r * || die "doins failed"
fperms +x "${dir}"/gish
games_make_wrapper gish ./gish-wrapper "${dir}"

# looks like when they built the game they accidently
# linked it against openssl ... lets fake it
use amd64 && multilib_toolchain_setup x86
dosym /$(get_libdir)/libc.so.6 "${dir}"/libssl.so.4
dosym /$(get_libdir)/libc.so.6 "${dir}"/libcrypto.so.4
exeinto "${dir}"
doexe "${FILESDIR}"/gish-wrapper || die "doexe failed"

prepgamesdirs
}

metadata.xml




games