diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 17:32:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 17:32:41 +0000 |
commit | 639a04e639044134083b655b7552cdb8456a80ce (patch) | |
tree | 47d58583eba5cb96e891c521af41d69b3146f368 /games-emulation | |
parent | stable on x86 and sparc(tested by bazik) (Manifest recommit) (diff) | |
download | gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.tar.gz gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.tar.bz2 gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.zip |
ppc stable
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/generator/generator-0.35.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 11 |
2 files changed, 5 insertions, 10 deletions
diff --git a/games-emulation/generator/generator-0.35.ebuild b/games-emulation/generator/generator-0.35.ebuild index bb96918e9a8a..74dd930ec7a2 100644 --- a/games-emulation/generator/generator-0.35.ebuild +++ b/games-emulation/generator/generator-0.35.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-emulation/generator/generator-0.35.ebuild,v 1.3 2004/02/20 06:26:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35.ebuild,v 1.4 2004/03/10 17:32:13 vapier Exp $ inherit games gcc @@ -10,7 +10,7 @@ SRC_URI="http://www.squish.net/generator/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="svga tcltk gtk" #allegro fails to compile DEPEND="gtk? ( =x11-libs/gtk+-1* media-libs/libsdl ) diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild index a750e4f87678..beb1340c1dc3 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild @@ -1,23 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.3 2004/03/02 09:39:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.4 2004/03/10 17:32:41 vapier Exp $ DESCRIPTION="Gameboy emulator with multiple renderers" HOMEPAGE="http://gnuboy.unix-fu.org/" SRC_URI="http://gnuboy.unix-fu.org/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" SLOT="0" +KEYWORDS="x86 ppc" RDEPEND="media-libs/libsdl" -src_compile() { - econf || die - emake || die -} - src_install() { dodoc README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW - dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy + dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy || die } |