diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 20:10:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 20:10:18 +0000 |
commit | b8c1398f6d7556807a04f6d0ac281a5bf7628fd3 (patch) | |
tree | 2660fdc7dcba3d54b955f1fd988e630a5576a1e7 /games-strategy | |
parent | - Fix dhcp in iface_start_ifconfig: It was re-using the variable (diff) | |
download | historical-b8c1398f6d7556807a04f6d0ac281a5bf7628fd3.tar.gz historical-b8c1398f6d7556807a04f6d0ac281a5bf7628fd3.tar.bz2 historical-b8c1398f6d7556807a04f6d0ac281a5bf7628fd3.zip |
dont depend on {text,file,sh-}utils
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/tornado/Manifest | 12 | ||||
-rw-r--r-- | games-strategy/tornado/tornado-1.2.1a.ebuild | 18 |
2 files changed, 19 insertions, 11 deletions
diff --git a/games-strategy/tornado/Manifest b/games-strategy/tornado/Manifest index 80ad702405cf..eb6ce16d2299 100644 --- a/games-strategy/tornado/Manifest +++ b/games-strategy/tornado/Manifest @@ -1,4 +1,14 @@ -MD5 02e9924f49d1289012efdd06443d0595 tornado-1.2.1a.ebuild 1116 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 904a508b2c4fe25e8573cdb554abf4c1 ChangeLog 500 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 d3db598aedd479f8fd0fb5b69ebc0c90 tornado-1.2.1a.ebuild 1098 MD5 3ae493c92807e676ee29bf2bcdb95283 files/digest-tornado-1.2.1a 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFA4Hs+HTu7gpaalycRAkjLAKCHNWh6fj0rbja6X8hYemeRYQ7HBACgyyVt +/9w/T6ICNBk+BcErS84oGcg= +=CBpZ +-----END PGP SIGNATURE----- diff --git a/games-strategy/tornado/tornado-1.2.1a.ebuild b/games-strategy/tornado/tornado-1.2.1a.ebuild index d176d431ecb9..161f60d6c71a 100644 --- a/games-strategy/tornado/tornado-1.2.1a.ebuild +++ b/games-strategy/tornado/tornado-1.2.1a.ebuild @@ -1,6 +1,6 @@ # 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.2.1a.ebuild,v 1.4 2004/06/24 23:29:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.2.1a.ebuild,v 1.5 2004/06/28 20:10:18 vapier Exp $ inherit games @@ -9,14 +9,13 @@ HOMEPAGE="http://home.kcore.de/~kiza/linux/tornado/" SRC_URI="http://home.kcore.de/~kiza/linux/tornado/download/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" SLOT="0" +KEYWORDS="x86 ~ppc" IUSE="" RDEPEND=">=sys-libs/ncurses-5.3" DEPEND="${RDEPEND} - >=sys-apps/sed-4 - sys-apps/textutils" + >=sys-apps/sed-4" src_unpack() { unpack ${A} @@ -24,18 +23,17 @@ src_unpack() { sed -i \ -e "s:/usr/local:/usr:" \ - -e "s:-O2:${CFLAGS}:" Makefile || \ - die "sed Makefile failed" - + -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" + -e "s:/usr/local:/usr:" \ + doc/man/tornado.6.in || die "sed doc/man/tornado.6 failed" } src_install() { - dogamesbin tornado + dogamesbin tornado || die doman doc/man/tornado.6 dodoc AUTHOR CREDITS Changelog README TODO insinto ${GAMES_STATEDIR} |