summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-29 21:24:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-29 21:24:24 +0000
commitef843e8f6acd60de99abe94b85ba04b875244fad (patch)
treefc366e0204cde2bb66a599e9e4e1cac8e7bc1bc5 /games-strategy
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-ef843e8f6acd60de99abe94b85ba04b875244fad.tar.gz
gentoo-2-ef843e8f6acd60de99abe94b85ba04b875244fad.tar.bz2
gentoo-2-ef843e8f6acd60de99abe94b85ba04b875244fad.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/gorky17-demo/files/digest-gorky17-demo-1.0.03
-rw-r--r--games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild69
2 files changed, 0 insertions, 72 deletions
diff --git a/games-strategy/gorky17-demo/files/digest-gorky17-demo-1.0.0 b/games-strategy/gorky17-demo/files/digest-gorky17-demo-1.0.0
deleted file mode 100644
index 650e9725f241..000000000000
--- a/games-strategy/gorky17-demo/files/digest-gorky17-demo-1.0.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 299f728c9671b13e00422e69479820ac gorky17_demo.run 158781516
-RMD160 ef299fb9c4838ab737781f0e540273625e9c597b gorky17_demo.run 158781516
-SHA256 35cf62e06747bfe3445c1d3a61ad1644922528c264ff2ec7b5b510f9bc9dd51a gorky17_demo.run 158781516
diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild
deleted file mode 100644
index ccda897aaf4e..000000000000
--- a/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild,v 1.4 2007/03/12 18:07:20 genone Exp $
-
-inherit eutils games
-
-MY_PN="gorky17"
-
-DESCRIPTION="Horror conspiracy game mixing elements of strategy and role-playing"
-HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=gorky17"
-SRC_URI="http://demofiles.linuxgamepublishing.com/${MY_PN}/${MY_PN}_demo.run"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND="media-libs/alsa-lib
- x86? (
- media-libs/libsdl
- sys-libs/zlib
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext )
- amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-xlibs
- app-emulation/emul-linux-x86-soundlibs
- app-emulation/emul-linux-x86-sdl )"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-
-QA_EXECSTACK="${dir:1}/gorky17_demo ${dir:1}/gorky17_demo.dynamic"
-
-src_unpack() {
- unpack_makeself
- unpack ./data/data.tar.gz
- rm -r data lgp_* setup* bin/{Linux/*64,*BSD}
-}
-
-src_install() {
- exeinto "${dir}"
- doexe bin/Linux/x86/${MY_PN}* || die "doexe failed"
-
- insinto "${dir}"
- doins -r * || die "doins -r failed"
- rm -r "${Ddir}"/bin
-
- # gorky17_demo.dynamic has crackling audio,
- # so let's use the static binary instead.
- games_make_wrapper ${PN} ./${MY_PN}_demo "${dir}"
- newicon icon.xpm ${PN}.xpm
- make_desktop_entry ${PN} "Gorky 17 (Demo)" ${PN}.xpm
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
-
- elog "The instruction manual is available as:"
- elog " http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf"
- echo
-}