summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-02 06:49:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-02 06:49:01 +0000
commit722fe71abf664270d7f403639b1d533a494abf83 (patch)
treed959fd6c34ab407b79d8d616c02ba5b47f9bef86 /games-emulation
parentVersion bumped. (diff)
downloadgentoo-2-722fe71abf664270d7f403639b1d533a494abf83.tar.gz
gentoo-2-722fe71abf664270d7f403639b1d533a494abf83.tar.bz2
gentoo-2-722fe71abf664270d7f403639b1d533a494abf83.zip
clean old ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/advancemame/ChangeLog7
-rw-r--r--games-emulation/advancemame/advancemame-0.94.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.95.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.96.0.ebuild84
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.94.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.95.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.96.01
7 files changed, 6 insertions, 256 deletions
diff --git a/games-emulation/advancemame/ChangeLog b/games-emulation/advancemame/ChangeLog
index d5aa93eea5cf..7bac8adafe23 100644
--- a/games-emulation/advancemame/ChangeLog
+++ b/games-emulation/advancemame/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/advancemame
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.30 2005/06/06 00:21:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.31 2005/07/02 06:49:01 mr_bones_ Exp $
+
+ 02 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -advancemame-0.94.0.ebuild, -advancemame-0.95.0.ebuild,
+ -advancemame-0.96.0.ebuild:
+ clean old ebuilds
*advancemame-0.97.0 (06 Jun 2005)
diff --git a/games-emulation/advancemame/advancemame-0.94.0.ebuild b/games-emulation/advancemame/advancemame-0.94.0.ebuild
deleted file mode 100644
index ce7f0b60d8ec..000000000000
--- a/games-emulation/advancemame/advancemame-0.94.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.94.0.ebuild,v 1.2 2005/04/02 20:53:06 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.95.0.ebuild b/games-emulation/advancemame/advancemame-0.95.0.ebuild
deleted file mode 100644
index 4e65ff8e726a..000000000000
--- a/games-emulation/advancemame/advancemame-0.95.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.95.0.ebuild,v 1.1 2005/04/11 16:19:13 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.96.0.ebuild b/games-emulation/advancemame/advancemame-0.96.0.ebuild
deleted file mode 100644
index cd33d052dedd..000000000000
--- a/games-emulation/advancemame/advancemame-0.96.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.96.0.ebuild,v 1.1 2005/05/24 04:59:44 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/digest-advancemame-0.94.0 b/games-emulation/advancemame/files/digest-advancemame-0.94.0
deleted file mode 100644
index 1279a5d3de8f..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.94.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9081296d33bfeb69552b12d56e346bcb advancemame-0.94.0.tar.gz 14574108
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.95.0 b/games-emulation/advancemame/files/digest-advancemame-0.95.0
deleted file mode 100644
index 980e86f8b6fa..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.95.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e487ced9e9bf396f79646ed50ecb0b41 advancemame-0.95.0.tar.gz 14656588
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.96.0 b/games-emulation/advancemame/files/digest-advancemame-0.96.0
deleted file mode 100644
index f5572137c76e..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.96.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60d81a735bb2961602b69473dda170cc advancemame-0.96.0.tar.gz 14824718