diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:15:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:15:35 +0000 |
commit | fb02e699664be27cf1071deb1539977cd896e504 (patch) | |
tree | 2ab1635f20254be1bd252f4cee5a8880b2cb8e66 /games-rpg/planeshift | |
parent | games is first inherit (diff) | |
download | gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.tar.gz gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.tar.bz2 gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.zip |
make it stable
Diffstat (limited to 'games-rpg/planeshift')
-rw-r--r-- | games-rpg/planeshift/planeshift-0.2.010-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild index 8bb9ca76d3eb..497fcb880517 100644 --- a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild +++ b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.4 2004/02/03 20:44:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.5 2004/02/29 21:11:50 vapier Exp $ inherit eutils games -S="${WORKDIR}/${PN}" -HOMEPAGE="http://www.planeshift.it/" DESCRIPTION="virtual fantasy world MMORPG" +HOMEPAGE="http://www.planeshift.it/" SRC_URI="mirror://gentoo/distfiles/${P}.tar.bz2" -KEYWORDS="x86 ~ppc" LICENSE="GPL-2 | Planeshift" SLOT="0" -IUSE="" +KEYWORDS="x86 ppc" DEPEND="net-ftp/curl dev-games/crystalspace dev-games/cel" +S=${WORKDIR}/${PN} + export PLANESHIFT_PREFIX=${PLANESHIFT_PREFIX:-${GAMES_PREFIX_OPT}/${PN}} export CRYSTAL_PREFIX=${CRYSTAL_PREFIX:-${GAMES_PREFIX_OPT}/crystal} export CEL_PREFIX=${CEL_PREFIX:-${CRYSTAL_PREFIX}} |