diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-30 06:33:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-30 06:33:01 +0000 |
commit | 5b8c7e3f3a84cda5ff18be4975a545937eee7fcf (patch) | |
tree | 027844cb3f51dcf2dc1a7a16a92b80761ae451bf /games-rpg/egoboo | |
parent | add a hack to fix firefox runtime (diff) | |
download | gentoo-2-5b8c7e3f3a84cda5ff18be4975a545937eee7fcf.tar.gz gentoo-2-5b8c7e3f3a84cda5ff18be4975a545937eee7fcf.tar.bz2 gentoo-2-5b8c7e3f3a84cda5ff18be4975a545937eee7fcf.zip |
clean up silly rev bump
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-rpg/egoboo')
-rw-r--r-- | games-rpg/egoboo/egoboo-2.22-r1.ebuild | 4 | ||||
-rw-r--r-- | games-rpg/egoboo/egoboo-2.22.ebuild | 56 | ||||
-rw-r--r-- | games-rpg/egoboo/files/digest-egoboo-2.22 | 3 |
3 files changed, 2 insertions, 61 deletions
diff --git a/games-rpg/egoboo/egoboo-2.22-r1.ebuild b/games-rpg/egoboo/egoboo-2.22-r1.ebuild index dc425c0fc112..06ac929549a2 100644 --- a/games-rpg/egoboo/egoboo-2.22-r1.ebuild +++ b/games-rpg/egoboo/egoboo-2.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22-r1.ebuild,v 1.1 2007/05/27 19:30:04 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22-r1.ebuild,v 1.2 2007/10/30 06:33:01 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/ego${PV/./}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="virtual/opengl diff --git a/games-rpg/egoboo/egoboo-2.22.ebuild b/games-rpg/egoboo/egoboo-2.22.ebuild deleted file mode 100644 index c8dbe792ad48..000000000000 --- a/games-rpg/egoboo/egoboo-2.22.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.17 2006/04/26 06:49:38 mr_bones_ Exp $ - -inherit eutils flag-o-matic toolchain-funcs games - -DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack" -HOMEPAGE="http://egoboo.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/ego${PV/./}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl" - -S=${WORKDIR}/${PN} - -src_unpack() { - use !amd64 && replace-cpu-flags 'athlon*' pentium4 i686 - - unpack ${A} - cd "${S}" - - # Fix endianess using SDL - # amd64 patch must be applied after ${PV}-endian.patch - # this addresses bug #104271 - epatch \ - ${FILESDIR}/${PV}-endian.patch \ - ${FILESDIR}/${PV}-amd64.patch -} - -src_compile() { - cd code - make clean || die "make clean failed" - emake FLAGS="-D_LINUX ${CFLAGS}" CC="$(tc-getCC)" egoboo || die "emake failed" -} - -src_install () { - games_make_wrapper ${PN} ./${PN} "${GAMES_DATADIR}/${PN}" - dodoc egoboo.txt - insinto "${GAMES_DATADIR}/${PN}" - doins -r basicdat/ import/ modules/ players/ text/ \ - code/egoboo controls.txt setup.txt \ - || die "doins failed" - # FIXME: this is stupid. should be patched to run out of GAMES_BINDIR - fperms 750 "${GAMES_DATADIR}/${PN}/${PN}" - - prepgamesdirs - # ugly, but the game needs write here. - cd "${D}${GAMES_DATADIR}/${PN}" - chmod -R g+w setup.txt basicdat players import -} diff --git a/games-rpg/egoboo/files/digest-egoboo-2.22 b/games-rpg/egoboo/files/digest-egoboo-2.22 deleted file mode 100644 index d3771537021c..000000000000 --- a/games-rpg/egoboo/files/digest-egoboo-2.22 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b988464c0c96ba23b3cb5963729819cc ego222.tar.gz 17283653 -RMD160 915cf675147940e8687031a60db837cb6dbe3e2e ego222.tar.gz 17283653 -SHA256 eb024b4e7fd4b1d2babfd9e0fbc1caabd2d1864c67fa4e2f03a806a5a4e6552b ego222.tar.gz 17283653 |