summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2004-11-19 17:01:52 +0000
committerMichael Kohl <citizen428@gentoo.org>2004-11-19 17:01:52 +0000
commita98a9b41d457df9e170f7bd02ae6df400d4e2a4e (patch)
treeef709df7bac8a6d63c75c0eb0a0964653ae2e57e /games-strategy/tornado
parentAdding lib path to LDPATH (diff)
downloadhistorical-a98a9b41d457df9e170f7bd02ae6df400d4e2a4e.tar.gz
historical-a98a9b41d457df9e170f7bd02ae6df400d4e2a4e.tar.bz2
historical-a98a9b41d457df9e170f7bd02ae6df400d4e2a4e.zip
Version bump.
Diffstat (limited to 'games-strategy/tornado')
-rw-r--r--games-strategy/tornado/ChangeLog7
-rw-r--r--games-strategy/tornado/Manifest14
-rw-r--r--games-strategy/tornado/files/digest-tornado-1.31
-rw-r--r--games-strategy/tornado/tornado-1.3.ebuild43
4 files changed, 58 insertions, 7 deletions
diff --git a/games-strategy/tornado/ChangeLog b/games-strategy/tornado/ChangeLog
index 0f44bac9419b..edede272e7bb 100644
--- a/games-strategy/tornado/ChangeLog
+++ b/games-strategy/tornado/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/tornado
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/ChangeLog,v 1.4 2004/06/24 23:29:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/ChangeLog,v 1.5 2004/11/19 17:01:52 citizen428 Exp $
+
+*tornado-1.3 (19 Nov 2004)
+
+ 19 Nov 2004; Michael Kohl <citizen428@gentoo.org> +tornado-1.3.ebuild:
+ Version bump.
30 Apr 2004; David Holm <dholm@gentoo.org> tornado-1.2.1a.ebuild:
Added to ~ppc.
diff --git a/games-strategy/tornado/Manifest b/games-strategy/tornado/Manifest
index eb6ce16d2299..b04466c8df00 100644
--- a/games-strategy/tornado/Manifest
+++ b/games-strategy/tornado/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 904a508b2c4fe25e8573cdb554abf4c1 ChangeLog 500
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 d3db598aedd479f8fd0fb5b69ebc0c90 tornado-1.2.1a.ebuild 1098
+MD5 d81b597f2a2ee7211eca51a270ebe2a3 tornado-1.3.ebuild 1100
+MD5 1c35e18f632e6b1782c1975d25db69b8 ChangeLog 620
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 3ae493c92807e676ee29bf2bcdb95283 files/digest-tornado-1.2.1a 65
+MD5 92951a813f97524acb84295187e6e655 files/digest-tornado-1.3 62
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
+Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFA4Hs+HTu7gpaalycRAkjLAKCHNWh6fj0rbja6X8hYemeRYQ7HBACgyyVt
-/9w/T6ICNBk+BcErS84oGcg=
-=CBpZ
+iD8DBQFBnicM/UDVUK2NELYRAohgAJ42Jm5d9+mos2UZb4DcM/JUulTMDACgrRR4
+o4zW3FnqHXaFpZdMVsF2dMo=
+=5B33
-----END PGP SIGNATURE-----
diff --git a/games-strategy/tornado/files/digest-tornado-1.3 b/games-strategy/tornado/files/digest-tornado-1.3
new file mode 100644
index 000000000000..be9b5fc46800
--- /dev/null
+++ b/games-strategy/tornado/files/digest-tornado-1.3
@@ -0,0 +1 @@
+MD5 149adcac75cb052c361d175bfc6d9f0f tornado-1.3.tar.gz 52101
diff --git a/games-strategy/tornado/tornado-1.3.ebuild b/games-strategy/tornado/tornado-1.3.ebuild
new file mode 100644
index 000000000000..807a1b735f4f
--- /dev/null
+++ b/games-strategy/tornado/tornado-1.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.3.ebuild,v 1.1 2004/11/19 17:01:52 citizen428 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"
+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
+}