--- slashem-0.0.760.ebuild 2005-08-24 12:45:04.000000000 +0200 +++ slashem-0.0.771.ebuild 2005-08-24 16:37:47.000000000 +0200 @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.5 2005/07/09 23:04:31 vapier Exp $ +# $Header: $ inherit eutils flag-o-matic games -SE_VER="0.0.7E6" -SE_FIXVER="${SE_VER}F3" -SE_PN="se007e6f3.tar.gz" +SE_VER="0.0.7E7" +SE_FIXVER="${SE_VER}F1" +SE_PN="se007e7f1.tar.gz" SE_CONF="conf12s.tar.gz" DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant." @@ -50,9 +50,10 @@ unpack ${SE_CONF} cp -f ${FILESDIR}/${SE_VER}/*.configure . || die - for c in RedHat9 FHS20 Gentoo prepare-gui Proxy ; do - ./config ${c} ../.. - done + ./config RedHat9 ../.. + ./config FHS20 ../.. + ./config prepare-gui ../.. + ./config Proxy ../.. if use X ; then ./config X11 ../.. || die "X config"