summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-02 20:53:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-02 20:53:06 +0000
commite3ce538844892dedb8576eb7b769a26be1d103b5 (patch)
tree646f5d4c10bc14de270397ac9b428d9e0206f611 /games-emulation
parentFix dep to handle either libgtkhtml SLOT. (diff)
downloadgentoo-2-e3ce538844892dedb8576eb7b769a26be1d103b5.tar.gz
gentoo-2-e3ce538844892dedb8576eb7b769a26be1d103b5.tar.bz2
gentoo-2-e3ce538844892dedb8576eb7b769a26be1d103b5.zip
clean old files
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/advancemame/ChangeLog10
-rw-r--r--games-emulation/advancemame/advancemame-0.88.0.ebuild83
-rw-r--r--games-emulation/advancemame/advancemame-0.89.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.90.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.92.0.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.92.1.ebuild84
-rw-r--r--games-emulation/advancemame/advancemame-0.94.0.ebuild4
-rw-r--r--games-emulation/advancemame/files/0.89.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.90.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.92.0-pic.patch13
-rw-r--r--games-emulation/advancemame/files/0.92.1-pic.patch13
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.88.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.89.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.90.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.92.01
-rw-r--r--games-emulation/advancemame/files/digest-advancemame-0.92.11
16 files changed, 11 insertions, 479 deletions
diff --git a/games-emulation/advancemame/ChangeLog b/games-emulation/advancemame/ChangeLog
index b98dcb8142c9..68f3b5ec9dd4 100644
--- a/games-emulation/advancemame/ChangeLog
+++ b/games-emulation/advancemame/ChangeLog
@@ -1,6 +1,14 @@
# 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.26 2005/03/22 00:06:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.27 2005/04/02 20:53:06 mr_bones_ Exp $
+
+ 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/0.92.0-pic.patch, -files/0.92.1-pic.patch, -files/0.89.0-pic.patch,
+ -files/0.90.0-pic.patch, -advancemame-0.88.0.ebuild,
+ -advancemame-0.89.0.ebuild, -advancemame-0.90.0.ebuild,
+ -advancemame-0.92.0.ebuild, -advancemame-0.92.1.ebuild,
+ advancemame-0.94.0.ebuild:
+ clean old files
*advancemame-0.94.0 (21 Mar 2005)
diff --git a/games-emulation/advancemame/advancemame-0.88.0.ebuild b/games-emulation/advancemame/advancemame-0.88.0.ebuild
deleted file mode 100644
index d01e5677468f..000000000000
--- a/games-emulation/advancemame/advancemame-0.88.0.ebuild
+++ /dev/null
@@ -1,83 +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.88.0.ebuild,v 1.3 2005/01/20 04:43:58 mr_bones_ Exp $
-
-inherit games flag-o-matic
-
-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}
-
- 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() {
- local myconf=""
- is-flags -fPIC || myconf="$(use_enable x86 asm)"
- env 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) \
- --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.89.0.ebuild b/games-emulation/advancemame/advancemame-0.89.0.ebuild
deleted file mode 100644
index 24b365a3206d..000000000000
--- a/games-emulation/advancemame/advancemame-0.89.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.89.0.ebuild,v 1.2 2005/01/20 04:43:58 mr_bones_ Exp $
-
-inherit games eutils
-
-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.90.0.ebuild b/games-emulation/advancemame/advancemame-0.90.0.ebuild
deleted file mode 100644
index ca9cc55de3df..000000000000
--- a/games-emulation/advancemame/advancemame-0.90.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.90.0.ebuild,v 1.1 2005/01/20 04:43:58 mr_bones_ Exp $
-
-inherit games eutils
-
-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.92.0.ebuild b/games-emulation/advancemame/advancemame-0.92.0.ebuild
deleted file mode 100644
index caa31debbe18..000000000000
--- a/games-emulation/advancemame/advancemame-0.92.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.92.0.ebuild,v 1.1 2005/02/14 06:21:07 mr_bones_ Exp $
-
-inherit games eutils
-
-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.92.1.ebuild b/games-emulation/advancemame/advancemame-0.92.1.ebuild
deleted file mode 100644
index 36a9480d7ac4..000000000000
--- a/games-emulation/advancemame/advancemame-0.92.1.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.92.1.ebuild,v 1.1 2005/02/23 00:57:14 mr_bones_ Exp $
-
-inherit games eutils
-
-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.94.0.ebuild b/games-emulation/advancemame/advancemame-0.94.0.ebuild
index 148c3fc7adae..ce7f0b60d8ec 100644
--- a/games-emulation/advancemame/advancemame-0.94.0.ebuild
+++ b/games-emulation/advancemame/advancemame-0.94.0.ebuild
@@ -1,8 +1,8 @@
# 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.1 2005/03/22 00:06:14 mr_bones_ Exp $
+# $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 games eutils
+inherit eutils games
DESCRIPTION="GNU/Linux port of the MAME emulator with GUI menu"
HOMEPAGE="http://advancemame.sourceforge.net/"
diff --git a/games-emulation/advancemame/files/0.89.0-pic.patch b/games-emulation/advancemame/files/0.89.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.89.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.90.0-pic.patch b/games-emulation/advancemame/files/0.90.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.90.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.92.0-pic.patch b/games-emulation/advancemame/files/0.92.0-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.92.0-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/0.92.1-pic.patch b/games-emulation/advancemame/files/0.92.1-pic.patch
deleted file mode 100644
index 049befbfac2c..000000000000
--- a/games-emulation/advancemame/files/0.92.1-pic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
-@@ -28,6 +28,10 @@
- * do so, delete this exception statement from your version.
- */
-
-+#if defined(USE_ASM_INLINE) && defined(__PIC__)
-+# undef USE_ASM_INLINE
-+#endif
-+
- #include "portable.h"
-
- #include "blit.h"
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.88.0 b/games-emulation/advancemame/files/digest-advancemame-0.88.0
deleted file mode 100644
index 03d1c33fae94..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.88.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d8ae3453451caa33011b3d5d8247fdd advancemame-0.88.0.tar.gz 13729600
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.89.0 b/games-emulation/advancemame/files/digest-advancemame-0.89.0
deleted file mode 100644
index 7324c5439261..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.89.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 80841649560369e64239cc9b2a2ed818 advancemame-0.89.0.tar.gz 13865948
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.90.0 b/games-emulation/advancemame/files/digest-advancemame-0.90.0
deleted file mode 100644
index 1020d90e5c7a..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.90.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d22fe748ff265e6fe95782751dc131b8 advancemame-0.90.0.tar.gz 14124166
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.92.0 b/games-emulation/advancemame/files/digest-advancemame-0.92.0
deleted file mode 100644
index d5d5e961bd7c..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.92.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a9c65bd6e85f16e5bcdfdfa9c7b47ab advancemame-0.92.0.tar.gz 14359046
diff --git a/games-emulation/advancemame/files/digest-advancemame-0.92.1 b/games-emulation/advancemame/files/digest-advancemame-0.92.1
deleted file mode 100644
index 100b96146945..000000000000
--- a/games-emulation/advancemame/files/digest-advancemame-0.92.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e1ee34cb1cbd02c70783d0d9e468fb5 advancemame-0.92.1.tar.gz 14561601