diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-11 23:28:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-11 23:28:44 +0000 |
commit | 00015684299d6781beb326527bd355c0546ed87e (patch) | |
tree | 3eb2fa393ab2f2804e1f0389555c551142e3bab2 /app-emulation | |
parent | fixdos -> edos2unix (diff) | |
download | gentoo-2-00015684299d6781beb326527bd355c0546ed87e.tar.gz gentoo-2-00015684299d6781beb326527bd355c0546ed87e.tar.bz2 gentoo-2-00015684299d6781beb326527bd355c0546ed87e.zip |
whoops, left target replacing out #19083
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xmame/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.70.1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/xmess/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/xmess/xmess-0.70.1.ebuild | 3 |
4 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/xmame/Manifest b/app-emulation/xmame/Manifest index 7506e91fbc5e..91aef4700350 100644 --- a/app-emulation/xmame/Manifest +++ b/app-emulation/xmame/Manifest @@ -1,3 +1,3 @@ MD5 b9d5b1d5f70db976a728f55426205e87 files/digest-xmame-0.70.1 66 -MD5 9aa0d46b36428c7aff4543e720b1d1d5 xmame-0.70.1.ebuild 4088 +MD5 bc8102973f3b1be5a341dd9ee07854cd xmame-0.70.1.ebuild 4126 MD5 2ebf92e489ac1b35b9773a3bc2adce0f ChangeLog 3112 diff --git a/app-emulation/xmame/xmame-0.70.1.ebuild b/app-emulation/xmame/xmame-0.70.1.ebuild index db33d67a9480..a8033abebf8b 100644 --- a/app-emulation/xmame/xmame-0.70.1.ebuild +++ b/app-emulation/xmame/xmame-0.70.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.70.1.ebuild,v 1.1 2003/07/11 16:52:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.70.1.ebuild,v 1.2 2003/07/11 23:28:21 vapier Exp $ inherit games flag-o-matic gcc @@ -57,6 +57,7 @@ src_unpack() { -e "/^PREFIX/s:=.*:=/usr:" \ -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \ -e "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \ + -e "/^TARGET/s:mame:${TARGET:1}:" \ Makefile case ${ARCH} in diff --git a/app-emulation/xmess/Manifest b/app-emulation/xmess/Manifest index e3701a8e6faf..a09be7878c6d 100644 --- a/app-emulation/xmess/Manifest +++ b/app-emulation/xmess/Manifest @@ -1,3 +1,3 @@ MD5 b9d5b1d5f70db976a728f55426205e87 files/digest-xmess-0.70.1 66 -MD5 95e6c74ceaaf4763f68037436d0f0911 xmess-0.70.1.ebuild 4088 +MD5 7ed017b203abd9fa3a56f208c28d773e xmess-0.70.1.ebuild 4126 MD5 b8a081066d852b7a0a5f8ad25089fd00 ChangeLog 566 diff --git a/app-emulation/xmess/xmess-0.70.1.ebuild b/app-emulation/xmess/xmess-0.70.1.ebuild index 1f7c9a30f578..679260a13bcb 100644 --- a/app-emulation/xmess/xmess-0.70.1.ebuild +++ b/app-emulation/xmess/xmess-0.70.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmess/xmess-0.70.1.ebuild,v 1.1 2003/07/11 16:54:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmess/xmess-0.70.1.ebuild,v 1.2 2003/07/11 23:28:40 vapier Exp $ inherit games flag-o-matic gcc @@ -57,6 +57,7 @@ src_unpack() { -e "/^PREFIX/s:=.*:=/usr:" \ -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \ -e "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \ + -e "/^TARGET/s:mame:${TARGET:1}:" \ Makefile case ${ARCH} in |