summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-02-11 04:15:51 +0100
committerMartin Väth <martin@mvath.de>2018-02-11 04:24:17 +0100
commit0e370e91ee2ccdec6796280ca1f23a141e36699e (patch)
tree539ddf89cd4335b99ee246ae6b0164c51837b243 /games-emulation/xmess
parentMerge pull request #4 from Francesco149/xmame-fixes (diff)
downloadmv-0e370e91ee2ccdec6796280ca1f23a141e36699e.tar.gz
mv-0e370e91ee2ccdec6796280ca1f23a141e36699e.tar.bz2
mv-0e370e91ee2ccdec6796280ca1f23a141e36699e.zip
games-emulation/xmame games-emulation/xmess: Credits, update URL, revbump
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r--games-emulation/xmess/files/xmess-0.106-overflow.patch4
-rw-r--r--games-emulation/xmess/xmess-0.106-r1.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/xmess/files/xmess-0.106-overflow.patch b/games-emulation/xmess/files/xmess-0.106-overflow.patch
index 0c4c2ac1..c231c568 100644
--- a/games-emulation/xmess/files/xmess-0.106-overflow.patch
+++ b/games-emulation/xmess/files/xmess-0.106-overflow.patch
@@ -1,5 +1,5 @@
---- mess/machine/corvushd.c.old 2011-06-30 11:41:55.987772189 +0200
-+++ mess/machine/corvushd.c 2011-06-30 11:42:15.215986836 +0200
+--- a/mess/machine/corvushd.c
++++ b/mess/machine/corvushd.c
@@ -243,7 +243,7 @@
/* */
struct {
diff --git a/games-emulation/xmess/xmess-0.106-r1.ebuild b/games-emulation/xmess/xmess-0.106-r1.ebuild
index 612d0068..643a9060 100644
--- a/games-emulation/xmess/xmess-0.106-r1.ebuild
+++ b/games-emulation/xmess/xmess-0.106-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ TARGET="${PN}"
DESCRIPTION="Multiple Arcade Machine Emulator for X11"
HOMEPAGE="http://x.mame.net/"
-SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
+SRC_URI="http://gentoo.osuosl.org/distfiles/xmame-${PV}.tar.bz2"
LICENSE="XMAME"
SLOT="0"
@@ -43,6 +43,7 @@ DEPEND="${RDEPEND}
# icc? ( dev-lang/icc )
S=${WORKDIR}/xmame-${PV}
+PATCHES=("${FILESDIR}"/${P}-overflow.patch)
toggle_feature() {
if use $1 ; then
@@ -141,8 +142,7 @@ EOF
-e 's/doinstallsuid/doinstall/' \
-e '/^QUIET/s:^:#:' src/unix/unix.mak \
|| die "sed src/unix/unix.mak failed"
- eapply -p0 "${FILESDIR}"/${P}-overflow.patch
- eapply_user
+ default
}
src_compile() {