summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-05-29 14:13:36 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-05-29 14:13:36 +0000
commitc43457389e251857028ab184c0ba5f65ea015a08 (patch)
tree7309cabfeb7f46d6c9051e8262c602da41c6ac6a /games-rpg/queen/queen-0.ebuild
parentMarking PyQt-3.17 ppc64 stable for bug 174413 (diff)
downloadgentoo-2-c43457389e251857028ab184c0ba5f65ea015a08.tar.gz
gentoo-2-c43457389e251857028ab184c0ba5f65ea015a08.tar.bz2
gentoo-2-c43457389e251857028ab184c0ba5f65ea015a08.zip
rm old revision
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-rpg/queen/queen-0.ebuild')
-rw-r--r--games-rpg/queen/queen-0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-rpg/queen/queen-0.ebuild b/games-rpg/queen/queen-0.ebuild
deleted file mode 100644
index a5330b0bafc5..000000000000
--- a/games-rpg/queen/queen-0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/queen/queen-0.ebuild,v 1.9 2006/08/25 02:34:04 weeve Exp $
-
-inherit games
-
-DESCRIPTION="Flight of the Amazon Queen is a 2D point-and-click adventure game set in the 1940s"
-HOMEPAGE="http://scummvm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scummvm/FOTAQ_Talkie.zip"
-
-LICENSE="queen"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=games-engines/scummvm-0.6.0"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/FOTAQ_Talkie"
-
-src_install() {
- games_make_wrapper queen "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" queen" .
- insinto "${GAMES_DATADIR}/${PN}"
- doins queen.1c || die "doins failed"
- dodoc readme.txt
- prepgamesdirs
-}