diff options
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/openglad/openglad-0.98.ebuild | 9 | ||||
-rw-r--r-- | games-rpg/openrpg/openrpg-1.4.1.ebuild | 5 | ||||
-rw-r--r-- | games-rpg/openrpg/openrpg-1.6.1.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/games-rpg/openglad/openglad-0.98.ebuild b/games-rpg/openglad/openglad-0.98.ebuild index 7da315187e1d..e75257cb24a1 100644 --- a/games-rpg/openglad/openglad-0.98.ebuild +++ b/games-rpg/openglad/openglad-0.98.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/openglad/openglad-0.98.ebuild,v 1.3 2004/03/12 10:12:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/openglad/openglad-0.98.ebuild,v 1.4 2004/05/06 20:06:43 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="An SDL clone of Gladiator, a classic RPG game" HOMEPAGE="http://snowstorm.sourceforge.net/" @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/snowstorm/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=media-libs/sdl-mixer-1.2.5 >=media-libs/sdl-image-1.2.2 @@ -25,8 +26,8 @@ src_unpack() { src_compile() { egamesconf \ --prefix=/usr \ - --bindir=${GAMES_BINDIR} \ - --datadir=${GAMES_DATADIR}/${PN} \ + --bindir="${GAMES_BINDIR}" \ + --datadir="${GAMES_DATADIR}/${PN}" \ || die emake || die "emake failed" } diff --git a/games-rpg/openrpg/openrpg-1.4.1.ebuild b/games-rpg/openrpg/openrpg-1.4.1.ebuild index 97c5406fd52e..187165b3f9eb 100644 --- a/games-rpg/openrpg/openrpg-1.4.1.ebuild +++ b/games-rpg/openrpg/openrpg-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.4.1.ebuild,v 1.3 2004/03/12 10:13:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.4.1.ebuild,v 1.4 2004/05/06 20:04:36 mr_bones_ Exp $ inherit games @@ -11,11 +11,12 @@ SRC_URI="mirror://sourceforge/openrpg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-python/wxPython-2.3.3.1 >=dev-lang/python-2.2.1" -S=${WORKDIR}/${PN}1 +S="${WORKDIR}/${PN}1" src_install() { dodir ${GAMES_DATADIR}/${PN} diff --git a/games-rpg/openrpg/openrpg-1.6.1.ebuild b/games-rpg/openrpg/openrpg-1.6.1.ebuild index 3c1283f90e6b..f0ca523e4633 100644 --- a/games-rpg/openrpg/openrpg-1.6.1.ebuild +++ b/games-rpg/openrpg/openrpg-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.6.1.ebuild,v 1.2 2004/02/27 04:37:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/openrpg/openrpg-1.6.1.ebuild,v 1.3 2004/05/06 20:04:36 mr_bones_ Exp $ inherit games eutils @@ -11,11 +11,12 @@ SRC_URI="mirror://sourceforge/openrpg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND=">=dev-python/wxPython-2.4.0.2 >=dev-lang/python-2.2.2" -S=${WORKDIR}/${PN}1 +S="${WORKDIR}/${PN}1" src_unpack() { unpack ${A} |