summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-12 20:35:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-12 20:35:13 +0000
commitd820d8f930410e4e7fd539ff1cd18f3885d48f0b (patch)
treee12b47cf0249340ddd7fd6cb2e55cbc79ab96070 /games-emulation/xmame
parentsparc header fix sent by me upstream abouta month ago. (diff)
downloadhistorical-d820d8f930410e4e7fd539ff1cd18f3885d48f0b.tar.gz
historical-d820d8f930410e4e7fd539ff1cd18f3885d48f0b.tar.bz2
historical-d820d8f930410e4e7fd539ff1cd18f3885d48f0b.zip
Don't try to install setuid (bug #81693)
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r--games-emulation/xmame/ChangeLog5
-rw-r--r--games-emulation/xmame/Manifest4
-rw-r--r--games-emulation/xmame/xmame-0.90.ebuild5
3 files changed, 10 insertions, 4 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog
index 4906ecba56a1..0fa964735513 100644
--- a/games-emulation/xmame/ChangeLog
+++ b/games-emulation/xmame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/xmame
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.33 2005/02/12 05:55:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.34 2005/02/12 20:35:13 mr_bones_ Exp $
+
+ 12 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> xmame-0.90.ebuild:
+ Don't try to install setuid (bug #81693)
12 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> -xmame-0.86.ebuild,
-xmame-0.88.ebuild, -xmame-0.89.ebuild:
diff --git a/games-emulation/xmame/Manifest b/games-emulation/xmame/Manifest
index b9d010a3dbbd..304b84307a39 100644
--- a/games-emulation/xmame/Manifest
+++ b/games-emulation/xmame/Manifest
@@ -1,8 +1,8 @@
-MD5 a0b7d295e785bd65e14d67f0399637e4 ChangeLog 7811
+MD5 2eb2babfda7d1218171713903ec929ce ChangeLog 7929
MD5 e44da7fe9271f2f2e299cc34df120830 metadata.xml 1537
MD5 b0de8d77662b30f936081d2ce46c0eeb xmame-0.82.1.ebuild 6438
MD5 33e6fdecc49c4a9b7fe62bc42ae7b9df xmame-0.83.1.ebuild 6777
-MD5 31a7783c16d9f23435dd3ba030e363e5 xmame-0.90.ebuild 5532
+MD5 8a2f29f9b5409562fc439963d723dc64 xmame-0.90.ebuild 5656
MD5 9bbbd2de60f0c41f643674a694cd2c90 files/0.77.1-alsa-1.0.0.patch 438
MD5 13dc5b32bbff98dec74c41dd0c9b33a1 files/0.77.1-glx-fix.patch 597
MD5 93b9c4a740015eb7262b223c7b8b7bbf files/0.77.1-icc.patch 584
diff --git a/games-emulation/xmame/xmame-0.90.ebuild b/games-emulation/xmame/xmame-0.90.ebuild
index 21bd5fc76e6d..0ea79180de88 100644
--- a/games-emulation/xmame/xmame-0.90.ebuild
+++ b/games-emulation/xmame/xmame-0.90.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.90.ebuild,v 1.1 2005/01/24 06:00:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.90.ebuild,v 1.2 2005/02/12 20:35:13 mr_bones_ Exp $
inherit flag-o-matic gcc eutils games
@@ -119,7 +119,10 @@ src_unpack() {
-e "s:[Xx]mame:${TARGET}:g" \
doc/*.6 \
|| die "sed man pages failed"
+ # no, we don't want to install setuid (bug #81693)
sed -i \
+ -e 's/^doinstallsuid/notforus/' \
+ -e 's/doinstallsuid/doinstall/' \
-e '/^QUIET/s:^:#:' src/unix/unix.mak \
|| die "sed src/unix/unix.mak failed"
}