diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 20:06:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 20:06:43 +0000 |
commit | f01e4822d419c27206421abdef79bde84450eebb (patch) | |
tree | 685f62c2a8736dd5a3502c7a87561e551bdc8b1d /games-rpg/openrpg | |
parent | Added patch. closes #50277. (diff) | |
download | historical-f01e4822d419c27206421abdef79bde84450eebb.tar.gz historical-f01e4822d419c27206421abdef79bde84450eebb.tar.bz2 historical-f01e4822d419c27206421abdef79bde84450eebb.zip |
IUSE
Diffstat (limited to 'games-rpg/openrpg')
-rw-r--r-- | games-rpg/openrpg/openrpg-1.4.1.ebuild | 5 | ||||
-rw-r--r-- | games-rpg/openrpg/openrpg-1.6.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
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} |