summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:50:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:50:41 +0000
commitf608047c986a6fd5693bc7f9d7e86bb9ad3efa80 (patch)
treef00de262c190333f90c4fa82c0de30fdbfdfe82e /games-strategy/tornado
parentold (diff)
downloadhistorical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.tar.gz
historical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.tar.bz2
historical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-strategy/tornado')
-rw-r--r--games-strategy/tornado/files/digest-tornado-1.2.1a1
-rw-r--r--games-strategy/tornado/tornado-1.2.1a.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/games-strategy/tornado/files/digest-tornado-1.2.1a b/games-strategy/tornado/files/digest-tornado-1.2.1a
deleted file mode 100644
index f992c3bc7a99..000000000000
--- a/games-strategy/tornado/files/digest-tornado-1.2.1a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e2ce8ebf2192206e159f33a24ef7a69d tornado-1.2.1a.tar.gz 51142
diff --git a/games-strategy/tornado/tornado-1.2.1a.ebuild b/games-strategy/tornado/tornado-1.2.1a.ebuild
deleted file mode 100644
index 1996e10818fd..000000000000
--- a/games-strategy/tornado/tornado-1.2.1a.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.2.1a.ebuild,v 1.7 2005/01/09 18:30:20 luckyduck Exp $
-
-inherit games
-
-DESCRIPTION="Clone of a C64 game - destroy the opponent's house"
-HOMEPAGE="http://home.kcore.de/~kiza/linux/tornado/"
-SRC_URI="http://home.kcore.de/~kiza/linux/tornado/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.3"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:/usr/local:/usr:" \
- -e "s:-O2:${CFLAGS}:" \
- Makefile || die "sed Makefile failed"
- sed -i \
- -e "s:PREFIX/bin:${GAMES_BINDIR}:" \
- -e "s:PREFIX/man:/usr/man:" \
- -e "s:/usr/local:/usr:" \
- doc/man/tornado.6.in || die "sed doc/man/tornado.6 failed"
-}
-
-src_install() {
- dogamesbin tornado || die
- doman doc/man/tornado.6
- dodoc AUTHOR CREDITS Changelog README TODO
- insinto ${GAMES_STATEDIR}
- doins tornado.scores
- prepgamesdirs
- fperms 664 ${GAMES_STATEDIR}/tornado.scores
-}