diff options
-rw-r--r-- | games-rpg/gwiz/Manifest | 2 | ||||
-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 |
4 files changed, 12 insertions, 9 deletions
diff --git a/games-rpg/gwiz/Manifest b/games-rpg/gwiz/Manifest index 7ae343734631..7d190c88b245 100644 --- a/games-rpg/gwiz/Manifest +++ b/games-rpg/gwiz/Manifest @@ -1,4 +1,4 @@ -MD5 fa40f6790dd472f54a2541befd7ab0e0 gwiz-0.8.ebuild 647 MD5 fb66809de5a046d3fabe937f782efe55 ChangeLog 862 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 4c583851d5d74c69a265c3e3ec8524c7 gwiz-0.8.ebuild 655 MD5 9f61b384503a2dcf5615122aedba2ab9 files/digest-gwiz-0.8 62 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} |