diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 18:20:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 18:20:19 +0000 |
commit | 29c719856dfca7051f9a6c9692e7226221fccf4c (patch) | |
tree | af9190b8a6c63a5b3ef093577721528f9a660a59 /games-emulation | |
parent | old (diff) | |
download | gentoo-2-29c719856dfca7051f9a6c9692e7226221fccf4c.tar.gz gentoo-2-29c719856dfca7051f9a6c9692e7226221fccf4c.tar.bz2 gentoo-2-29c719856dfca7051f9a6c9692e7226221fccf4c.zip |
version bump (bug #452284)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/advancescan/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/advancescan/advancescan-1.16.ebuild | 32 | ||||
-rw-r--r-- | games-emulation/advancescan/files/advancescan-1.16-sys-expat.patch | 77 |
3 files changed, 117 insertions, 2 deletions
diff --git a/games-emulation/advancescan/ChangeLog b/games-emulation/advancescan/ChangeLog index dd542d1f3c7f..3193eff95131 100644 --- a/games-emulation/advancescan/ChangeLog +++ b/games-emulation/advancescan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/advancescan -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.6 2012/10/24 10:57:46 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.7 2013/01/22 18:20:18 mr_bones_ Exp $ + +*advancescan-1.16 (22 Jan 2013) + + 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> +advancescan-1.16.ebuild, + +files/advancescan-1.16-sys-expat.patch: + version bump (bug #452284) 24 Oct 2012; Agostino Sarubbo <ago@gentoo.org> advancescan-1.14.ebuild: Add ~amd64, wrt bug #439330 diff --git a/games-emulation/advancescan/advancescan-1.16.ebuild b/games-emulation/advancescan/advancescan-1.16.ebuild new file mode 100644 index 000000000000..e72c7655749e --- /dev/null +++ b/games-emulation/advancescan/advancescan-1.16.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.16.ebuild,v 1.1 2013/01/22 18:20:18 mr_bones_ 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 + sys-libs/zlib" + +src_prepare() { + rm -rf expat + epatch "${FILESDIR}"/${P}-sys-expat.patch + eautoreconf +} + +src_install() { + dogamesbin advscan advdiff || die + 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.16-sys-expat.patch b/games-emulation/advancescan/files/advancescan-1.16-sys-expat.patch new file mode 100644 index 000000000000..3f4ca98e4507 --- /dev/null +++ b/games-emulation/advancescan/files/advancescan-1.16-sys-expat.patch @@ -0,0 +1,77 @@ +--- 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 + |