diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:51:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:51:22 +0000 |
commit | 8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0 (patch) | |
tree | 67d467aa93d8b46e5e9423020951251b5a638cce /games-emulation | |
parent | remove use debug && inherit debug (diff) | |
download | gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.tar.gz gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.tar.bz2 gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.zip |
repoman details
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/advancemame/advancemame-0.81.0.ebuild | 3 | ||||
-rw-r--r-- | games-emulation/handy/handy-0.82.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/hugo/hugo-2.09.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/kigb/kigb-1.5.6.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/neopocott/neopocott-0.38b.ebuild | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/games-emulation/advancemame/advancemame-0.81.0.ebuild b/games-emulation/advancemame/advancemame-0.81.0.ebuild index 8be6b0d50753..12094a314e66 100644 --- a/games-emulation/advancemame/advancemame-0.81.0.ebuild +++ b/games-emulation/advancemame/advancemame-0.81.0.ebuild @@ -1,9 +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-emulation/advancemame/advancemame-0.81.0.ebuild,v 1.1 2004/04/08 20:29:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.81.0.ebuild,v 1.2 2004/05/11 12:51:22 vapier Exp $ inherit eutils games -use debug && inherit debug DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu" HOMEPAGE="http://advancemame.sourceforge.net/" diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild index ecef61a903c9..10cb5255396c 100644 --- a/games-emulation/handy/handy-0.82.ebuild +++ b/games-emulation/handy/handy-0.82.ebuild @@ -1,5 +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-emulation/handy/handy-0.82.ebuild,v 1.2 2004/05/11 12:51:22 vapier Exp $ inherit games @@ -11,6 +12,7 @@ SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-gl LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="media-libs/libsdl sys-libs/zlib diff --git a/games-emulation/hugo/hugo-2.09.ebuild b/games-emulation/hugo/hugo-2.09.ebuild index 70c312c9ad57..8798066bb53c 100644 --- a/games-emulation/hugo/hugo-2.09.ebuild +++ b/games-emulation/hugo/hugo-2.09.ebuild @@ -1,5 +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-emulation/hugo/hugo-2.09.ebuild,v 1.3 2004/05/11 12:51:22 vapier Exp $ inherit games @@ -10,6 +11,7 @@ SRC_URI="http://www.zeograd.com/download/hugo_lin_${PV//.}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="virtual/x11 virtual/glibc @@ -22,7 +24,7 @@ src_install() { dodir ${dir} exeinto ${dir} - doexe hugo + doexe hugo || die insinto ${dir}/roms doins dracx.hcd flipit.pce diff --git a/games-emulation/kigb/kigb-1.5.6.ebuild b/games-emulation/kigb/kigb-1.5.6.ebuild index acccb03827af..f9914c3e00b4 100644 --- a/games-emulation/kigb/kigb-1.5.6.ebuild +++ b/games-emulation/kigb/kigb-1.5.6.ebuild @@ -1,5 +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-emulation/kigb/kigb-1.5.6.ebuild,v 1.2 2004/05/11 12:51:22 vapier Exp $ inherit games @@ -10,6 +11,7 @@ SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="dev-games/hawknl virtual/x11 @@ -20,7 +22,7 @@ S=${WORKDIR} src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} - cp -rf * ${D}/${dir}/ + cp -rf * ${D}/${dir}/ || die dogamesbin ${FILESDIR}/kigb prepgamesdirs } diff --git a/games-emulation/neopocott/neopocott-0.38b.ebuild b/games-emulation/neopocott/neopocott-0.38b.ebuild index 9dec26646551..51b55a2ebc11 100644 --- a/games-emulation/neopocott/neopocott-0.38b.ebuild +++ b/games-emulation/neopocott/neopocott-0.38b.ebuild @@ -1,5 +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-emulation/neopocott/neopocott-0.38b.ebuild,v 1.3 2004/05/11 12:51:22 vapier Exp $ inherit games @@ -11,6 +12,7 @@ SRC_URI="http://sdlemu.ngemu.com/releases/NeoPocott-SDL-${PV}${MY_RLS}.i386.linu LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="media-libs/libsdl sys-libs/zlib |