summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:47:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:47:38 +0000
commite0db3e1f099a45e7f9e0ae5d861d261fcaeeeb4b (patch)
treea3512125bbc56c281db221042a5e7aabdc40966b /games-puzzle/hoh-bin
parenttidy (diff)
downloadgentoo-2-e0db3e1f099a45e7f9e0ae5d861d261fcaeeeb4b.tar.gz
gentoo-2-e0db3e1f099a45e7f9e0ae5d861d261fcaeeeb4b.tar.bz2
gentoo-2-e0db3e1f099a45e7f9e0ae5d861d261fcaeeeb4b.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r--games-puzzle/hoh-bin/files/digest-hoh-bin-1.01
-rw-r--r--games-puzzle/hoh-bin/hoh-bin-1.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 b/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0
deleted file mode 100644
index 7d30c9a78e9b..000000000000
--- a/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6a6dce88f65cd313e2ff58f59574bee4 hohlin-10.tar.bz2 14808737
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild
deleted file mode 100644
index 979135c25973..000000000000
--- a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 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.0.ebuild,v 1.5 2005/08/23 19:18:23 wolf31o2 Exp $
-
-inherit games
-
-S="${WORKDIR}/hoh-install-1.0"
-DESCRIPTION="PC remake of the spectrum game"
-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"
-
-RESTRICT="nostrip"
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/x11"
-
-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}" || die "dodir failed"
- cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
- cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
- prepgamesdirs
-}