diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-19 06:47:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-19 06:47:50 +0000 |
commit | c21ebee51460511821e58a171dc6a41f1da584f1 (patch) | |
tree | dfd8623a470abd6f51bee606b27340e27fee2986 /games-emulation | |
parent | Stable sparc, x86. (diff) | |
download | historical-c21ebee51460511821e58a171dc6a41f1da584f1.tar.gz historical-c21ebee51460511821e58a171dc6a41f1da584f1.tar.bz2 historical-c21ebee51460511821e58a171dc6a41f1da584f1.zip |
old
Diffstat (limited to 'games-emulation')
8 files changed, 8 insertions, 260 deletions
diff --git a/games-emulation/advancemame/ChangeLog b/games-emulation/advancemame/ChangeLog index 17683aa256d2..125e3fe44e27 100644 --- a/games-emulation/advancemame/ChangeLog +++ b/games-emulation/advancemame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/advancemame # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.21 2004/12/19 06:32:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.22 2004/12/19 06:47:50 mr_bones_ Exp $ + + 18 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> + -advancemame-0.85.0.ebuild, -advancemame-0.86.0.ebuild, + -advancemame-0.87.0.ebuild: + clean old *advancemame-0.89.0 (19 Dec 2004) diff --git a/games-emulation/advancemame/Manifest b/games-emulation/advancemame/Manifest index 10105ef05451..b94ce43ee2f8 100644 --- a/games-emulation/advancemame/Manifest +++ b/games-emulation/advancemame/Manifest @@ -1,23 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2c494ca4a7ee9f1a04338f654fe4083c ChangeLog 4109 -MD5 a67ea9d0aba6813bf7099ba0533ba44d advancemame-0.85.0.ebuild 1820 -MD5 c7a56ad2d4cb791e613869debc9e18df advancemame-0.86.0.ebuild 1823 +MD5 dab863f429a2629bfcafe094d9ae92a2 ChangeLog 4268 MD5 972b8c9f939a33a7074e0819fb55455c metadata.xml 962 -MD5 ebee324f3a2e25e2d43962b10672d214 advancemame-0.87.0.ebuild 1942 MD5 8cca3de56e63ac1d78313014e53534e4 advancemame-0.88.0.ebuild 1988 MD5 ad3275724819a8be11f3101c234b053f advancemame-0.89.0.ebuild 1987 -MD5 893791a430019a7eb1c0eaf15758a93f files/0.89.0-pic.patch 344 -MD5 0fcd53e6dc55e784545e640310890175 files/digest-advancemame-0.85.0 72 -MD5 cfcb101ca859965c03e4c39303d3c481 files/digest-advancemame-0.86.0 72 -MD5 2781f763e847a14eef2b5f3520b04231 files/digest-advancemame-0.87.0 72 MD5 f43f9c3039884207b6e5fc1d91bb46cb files/digest-advancemame-0.88.0 72 +MD5 893791a430019a7eb1c0eaf15758a93f files/0.89.0-pic.patch 344 MD5 8aaeef301de9a34d24cfb74973b8ef9b files/digest-advancemame-0.89.0 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBxSCAroRuSHgZdywRAudfAJ9zy5oNqbSd3A/sVcqmzjwBOGHVKwCfVUFm -5uoD3OeVzyFRNYS2+syZLtg= -=TPuf ------END PGP SIGNATURE----- diff --git a/games-emulation/advancemame/advancemame-0.85.0.ebuild b/games-emulation/advancemame/advancemame-0.85.0.ebuild deleted file mode 100644 index 3e9bbf93ce3d..000000000000 --- a/games-emulation/advancemame/advancemame-0.85.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.85.0.ebuild,v 1.2 2004/08/30 01:36:53 vapier 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="x86 ppc ~amd64" -IUSE="static svga truetype fbcon alsa oss slang sdl" - -RDEPEND="virtual/libc - app-arch/unzip - app-arch/zip - x86? ( >=dev-lang/nasm-0.98 ) - sdl? ( media-libs/libsdl ) - slang? ( sys-libs/slang ) - alsa? ( media-libs/alsa-lib ) - truetype? ( media-libs/freetype ) - svga? ( >=media-libs/svgalib-1.9 )" -DEPEND="${RDEPEND} - 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() { - PATH="${PATH}:${T}" - egamesconf \ - $(use_enable truetype freetype) \ - $(use_enable static) \ - $(use_enable x86 asm) \ - $(use_enable svga svgalib) \ - $(use_enable fbcon fb) \ - $(use_enable alsa) \ - $(use_enable oss) \ - $(use_enable slang) \ - $(use_enable sdl) \ - --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 obj/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.86.0.ebuild b/games-emulation/advancemame/advancemame-0.86.0.ebuild deleted file mode 100644 index 9524b510d896..000000000000 --- a/games-emulation/advancemame/advancemame-0.86.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.86.0.ebuild,v 1.1 2004/09/01 02:30:10 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="x86 ppc ~amd64" -IUSE="static svga truetype fbcon alsa oss slang sdl" - -RDEPEND="virtual/libc - app-arch/unzip - app-arch/zip - x86? ( >=dev-lang/nasm-0.98 ) - sdl? ( media-libs/libsdl ) - slang? ( sys-libs/slang ) - alsa? ( media-libs/alsa-lib ) - truetype? ( media-libs/freetype ) - svga? ( >=media-libs/svgalib-1.9 )" -DEPEND="${RDEPEND} - 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() { - PATH="${PATH}:${T}" - egamesconf \ - $(use_enable truetype freetype) \ - $(use_enable static) \ - $(use_enable x86 asm) \ - $(use_enable svga svgalib) \ - $(use_enable fbcon fb) \ - $(use_enable alsa) \ - $(use_enable oss) \ - $(use_enable slang) \ - $(use_enable sdl) \ - --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 obj/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.87.0.ebuild b/games-emulation/advancemame/advancemame-0.87.0.ebuild deleted file mode 100644 index 4250de9d7232..000000000000 --- a/games-emulation/advancemame/advancemame-0.87.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.87.0.ebuild,v 1.1 2004/09/25 07:21:11 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="x86 ppc ~amd64" -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() { - 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 obj/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.85.0 b/games-emulation/advancemame/files/digest-advancemame-0.85.0 deleted file mode 100644 index 295f0e0f3163..000000000000 --- a/games-emulation/advancemame/files/digest-advancemame-0.85.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 74624559247d25e5396b77a9f6efaac9 advancemame-0.85.0.tar.gz 12870504 diff --git a/games-emulation/advancemame/files/digest-advancemame-0.86.0 b/games-emulation/advancemame/files/digest-advancemame-0.86.0 deleted file mode 100644 index ef56d3ea3c76..000000000000 --- a/games-emulation/advancemame/files/digest-advancemame-0.86.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c52ee3bdb67bd0b161a2b697d8d1f01 advancemame-0.86.0.tar.gz 12989240 diff --git a/games-emulation/advancemame/files/digest-advancemame-0.87.0 b/games-emulation/advancemame/files/digest-advancemame-0.87.0 deleted file mode 100644 index 7694dbbed315..000000000000 --- a/games-emulation/advancemame/files/digest-advancemame-0.87.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 498d3502e97784e4abc6af6273e50109 advancemame-0.87.0.tar.gz 13069778 |