diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-03 07:20:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-03 07:20:33 +0000 |
commit | f260fe0342d4dda53c97b02c3319d0bd26cea09a (patch) | |
tree | ab0fad8dc1f689a653049bc2e38c715cf5809385 /games-strategy/tornado/tornado-1.3.ebuild | |
parent | Fix net-script integration. Patch by Andreas Kauer #68934. (Manifest recommit) (diff) | |
download | gentoo-2-f260fe0342d4dda53c97b02c3319d0bd26cea09a.tar.gz gentoo-2-f260fe0342d4dda53c97b02c3319d0bd26cea09a.tar.bz2 gentoo-2-f260fe0342d4dda53c97b02c3319d0bd26cea09a.zip |
stable for x86
Diffstat (limited to 'games-strategy/tornado/tornado-1.3.ebuild')
-rw-r--r-- | games-strategy/tornado/tornado-1.3.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games-strategy/tornado/tornado-1.3.ebuild b/games-strategy/tornado/tornado-1.3.ebuild index 807a1b735f4f..fe4ceca1b5fd 100644 --- a/games-strategy/tornado/tornado-1.3.ebuild +++ b/games-strategy/tornado/tornado-1.3.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.3.ebuild,v 1.1 2004/11/19 17:01:52 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.3.ebuild,v 1.2 2004/12/03 07:20:33 mr_bones_ Exp $ inherit games @@ -10,12 +10,10 @@ SRC_URI="http://home.kcore.de/~kiza/linux/tornado/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND=">=sys-libs/ncurses-5.3" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +DEPEND=">=sys-libs/ncurses-5.3" src_unpack() { unpack ${A} @@ -36,8 +34,8 @@ src_install() { dogamesbin tornado || die doman doc/man/tornado.6 dodoc AUTHOR CREDITS Changelog README TODO - insinto ${GAMES_STATEDIR} + insinto "${GAMES_STATEDIR}" doins tornado.scores prepgamesdirs - fperms 664 ${GAMES_STATEDIR}/tornado.scores + fperms 664 "${GAMES_STATEDIR}/tornado.scores" } |