diff options
author | Julien Perrot <blackmore@gentoo.org> | 2002-06-07 18:41:54 +0000 |
---|---|---|
committer | Julien Perrot <blackmore@gentoo.org> | 2002-06-07 18:41:54 +0000 |
commit | 19b0305cbb1d5cbb2d4a6037d0db5bb5a72bbfec (patch) | |
tree | 6f637549bed6ddfe9eba4bdddd60c8bb55e78acf /app-emulation | |
parent | addition of wmfishtime-1.23-r2.ebuild (diff) | |
download | historical-19b0305cbb1d5cbb2d4a6037d0db5bb5a72bbfec.tar.gz historical-19b0305cbb1d5cbb2d4a6037d0db5bb5a72bbfec.tar.bz2 historical-19b0305cbb1d5cbb2d4a6037d0db5bb5a72bbfec.zip |
creation of xmame-0.60.1-r1.ebuild, rollback of the previous changes made in xmame-0.60.1.ebuild
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xmame/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.60.1.ebuild | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/xmame/ChangeLog b/app-emulation/xmame/ChangeLog index 573643a44fcb..95a600a07308 100644 --- a/app-emulation/xmame/ChangeLog +++ b/app-emulation/xmame/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-games/xmame # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.3 2002/05/27 08:35:15 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.4 2002/06/07 18:41:54 blackmore Exp $ + +*xmame-0.60.1-r1 (7 Jun 2002) + + 7 Jun 2002; J. Perrot <blackmore@gentoo.org> xmame-0.60.1-r1.ebuild : + + Check the presence of "dga" in the USE variable and do the + appropriate sed substitution *xmame-0.60.1 (27 May 2002) diff --git a/app-emulation/xmame/xmame-0.60.1.ebuild b/app-emulation/xmame/xmame-0.60.1.ebuild index f4b9e99189ed..783f63e31fc8 100644 --- a/app-emulation/xmame/xmame-0.60.1.ebuild +++ b/app-emulation/xmame/xmame-0.60.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Jimmo Petisme <jimmobar@comp.nus.edu.sg> # 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.2 2002/06/03 23:49:01 blackmore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1.ebuild,v 1.3 2002/06/07 18:41:54 blackmore Exp $ S=${WORKDIR}/${P} DESCRIPTION="Multiple Arcade Machine Emulator for X11" @@ -26,12 +26,6 @@ src_unpack() { 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 |