diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:47:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:47:38 +0000 |
commit | 82147667a23543551aaee407241595f78dcb1977 (patch) | |
tree | ccc5c50236e912308fbceb8cd96afdd6efeb6b09 /games-puzzle/hoh-bin | |
parent | tidy (diff) | |
download | historical-82147667a23543551aaee407241595f78dcb1977.tar.gz historical-82147667a23543551aaee407241595f78dcb1977.tar.bz2 historical-82147667a23543551aaee407241595f78dcb1977.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r-- | games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 | 1 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.0.ebuild | 38 |
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 -} |