diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 18:01:01 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 18:01:01 +0000 |
commit | 6dd5a922a5fb2a8190e396e4349c57dd87c7b64a (patch) | |
tree | 1de7241655496e9695c18fe297e3312807a65caa /games-emulation | |
parent | Updated the metadata (diff) | |
download | gentoo-2-6dd5a922a5fb2a8190e396e4349c57dd87c7b64a.tar.gz gentoo-2-6dd5a922a5fb2a8190e396e4349c57dd87c7b64a.tar.bz2 gentoo-2-6dd5a922a5fb2a8190e396e4349c57dd87c7b64a.zip |
Cleanup for bug #92745.
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/fceultra/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/fceultra/fceultra-0.81-r1.ebuild | 8 | ||||
-rw-r--r-- | games-emulation/fceultra/fceultra-0.97.5.ebuild | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/games-emulation/fceultra/ChangeLog b/games-emulation/fceultra/ChangeLog index d7caa967a437..6be817badf26 100644 --- a/games-emulation/fceultra/ChangeLog +++ b/games-emulation/fceultra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/fceultra # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/ChangeLog,v 1.14 2005/04/10 12:49:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/ChangeLog,v 1.15 2005/05/17 18:01:01 wolf31o2 Exp $ + + 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> + fceultra-0.81-r1.ebuild, fceultra-0.97.5.ebuild: + Cleanup for bug #92745. 10 Apr 2005; Simon Stelling <blubb@gentoo.org> fceultra-0.98.12.ebuild: added ~amd64 diff --git a/games-emulation/fceultra/fceultra-0.81-r1.ebuild b/games-emulation/fceultra/fceultra-0.81-r1.ebuild index cd9b4903f5ce..6a6a053b51a9 100644 --- a/games-emulation/fceultra/fceultra-0.81-r1.ebuild +++ b/games-emulation/fceultra/fceultra-0.81-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.8 2004/07/14 14:33:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.9 2005/05/17 18:01:01 wolf31o2 Exp $ -inherit gcc +inherit toolchain-funcs games MY_P=fceu S=${WORKDIR}/${MY_P} @@ -26,6 +26,7 @@ pkg_setup() { die "cant compile on x86 with gcc-3.2.x" fi + games_pkg_setup use sdl && return 0 use svga && return 0 @@ -53,4 +54,5 @@ src_install() { use sdl && dobin fceu-sdl use svga && dobin fceu-svga dodoc Documentation/{*,rel/readme-linux.txt} + prepgamesdirs } diff --git a/games-emulation/fceultra/fceultra-0.97.5.ebuild b/games-emulation/fceultra/fceultra-0.97.5.ebuild index 79d3517a74f5..999155393d4c 100644 --- a/games-emulation/fceultra/fceultra-0.97.5.ebuild +++ b/games-emulation/fceultra/fceultra-0.97.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.97.5.ebuild,v 1.6 2004/06/24 22:26:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.97.5.ebuild,v 1.7 2005/05/17 18:01:01 wolf31o2 Exp $ -inherit games gcc eutils +inherit eutils games DESCRIPTION="A portable NES/Famicom emulator" HOMEPAGE="http://fceultra.sourceforge.net/" |