summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-08 22:28:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-08 22:28:22 +0000
commit41d352fbd6e4425e1a524b502af6f7ed1836ef05 (patch)
tree9a19be72f428585f0bc956d61a1094a54b4a8d25 /games-emulation/gngeo
parentFileset 0.6 for 6.8.2-r2, fileset 0.2 for 6.8.99.14. (#83680) Add a change th... (diff)
downloadgentoo-2-41d352fbd6e4425e1a524b502af6f7ed1836ef05.tar.gz
gentoo-2-41d352fbd6e4425e1a524b502af6f7ed1836ef05.tar.bz2
gentoo-2-41d352fbd6e4425e1a524b502af6f7ed1836ef05.zip
clean old ebuilds; tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/gngeo')
-rw-r--r--games-emulation/gngeo/ChangeLog8
-rw-r--r--games-emulation/gngeo/files/digest-gngeo-0.5.9a1
-rw-r--r--games-emulation/gngeo/files/digest-gngeo-0.6.11
-rw-r--r--games-emulation/gngeo/gngeo-0.5.9a.ebuild28
-rw-r--r--games-emulation/gngeo/gngeo-0.6.1.ebuild47
-rw-r--r--games-emulation/gngeo/gngeo-0.6.3.ebuild12
6 files changed, 11 insertions, 86 deletions
diff --git a/games-emulation/gngeo/ChangeLog b/games-emulation/gngeo/ChangeLog
index fa0178c9466d..78636fdae561 100644
--- a/games-emulation/gngeo/ChangeLog
+++ b/games-emulation/gngeo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/gngeo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.7 2004/07/31 08:00:45 mr_bones_ Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.8 2005/07/08 22:28:22 mr_bones_ Exp $
+
+ 08 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> -gngeo-0.5.9a.ebuild,
+ -gngeo-0.6.1.ebuild, gngeo-0.6.3.ebuild:
+ clean old ebuilds; tidy
*gngeo-0.6.3 (31 Jul 2004)
diff --git a/games-emulation/gngeo/files/digest-gngeo-0.5.9a b/games-emulation/gngeo/files/digest-gngeo-0.5.9a
deleted file mode 100644
index 9a2c6991d952..000000000000
--- a/games-emulation/gngeo/files/digest-gngeo-0.5.9a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f3dbf7b9abb3cf74d03d0a2a7e3f9f6f gngeo-0.5.9a.tar.gz 394426
diff --git a/games-emulation/gngeo/files/digest-gngeo-0.6.1 b/games-emulation/gngeo/files/digest-gngeo-0.6.1
deleted file mode 100644
index 1d5776340584..000000000000
--- a/games-emulation/gngeo/files/digest-gngeo-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c25e38ee9388439364620c5afb6dc0a4 gngeo-0.6.1.tar.gz 489487
diff --git a/games-emulation/gngeo/gngeo-0.5.9a.ebuild b/games-emulation/gngeo/gngeo-0.5.9a.ebuild
deleted file mode 100644
index 273c4481fc49..000000000000
--- a/games-emulation/gngeo/gngeo-0.5.9a.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.5.9a.ebuild,v 1.4 2004/06/24 22:27:46 agriffis Exp $
-
-DESCRIPTION="A NeoGeo emulator"
-HOMEPAGE="http://m.peponas.free.fr/gngeo/"
-SRC_URI="http://m.peponas.free.fr/gngeo/download/${P}.tar.gz"
-
-KEYWORDS="x86 ppc"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
- >=media-libs/libsdl-1.2"
-DEPEND="${RDEPEND}
- x86? ( >=dev-lang/nasm-0.98 )"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS NEWS README sample_gngeorc
-}
-
-pkg_postinst() {
- einfo
- einfo "A licensed NeoGeo BIOS copy is required to run the emulator."
- einfo
-}
diff --git a/games-emulation/gngeo/gngeo-0.6.1.ebuild b/games-emulation/gngeo/gngeo-0.6.1.ebuild
deleted file mode 100644
index b49e908dcd63..000000000000
--- a/games-emulation/gngeo/gngeo-0.6.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.6.1.ebuild,v 1.3 2004/07/01 11:14:44 eradicator Exp $
-
-inherit games
-
-DESCRIPTION="A NeoGeo emulator"
-HOMEPAGE="http://m.peponas.free.fr/gngeo/"
-SRC_URI="http://m.peponas.free.fr/gngeo/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-RDEPEND="virtual/libc
- virtual/opengl
- sys-libs/zlib
- media-libs/sdl-image
- >=media-libs/libsdl-1.2"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4
- x86? ( >=dev-lang/nasm-0.98 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "s/-malign-functions/-falign-functions/" \
- -e "s/-malign-loops/-falign-loops/" \
- -e "s/-malign-jumps/-falign-jumps/" \
- configure \
- || die "sed failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS NEWS README sample_gngeorc
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "A licensed NeoGeo BIOS copy is required to run the emulator."
- echo
-}
diff --git a/games-emulation/gngeo/gngeo-0.6.3.ebuild b/games-emulation/gngeo/gngeo-0.6.3.ebuild
index ac1e4350fda6..b506d1d99abd 100644
--- a/games-emulation/gngeo/gngeo-0.6.3.ebuild
+++ b/games-emulation/gngeo/gngeo-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# 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/gngeo/gngeo-0.6.3.ebuild,v 1.1 2004/07/31 08:00:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.6.3.ebuild,v 1.2 2005/07/08 22:28:22 mr_bones_ Exp $
inherit games
@@ -10,21 +10,19 @@ SRC_URI="http://m.peponas.free.fr/gngeo/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
-RDEPEND="virtual/libc
- virtual/opengl
+RDEPEND="virtual/opengl
sys-libs/zlib
media-libs/sdl-image
>=media-libs/libsdl-1.2"
DEPEND="${RDEPEND}
- >=sys-apps/sed-4
x86? ( >=dev-lang/nasm-0.98 )"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "s/-malign-functions/-falign-functions/" \
-e "s/-malign-loops/-falign-loops/" \