diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-05 16:37:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-05 16:37:41 +0000 |
commit | 443d1b278c478f181ffe06540b48ae14b893cb54 (patch) | |
tree | 690d964dc5789e4c8fcab64897ee2c48b31e0dff /games-fps/legends | |
parent | Unmasking -r1 after getting working confirmation on Bug 35925 (diff) | |
download | historical-443d1b278c478f181ffe06540b48ae14b893cb54.tar.gz historical-443d1b278c478f181ffe06540b48ae14b893cb54.tar.bz2 historical-443d1b278c478f181ffe06540b48ae14b893cb54.zip |
unmask!
Diffstat (limited to 'games-fps/legends')
-rw-r--r-- | games-fps/legends/legends-0.3.6.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/legends/legends-0.3.6.ebuild b/games-fps/legends/legends-0.3.6.ebuild index ee5f586816b9..08b34e2beb68 100644 --- a/games-fps/legends/legends-0.3.6.ebuild +++ b/games-fps/legends/legends-0.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/legends-0.3.6.ebuild,v 1.1 2003/12/13 09:34:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/legends-0.3.6.ebuild,v 1.2 2004/01/05 16:37:41 vapier Exp $ inherit games @@ -8,11 +8,11 @@ DESCRIPTION="A fast-paced first-person-perspective online multiplayer game simil HOMEPAGE="http://hosted.tribalwar.com/legends/" SRC_URI="http://themasters.co.za/${P}.tar.gz" -RESTRICT="nomirror" -KEYWORDS="~x86" LICENSE="as-is" SLOT="0" +KEYWORDS="x86" IUSE="dedicated" +RESTRICT="nomirror" DEPEND="" RDEPEND=">=media-libs/libsdl-1.2 @@ -29,11 +29,11 @@ src_unpack() { src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} || die "dodir failed" - cp -R * ${D}/${dir}/ || die "cp failed" + dodir ${dir} + cp -R * ${D}/${dir}/ || die "cp failed" dogamesbin ${FILESDIR}/legends || die "dogamesbin failed (1)" dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/legends - if use dedicated; then + if [ `use dedicated` ] ; then dogamesbin ${FILESDIR}/legends-ded || die "dogamesbin failed (2)" dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/legends-ded fi |