ChangeLog

# ChangeLog for games-puzzle/hoh-bin
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.10 2006/12/06 17:04:24 wolf31o2 Exp $

06 Dec 2006; Chris Gianelloni hoh-bin-1.01.ebuild:
Remove old virtual/x11 dependency.

29 Aug 2006; Luis Medinas hoh-bin-1.01.ebuild:
Stable on amd64.

31 Mar 2006; Chris Gianelloni hoh-bin-1.01.ebuild:
Changed nostrip to strip.

17 Feb 2006; hoh-bin-1.01.ebuild:
Modular X dependency fix

23 Aug 2005; Chris Gianelloni hoh-bin-1.0.ebuild,
hoh-bin-1.01.ebuild:
cp -dpR -> cp -pPR for bug #103487.

23 Aug 2005; Chris Gianelloni hoh-bin-1.0.ebuild,
hoh-bin-1.01.ebuild:
cp -a -> cp -dpR for bug #103487.

04 Jun 2004; Jason Eric Huebel hoh-bin-1.01.ebuild:
~amd64, added emul-linux-x86-xlibs dependency for amd64

*hoh-bin-1.01 (13 Jan 2004)

13 Jan 2004; Michael Sterrett hoh-bin-1.01.ebuild:
version bump

*hoh-bin-1.0 (04 Jan 2004)

04 Jan 2004; Michael Sterrett hoh-bin-1.0.ebuild,
metadata.xml:
initial commit; ebuild based on the one submitted by Felix Riemann via bug
36222

Manifest

DIST hohlin-101.tar.bz2 14808528 RMD160 5ed42e7044a23bf0805f7273571b4503030899d4 SHA1 d0aa8002c4e4fe1f73cae3008e3db9ea781d3c73 SHA256 72e0e14f28a1245b34455d6c9c1b4715d297e165f6cdf3aa8fc525429b9839ee
EBUILD hoh-bin-1.01.ebuild 1150 RMD160 6fe6519d606eb3db0bf3c26889615c91678cfb11 SHA1 a67bb02aca272d65e8f139092e1a76a962735af1 SHA256 0a965ba1ae440839436a0de5f7c5cba0ca42461d0e5fd54214c67cf64cca5bb4
MISC ChangeLog 1338 RMD160 73e79a9a81b6ceecd7691669918300b9194ca4fc SHA1 c85baa64f5f43ce659dfc061f659ab1663f83158 SHA256 b0299823fa734a722eb049d32e13585821f0161d0a09576860662ff71360393b
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

hoh-bin-1.01.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.11 2006/12/06 17:04:24 wolf31o2 Exp $

inherit games

DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
HOMEPAGE="http://retrospec.sgn.net/games/hoh/"
SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2"

LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="strip"

DEPEND="x11-libs/libX11
amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )"

S=${WORKDIR}/hoh-install-${PV}

src_compile() {
cat > "${T}/hoh" <<-EOF
#!/bin/bash
export LD_LIBRARY_PATH="${GAMES_PREFIX_OPT}/HoH/data/runtime"
cd "${GAMES_PREFIX_OPT}/HoH/data"
exec ./HoH \$@
EOF
}

src_install() {
local DATADIR="${GAMES_PREFIX_OPT}/HoH/data"
local DOCDIR="${GAMES_PREFIX_OPT}/HoH/docs"

dogamesbin "${T}/hoh" || die "dogames bin failed"
dodir "${DATADIR}" "${DOCDIR}"
cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
prepgamesdirs
}

metadata.xml




games