summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:41:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-01 04:41:29 +0000
commita707db2620c31dc302e79001b5389a1e1e821ae6 (patch)
tree48ffb08d6aae657cfac8aff5ea33d4c3a61e9d75 /games-emulation/advancemame
parentVersion bump. (diff)
downloadgentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.tar.gz
gentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.tar.bz2
gentoo-2-a707db2620c31dc302e79001b5389a1e1e821ae6.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/advancemame')
-rw-r--r--games-emulation/advancemame/advancemame-0.100.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.97.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.99.0.ebuild84
-rw-r--r--games-emulation/advancemame/files/0.100.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.94.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.95.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.96.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.97.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.99.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.100.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.97.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.99.01
12 files changed, 0 insertions, 333 deletions
diff --git a/games-emulation/advancemame/advancemame-0.100.0.ebuild b/games-emulation/advancemame/advancemame-0.100.0.ebuild
deleted file mode 100644
index be56ac615fca..000000000000
--- a/games-emulation/advancemame/advancemame-0.100.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.100.0.ebuild,v 1.1 2005/10/10 02:02:31 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu"
-HOMEPAGE="http://advancemame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
-
-LICENSE="GPL-2 XMAME"
-SLOT="0"
-KEYWORDS="~amd64 -ppc x86"
-IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib"
-
-RDEPEND="virtual/libc
- app-arch/unzip
- app-arch/zip
- sdl? ( media-libs/libsdl )
- slang? ( sys-libs/slang )
- alsa? ( media-libs/alsa-lib )
- expat? ( >=dev-libs/expat-1.95.6 )
- zlib? ( sys-libs/zlib )
- truetype? ( media-libs/freetype )
- svga? ( >=media-libs/svgalib-1.9 )"
-DEPEND="${RDEPEND}
- x86? ( >=dev-lang/nasm-0.98 )
- virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-pic.patch" #74899
-
- use x86 && \
- ln -s $(which nasm) "${T}/${CHOST}-nasm"
- use sdl && \
- ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
- use truetype && \
- ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
-}
-
-src_compile() {
- PATH="${PATH}:${T}"
- egamesconf \
- $(use_enable alsa) \
- $(use_enable expat) \
- $(use_enable fbcon fb) \
- $(use_enable oss) \
- $(use_enable sdl) \
- $(use_enable slang) \
- $(use_enable static) \
- $(use_enable svga svgalib) \
- $(use_enable truetype freetype) \
- $(use_enable zlib) \
- $(use_enable x86 asm) \
- --with-emu=${PN/advance} \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- local f
-
- for f in adv* ; do
- if [ -L "${f}" ] ; then
- dogamesbin "${f}" || die "dogamesbin failed"
- fi
- done
-
- insinto "${GAMES_DATADIR}/advance"
- doins support/event.dat
- keepdir "${GAMES_DATADIR}/advance/"{artwork,diff,image,rom,sample,snap}
-
- dodoc HISTORY README RELEASE
- cd doc
- dodoc *.txt
- dohtml *.html
- for f in *.1 ; do
- newman ${f} ${f/1/6}
- done
-
- prepgamesdirs
-}
diff --git a/games-emulation/advancemame/advancemame-0.97.0.ebuild b/games-emulation/advancemame/advancemame-0.97.0.ebuild
deleted file mode 100644
index e26b1f0b888d..000000000000
--- a/games-emulation/advancemame/advancemame-0.97.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.97.0.ebuild,v 1.2 2005/08/10 20:47:23 josejx Exp $
-
-inherit eutils games
-
-DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu"
-HOMEPAGE="http://advancemame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
-
-LICENSE="GPL-2 XMAME"
-SLOT="0"
-KEYWORDS="~amd64 -ppc x86"
-IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib"
-
-RDEPEND="virtual/libc
- app-arch/unzip
- app-arch/zip
- sdl? ( media-libs/libsdl )
- slang? ( sys-libs/slang )
- alsa? ( media-libs/alsa-lib )
- expat? ( >=dev-libs/expat-1.95.6 )
- zlib? ( sys-libs/zlib )
- truetype? ( media-libs/freetype )
- svga? ( >=media-libs/svgalib-1.9 )"
-DEPEND="${RDEPEND}
- x86? ( >=dev-lang/nasm-0.98 )
- virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-pic.patch" #74899
-
- use x86 && \
- ln -s $(which nasm) "${T}/${CHOST}-nasm"
- use sdl && \
- ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
- use truetype && \
- ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
-}
-
-src_compile() {
- PATH="${PATH}:${T}"
- egamesconf \
- $(use_enable alsa) \
- $(use_enable expat) \
- $(use_enable fbcon fb) \
- $(use_enable oss) \
- $(use_enable sdl) \
- $(use_enable slang) \
- $(use_enable static) \
- $(use_enable svga svgalib) \
- $(use_enable truetype freetype) \
- $(use_enable zlib) \
- $(use_enable x86 asm) \
- --with-emu=${PN/advance} \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- local f
-
- for f in adv* ; do
- if [ -L "${f}" ] ; then
- dogamesbin "${f}" || die "dogamesbin failed"
- fi
- done
-
- insinto "${GAMES_DATADIR}/advance"
- doins support/event.dat
- keepdir "${GAMES_DATADIR}/advance/"{artwork,diff,image,rom,sample,snap}
-
- dodoc HISTORY README RELEASE
- cd doc
- dodoc *.txt
- dohtml *.html
- for f in *.1 ; do
- newman ${f} ${f/1/6}
- done
-
- prepgamesdirs
-}
diff --git a/games-emulation/advancemame/advancemame-0.99.0.ebuild b/games-emulation/advancemame/advancemame-0.99.0.ebuild
deleted file mode 100644
index a1d1d75898dd..000000000000
--- a/games-emulation/advancemame/advancemame-0.99.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.99.0.ebuild,v 1.1 2005/08/14 16:28:10 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu"
-HOMEPAGE="http://advancemame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
-
-LICENSE="GPL-2 XMAME"
-SLOT="0"
-KEYWORDS="~amd64 -ppc x86"
-IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib"
-
-RDEPEND="virtual/libc
- app-arch/unzip
- app-arch/zip
- sdl? ( media-libs/libsdl )
- slang? ( sys-libs/slang )
- alsa? ( media-libs/alsa-lib )
- expat? ( >=dev-libs/expat-1.95.6 )
- zlib? ( sys-libs/zlib )
- truetype? ( media-libs/freetype )
- svga? ( >=media-libs/svgalib-1.9 )"
-DEPEND="${RDEPEND}
- x86? ( >=dev-lang/nasm-0.98 )
- virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-pic.patch" #74899
-
- use x86 && \
- ln -s $(which nasm) "${T}/${CHOST}-nasm"
- use sdl && \
- ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
- use truetype && \
- ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
-}
-
-src_compile() {
- PATH="${PATH}:${T}"
- egamesconf \
- $(use_enable alsa) \
- $(use_enable expat) \
- $(use_enable fbcon fb) \
- $(use_enable oss) \
- $(use_enable sdl) \
- $(use_enable slang) \
- $(use_enable static) \
- $(use_enable svga svgalib) \
- $(use_enable truetype freetype) \
- $(use_enable zlib) \
- $(use_enable x86 asm) \
- --with-emu=${PN/advance} \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- local f
-
- for f in adv* ; do
- if [ -L "${f}" ] ; then
- dogamesbin "${f}" || die "dogamesbin failed"
- fi
- done
-
- insinto "${GAMES_DATADIR}/advance"
- doins support/event.dat
- keepdir "${GAMES_DATADIR}/advance/"{artwork,diff,image,rom,sample,snap}
-
- dodoc HISTORY README RELEASE
- cd doc
- dodoc *.txt
- dohtml *.html
- for f in *.1 ; do
- newman ${f} ${f/1/6}
- done
-
- prepgamesdirs
-}
diff --git a/games-emulation/advancemame/files/0.100.0-pic.patch b/games-emulation/advancemame/files/0.100.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.100.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.94.0-pic.patch b/games-emulation/advancemame/files/0.94.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.94.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.95.0-pic.patch b/games-emulation/advancemame/files/0.95.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.95.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.96.0-pic.patch b/games-emulation/advancemame/files/0.96.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.96.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.97.0-pic.patch b/games-emulation/advancemame/files/0.97.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.97.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.99.0-pic.patch b/games-emulation/advancemame/files/0.99.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.99.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.100.0 b/games-emulation/advancemame/files/digest-advancemame-0.100.0
deleted file mode 100644
index 929e5e541819..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.100.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 614912a288ff9950c4343ec63540768d advancemame-0.100.0.tar.gz 15578821
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.97.0 b/games-emulation/advancemame/files/digest-advancemame-0.97.0
deleted file mode 100644
index 0538103641c3..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.97.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 560116e740c9f4dbb66c1961a7e276c4 advancemame-0.97.0.tar.gz 15194792
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.99.0 b/games-emulation/advancemame/files/digest-advancemame-0.99.0
deleted file mode 100644
index 71bfe0b3b88c..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.99.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 709632a3a1e8fb8bf5b2eff5ed659935 advancemame-0.99.0.tar.gz 15324720