summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-emulation/advancescan/ChangeLog8
-rw-r--r--games-emulation/advancescan/advancescan-1.14.ebuild31
-rw-r--r--games-emulation/advancescan/files/advancescan-1.14-sys-expat.patch77
3 files changed, 6 insertions, 110 deletions
diff --git a/games-emulation/advancescan/ChangeLog b/games-emulation/advancescan/ChangeLog
index f52789030460..e0204eac30e2 100644
--- a/games-emulation/advancescan/ChangeLog
+++ b/games-emulation/advancescan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/advancescan
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.9 2013/02/25 11:40:49 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.10 2014/07/24 23:44:57 mr_bones_ Exp $
+
+ 24 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -advancescan-1.14.ebuild,
+ -files/advancescan-1.14-sys-expat.patch:
+ old
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> advancescan-1.16.ebuild:
Stable for x86, wrt bug #458652
diff --git a/games-emulation/advancescan/advancescan-1.14.ebuild b/games-emulation/advancescan/advancescan-1.14.ebuild
deleted file mode 100644
index 9f63366693cb..000000000000
--- a/games-emulation/advancescan/advancescan-1.14.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.3 2012/10/24 10:57:46 ago Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="A command line rom manager for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine"
-HOMEPAGE="http://advancemame.sourceforge.net/scan-readme.html"
-SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/expat"
-
-src_prepare() {
- rm -rf expat
- epatch "${FILESDIR}"/${P}-sys-expat.patch
- eautoreconf
-}
-
-src_install() {
- dogamesbin advscan advdiff || die "dogamesbin failed"
- dodoc AUTHORS HISTORY README doc/*.txt advscan.rc.linux
- doman doc/{advscan,advdiff}.1
- dohtml doc/*.html
- prepgamesdirs
-}
diff --git a/games-emulation/advancescan/files/advancescan-1.14-sys-expat.patch b/games-emulation/advancescan/files/advancescan-1.14-sys-expat.patch
deleted file mode 100644
index 3f4ca98e4507..000000000000
--- a/games-emulation/advancescan/files/advancescan-1.14-sys-expat.patch
+++ /dev/null
@@ -1,77 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -30,6 +30,7 @@
-
- # Checks for libraries.
- AC_CHECK_LIB([z], [adler32], [], [AC_MSG_ERROR([the libz library is missing])])
-+AC_CHECK_LIB([expat], [XML_Parse], [], [AC_MSG_ERROR([the expat library is missing])])
-
- # Checks for header files.
- AC_HEADER_STDC
---- gamexml.cc
-+++ gamexml.cc
-@@ -22,7 +22,7 @@
-
- #include "game.h"
- #include "strcov.h"
--#include "expat/expat.h"
-+#include <expat.h>
-
- #include <string>
- #include <iostream>
---- Makefile.am
-+++ Makefile.am
-@@ -18,10 +18,7 @@
- siglock.cc \
- getopt.c \
- snprintf.c \
-- lib/readinfo.c \
-- expat/xmlrole.c \
-- expat/xmlparse.c \
-- expat/xmltok.c
-+ lib/readinfo.c
-
- advscan_SOURCES = \
- scan.cc \
-@@ -43,10 +40,7 @@
- siglock.cc \
- getopt.c \
- snprintf.c \
-- lib/readinfo.c \
-- expat/xmlrole.c \
-- expat/xmlparse.c \
-- expat/xmltok.c
-+ lib/readinfo.c
-
- EXTRA_DIST = advscan.rc.linux advscan.rc.dos \
- README AUTHORS HISTORY INSTALL COPYING \
-@@ -82,28 +76,7 @@
- portable.h \
- lib/readinfo.h \
- lib/endianrw.h \
-- lib/extra.h \
-- expat/COPYING \
-- expat/README \
-- expat/ascii.h \
-- expat/asciitab.h \
-- expat/expat-1.95.8.diff \
-- expat/expat.h \
-- expat/iasciitab.h \
-- expat/expatcfg.h \
-- expat/expat_external.h \
-- expat/internal.h \
-- expat/latin1tab.h \
-- expat/nametab.h \
-- expat/utf8tab.h \
-- expat/xmlparse.c \
-- expat/xmlrole.c \
-- expat/xmlrole.h \
-- expat/xmltok.c \
-- expat/xmltok.h \
-- expat/xmltok_impl.c \
-- expat/xmltok_impl.h \
-- expat/xmltok_ns.c
-+ lib/extra.h
-
- man_MANS = doc/advscan.1 doc/advdiff.1
-