summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-06-23 00:01:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-06-23 00:01:53 +0000
commit3ec45a4be7af6ca89a4f661cb3e14352380a91c7 (patch)
tree18bb41212f3213dda7a43159507eb9a53b4a14e2 /games-arcade/tomatoes
parentno stripping please. bug #137669 reported by Tristan Heaven (diff)
downloadgentoo-2-3ec45a4be7af6ca89a4f661cb3e14352380a91c7.tar.gz
gentoo-2-3ec45a4be7af6ca89a4f661cb3e14352380a91c7.tar.bz2
gentoo-2-3ec45a4be7af6ca89a4f661cb3e14352380a91c7.zip
avoid prestripping binaries (bug #137672) - patch from Tristan Heaven
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-arcade/tomatoes')
-rw-r--r--games-arcade/tomatoes/ChangeLog6
-rw-r--r--games-arcade/tomatoes/tomatoes-1.55-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog
index 8b68a919a573..629930145621 100644
--- a/games-arcade/tomatoes/ChangeLog
+++ b/games-arcade/tomatoes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/tomatoes
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.11 2006/04/13 20:26:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.12 2006/06/23 00:01:53 mr_bones_ Exp $
+
+ 23 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org>
+ tomatoes-1.55-r1.ebuild:
+ avoid prestripping binaries (bug #137672) - patch from Tristan Heaven
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> -tomatoes-1.55.ebuild:
Cleaning up older ebuilds.
diff --git a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild
index c70e9f5da800..31da57863c8d 100644
--- a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild
+++ b/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.4 2006/04/13 20:25:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.5 2006/06/23 00:01:53 mr_bones_ Exp $
inherit eutils games
@@ -40,6 +40,7 @@ src_unpack() {
-e '/^CC/d' \
-e '/^MARCH/d' \
-e "/^CFLAGS/s/=.*$/= ${CFLAGS} \$(SDL_FLAGS)/" \
+ -e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \
-e "/^MPKDIR = /s:./:${GAMES_DATADIR}/${PN}/:" \
-e "/^MUSICDIR = /s:./music/:${GAMES_DATADIR}/${PN}/music/:" \
-e "/^HISCOREDIR = /s:./:${GAMES_STATEDIR}/${PN}/:" \
@@ -48,7 +49,7 @@ src_unpack() {
makefile \
|| die "sed failed"
- epatch ${FILESDIR}/${P}-c_str.patch
+ epatch "${FILESDIR}"/${P}-c_str.patch
}
src_install() {