diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:09:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:09:29 +0000 |
commit | 23bc83309628955549183d8acc3ae782c1a53e8e (patch) | |
tree | 46763f0ebe7d0e89f991624a2aca8f26fc634e76 | |
parent | make it stable (diff) | |
download | gentoo-2-23bc83309628955549183d8acc3ae782c1a53e8e.tar.gz gentoo-2-23bc83309628955549183d8acc3ae782c1a53e8e.tar.bz2 gentoo-2-23bc83309628955549183d8acc3ae782c1a53e8e.zip |
make it stable
-rw-r--r-- | games-roguelike/slashem/slashem-0.0.648.ebuild | 6 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | games-rpg/egoboo/egoboo-2.22.ebuild | 13 |
3 files changed, 11 insertions, 12 deletions
diff --git a/games-roguelike/slashem/slashem-0.0.648.ebuild b/games-roguelike/slashem/slashem-0.0.648.ebuild index 7bf14760d611..ffd5a5f46c1c 100644 --- a/games-roguelike/slashem/slashem-0.0.648.ebuild +++ b/games-roguelike/slashem/slashem-0.0.648.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-roguelike/slashem/slashem-0.0.648.ebuild,v 1.3 2004/02/20 06:55:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.648.ebuild,v 1.4 2004/02/29 21:06:42 vapier Exp $ inherit games eutils flag-o-matic append-flags -I../include -I/usr/X11R6/include @@ -15,9 +15,9 @@ HOMEPAGE="http://www.slashem.org/" SRC_URI="mirror://sourceforge/slashem/${SE_PN} http://www.juiblex.co.uk/nethack/config/${SE_CONF}" -KEYWORDS="x86 ~amd64" -SLOT="0" LICENSE="nethack" +SLOT="0" +KEYWORDS="x86 amd64" IUSE="X qt gnome gtk" DEPEND="virtual/glibc diff --git a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild b/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild index 549172a63437..4c47b426f2bf 100644 --- a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.3-r1.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/adonthell/adonthell-0.3.3-r1.ebuild,v 1.3 2004/02/12 01:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.4 2004/02/29 21:07:54 vapier Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="oggvorbis gtk nls doc" DEPEND="dev-lang/python diff --git a/games-rpg/egoboo/egoboo-2.22.ebuild b/games-rpg/egoboo/egoboo-2.22.ebuild index 01aa3c289917..4284ece1843c 100644 --- a/games-rpg/egoboo/egoboo-2.22.ebuild +++ b/games-rpg/egoboo/egoboo-2.22.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/02/15 14:36:45 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.5 2004/02/29 21:09:29 vapier Exp $ inherit flag-o-matic games -S="${WORKDIR}/${PN}" 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" -KEYWORDS="-* x86 ~ppc" LICENSE="GPL-2" SLOT="0" -IUSE="" +KEYWORDS="-* x86 ppc" DEPEND="virtual/x11 virtual/opengl @@ -20,9 +18,10 @@ DEPEND="virtual/x11 media-libs/libsdl >=sys-apps/sed-4" +S=${WORKDIR}/${PN} + src_unpack() { - replace-flags "-march=athlon*" "-march=i686" - replace-flags "-march=pentium4" "-march=i686" + replace-cpu-flags i686 'athlon*' pentium4 unpack ${A} cd ${S} @@ -30,7 +29,7 @@ src_unpack() { sed -i \ -e "/^CC=/ s:=.*:=${CC}:" \ -e "s:-ffast-math -funroll-loops -O3 -g:${CFLAGS}:" code/Makefile \ - || die "sed code/Makefile failed" + || die "sed code/Makefile failed" sed \ -e "s:GENTOODIR:${GAMES_DATADIR}:" "${FILESDIR}/${P}.sh" \ > "${T}/egoboo" || die "sed wrapper failed" |