diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 15:40:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 15:40:26 +0000 |
commit | 95481d993d5543b4264b6ceee9aed2eeb5f9fab2 (patch) | |
tree | 2712adfbbaef1259444787186c3bc5c3a8e04268 /app-emulation/xmame | |
parent | Unmasked yard, removed mask for pciutils-2.10 (diff) | |
download | gentoo-2-95481d993d5543b4264b6ceee9aed2eeb5f9fab2.tar.gz gentoo-2-95481d993d5543b4264b6ceee9aed2eeb5f9fab2.tar.bz2 gentoo-2-95481d993d5543b4264b6ceee9aed2eeb5f9fab2.zip |
LFH compliance
Diffstat (limited to 'app-emulation/xmame')
-rw-r--r-- | app-emulation/xmame/xmame-0.55.2.ebuild | 57 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.56.1.ebuild | 58 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.59.1.ebuild | 58 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.60.1-r1.ebuild | 68 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.60.1-r3.ebuild | 20 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.60.1.ebuild | 62 |
6 files changed, 11 insertions, 312 deletions
diff --git a/app-emulation/xmame/xmame-0.55.2.ebuild b/app-emulation/xmame/xmame-0.55.2.ebuild deleted file mode 100644 index 21f74cb9e807..000000000000 --- a/app-emulation/xmame/xmame-0.55.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.55.2.ebuild,v 1.4 2002/08/01 11:58:57 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Multiple Arcade Machine Emulator for X11" -SRC_URI="http://x.mame.net/download/${P}.tar.bz2" -HOMEPAGE="http://x.mame.net" -SLOT="0" -LICENSE="xmame" -KEYWORDS="x86" -DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s:CFLAGS = -O -Wall:\#CFLAGS=:g" -e \ - "s:PREFIX = /usr/local:PREFIX = /usr:g" -e \ - "s:MANDIR = \$\(PREFIX\)/man/man6:MANDIR = \$\(PREFIX\)/share/man/man6:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - if [ "`use sdl`" ]; then - sed -e "s:DISPLAY_METHOD = x11:DISPLAY_METHOD = SDL:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use esd`" ]; then - sed -e "s/\# SOUND_ESOUND/SOUND_ESOUND/g" makefile.unix > Makefile - else - mv makefile.unix Makefile - fi -} - -src_compile() { - - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - - make PREFIX=${D}/usr install - -# dodoc gzips - dodoc doc/{changes.*,changes.unix,gamelist.mame,readme.mame,xmamerc.dist} - dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html - - dosym xmame.SDL /usr/bin/xmame - -} - diff --git a/app-emulation/xmame/xmame-0.56.1.ebuild b/app-emulation/xmame/xmame-0.56.1.ebuild deleted file mode 100644 index 3823a8903532..000000000000 --- a/app-emulation/xmame/xmame-0.56.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.56.1.ebuild,v 1.4 2002/08/01 11:58:57 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Multiple Arcade Machine Emulator for X11" -SRC_URI="http://x.mame.net/download/${P}.tar.bz2" -HOMEPAGE="http://x.mame.net" -SLOT="0" -LICENSE="xmame" -KEYWORDS="x86" -DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" - - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s:CFLAGS = -O -Wall:\#CFLAGS=:g" -e \ - "s:PREFIX = /usr/local:PREFIX = /usr:g" -e \ - "s:MANDIR = \$\(PREFIX\)/man/man6:MANDIR = \$\(PREFIX\)/share/man/man6:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - if [ "`use sdl`" ]; then - sed -e "s:DISPLAY_METHOD = x11:DISPLAY_METHOD = SDL:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use esd`" ]; then - sed -e "s/\# SOUND_ESOUND/SOUND_ESOUND/g" makefile.unix > Makefile - else - mv makefile.unix Makefile - fi -} - -src_compile() { - - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - - make PREFIX=${D}/usr install - -# dodoc gzips - dodoc doc/{changes.*,dga2.txt,gamelist.mame,readme.mame,xmamerc.dist} - dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html - - dosym xmame.SDL /usr/bin/xmame - -} - diff --git a/app-emulation/xmame/xmame-0.59.1.ebuild b/app-emulation/xmame/xmame-0.59.1.ebuild deleted file mode 100644 index da07ccacc8cd..000000000000 --- a/app-emulation/xmame/xmame-0.59.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.59.1.ebuild,v 1.4 2002/08/01 11:58:57 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Multiple Arcade Machine Emulator for X11" -SRC_URI="http://x.mame.net/download/${P}.tar.bz2" -HOMEPAGE="http://x.mame.net" -SLOT="0" -LICENSE="xmame" -KEYWORDS="x86" -DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" - - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s:CFLAGS = -O -Wall:\#CFLAGS=:g" -e \ - "s:PREFIX = /usr/local:PREFIX = /usr:g" -e \ - "s:MANDIR = \$\(PREFIX\)/man/man6:MANDIR = \$\(PREFIX\)/share/man/man6:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - if [ "`use sdl`" ]; then - sed -e "s:DISPLAY_METHOD = x11:DISPLAY_METHOD = SDL:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use esd`" ]; then - sed -e "s/\# SOUND_ESOUND/SOUND_ESOUND/g" makefile.unix > Makefile - else - mv makefile.unix Makefile - fi -} - -src_compile() { - - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - - make PREFIX=${D}/usr install - -# dodoc gzips - dodoc doc/{changes.*,dga2.txt,gamelist.mame,readme.mame,xmamerc.dist} - dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html - - dosym xmame.SDL /usr/bin/xmame - -} - diff --git a/app-emulation/xmame/xmame-0.60.1-r1.ebuild b/app-emulation/xmame/xmame-0.60.1-r1.ebuild deleted file mode 100644 index 73be42163182..000000000000 --- a/app-emulation/xmame/xmame-0.60.1-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r1.ebuild,v 1.3 2002/07/27 16:15:23 stubear Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Multiple Arcade Machine Emulator for X11" -SRC_URI="http://x.mame.net/download/${P}.tar.bz2" -HOMEPAGE="http://x.mame.net" -SLOT="0" -LICENSE="xmame" -KEYWORDS="x86" -DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s:CFLAGS = -O -Wall:\#CFLAGS=:g" -e \ - "s:PREFIX = /usr/local:PREFIX = /usr:g" -e \ - "s:MANDIR = \$\(PREFIX\)/man/man6:MANDIR = \$\(PREFIX\)/share/man/man6:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - # Enable joystick support - sed -e "s/\# JOY_I386/JOY_I386/g" makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - if [ "`use dga`" ]; then - sed -e "s/\# X11_DGA = 1/X11_DGA = 1/g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use sdl`" ]; then - sed -e "s:DISPLAY_METHOD = x11:DISPLAY_METHOD = SDL:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use esd`" ]; then - sed -e "s/\# SOUND_ESOUND/SOUND_ESOUND/g" makefile.unix > Makefile - else - mv makefile.unix Makefile - fi -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - - make PREFIX=${D}/usr install - -# dodoc gzips - dodoc doc/{changes.*,dga2.txt,gamelist.mame,readme.mame,xmamerc.dist} - dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html - if [ "`use sdl`" ]; then - dosym xmame.SDL /usr/bin/xmame - else - dosym xmame.x11 /usr/bin/xmame - fi -} diff --git a/app-emulation/xmame/xmame-0.60.1-r3.ebuild b/app-emulation/xmame/xmame-0.60.1-r3.ebuild index de6e13a88759..92b6c22ba12b 100644 --- a/app-emulation/xmame/xmame-0.60.1-r3.ebuild +++ b/app-emulation/xmame/xmame-0.60.1-r3.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r3.ebuild,v 1.1 2002/08/07 07:50:31 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r3.ebuild,v 1.2 2002/08/30 15:40:26 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Multiple Arcade Machine Emulator for X11" SRC_URI="http://x.mame.net/download/${P}.tar.bz2" HOMEPAGE="http://x.mame.net" + SLOT="0" LICENSE="xmame" DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" -RDEPEND="" + sdl? ( >=media-libs/libsdl-1.2.0 ) + >=sys-libs/zlib-1.1.3-r2" # Please note modifications for ppc in this ebuild. If you update the ebuild, # please either test on ppc, or send it to a ppc developer for testing before @@ -90,14 +90,16 @@ src_compile() { src_install () { - make PREFIX=${D}/usr install + make \ + PREFIX=${D}/usr \ + MANDIR=${D}/usr/share/man/man6 \ + install -# dodoc gzips dodoc doc/{changes.*,dga2.txt,gamelist.mame,readme.mame,xmamerc.dist} dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html + + dohtml -r doc + if [ "`use sdl`" ]; then dosym xmame.SDL /usr/bin/xmame else diff --git a/app-emulation/xmame/xmame-0.60.1.ebuild b/app-emulation/xmame/xmame-0.60.1.ebuild deleted file mode 100644 index 213d592f062a..000000000000 --- a/app-emulation/xmame/xmame-0.60.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1.ebuild,v 1.5 2002/07/27 16:15:23 stubear Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Multiple Arcade Machine Emulator for X11" -SRC_URI="http://x.mame.net/download/${P}.tar.bz2" -HOMEPAGE="http://x.mame.net" -SLOT="0" -LICENSE="xmame" -KEYWORDS="x86" -DEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 ) - >=sys-libs/zlib-1.1.3-r2" - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s:CFLAGS = -O -Wall:\#CFLAGS=:g" -e \ - "s:PREFIX = /usr/local:PREFIX = /usr:g" -e \ - "s:MANDIR = \$\(PREFIX\)/man/man6:MANDIR = \$\(PREFIX\)/share/man/man6:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - # Enable joystick support - sed -e "s/\# JOY_I386/JOY_I386/g" makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - - if [ "`use sdl`" ]; then - sed -e "s:DISPLAY_METHOD = x11:DISPLAY_METHOD = SDL:g" \ - makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix - fi - - if [ "`use esd`" ]; then - sed -e "s/\# SOUND_ESOUND/SOUND_ESOUND/g" makefile.unix > Makefile - else - mv makefile.unix Makefile - fi -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - - make PREFIX=${D}/usr install - -# dodoc gzips - dodoc doc/{changes.*,dga2.txt,gamelist.mame,readme.mame,xmamerc.dist} - dodoc doc/{xmame-doc.ps,xmame-doc.txt} -# Don't really want html files gzipped - insinto /usr/share/doc/${P}/html - doins doc/*.html - if [ "`use sdl`" ]; then - dosym xmame.SDL /usr/bin/xmame - else - dosym xmame.x11 /usr/bin/xmame - fi -} |