summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-07-27 16:15:23 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-07-27 16:15:23 +0000
commita859a6c7bbb4828e442f95e8f58f5980bd7100e3 (patch)
tree55874fd6c668be3c18bb5914e7f35fd44e67fe90 /app-emulation/xmame
parentblah (diff)
downloadgentoo-2-a859a6c7bbb4828e442f95e8f58f5980bd7100e3.tar.gz
gentoo-2-a859a6c7bbb4828e442f95e8f58f5980bd7100e3.tar.bz2
gentoo-2-a859a6c7bbb4828e442f95e8f58f5980bd7100e3.zip
repoman'd, can't test for ppc, so I left them out of the KEYWORDS I added
Diffstat (limited to 'app-emulation/xmame')
-rw-r--r--app-emulation/xmame/xmame-0.55.2.ebuild7
-rw-r--r--app-emulation/xmame/xmame-0.56.1.ebuild6
-rw-r--r--app-emulation/xmame/xmame-0.59.1.ebuild6
-rw-r--r--app-emulation/xmame/xmame-0.60.1-r1.ebuild6
-rw-r--r--app-emulation/xmame/xmame-0.60.1.ebuild6
5 files changed, 20 insertions, 11 deletions
diff --git a/app-emulation/xmame/xmame-0.55.2.ebuild b/app-emulation/xmame/xmame-0.55.2.ebuild
index 7474e864613f..a9c440943340 100644
--- a/app-emulation/xmame/xmame-0.55.2.ebuild
+++ b/app-emulation/xmame/xmame-0.55.2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2000 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.2 2002/07/11 06:30:13 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.55.2.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}
diff --git a/app-emulation/xmame/xmame-0.56.1.ebuild b/app-emulation/xmame/xmame-0.56.1.ebuild
index 4671b60f613b..89e067241269 100644
--- a/app-emulation/xmame/xmame-0.56.1.ebuild
+++ b/app-emulation/xmame/xmame-0.56.1.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2000 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.2 2002/07/11 06:30:13 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.56.1.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"
diff --git a/app-emulation/xmame/xmame-0.59.1.ebuild b/app-emulation/xmame/xmame-0.59.1.ebuild
index 209ade722309..5ff995868647 100644
--- a/app-emulation/xmame/xmame-0.59.1.ebuild
+++ b/app-emulation/xmame/xmame-0.59.1.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2000 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.2 2002/07/11 06:30:13 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.59.1.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"
diff --git a/app-emulation/xmame/xmame-0.60.1-r1.ebuild b/app-emulation/xmame/xmame-0.60.1-r1.ebuild
index 3933a3fa85c9..73be42163182 100644
--- a/app-emulation/xmame/xmame-0.60.1-r1.ebuild
+++ b/app-emulation/xmame/xmame-0.60.1-r1.ebuild
@@ -1,13 +1,15 @@
# 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.2 2002/07/11 06:30:13 drobbins Exp $
+# $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"
diff --git a/app-emulation/xmame/xmame-0.60.1.ebuild b/app-emulation/xmame/xmame-0.60.1.ebuild
index 24d8a27d62f4..213d592f062a 100644
--- a/app-emulation/xmame/xmame-0.60.1.ebuild
+++ b/app-emulation/xmame/xmame-0.60.1.ebuild
@@ -1,13 +1,15 @@
# 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.4 2002/07/11 06:30:13 drobbins Exp $
+# $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"