From 3ec45a4be7af6ca89a4f661cb3e14352380a91c7 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 23 Jun 2006 00:01:53 +0000 Subject: avoid prestripping binaries (bug #137672) - patch from Tristan Heaven (Portage version: 2.1.1_pre1-r1) --- games-arcade/tomatoes/ChangeLog | 6 +++++- games-arcade/tomatoes/tomatoes-1.55-r1.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'games-arcade/tomatoes') 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 + tomatoes-1.55-r1.ebuild: + avoid prestripping binaries (bug #137672) - patch from Tristan Heaven 13 Apr 2006; Chris Gianelloni -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() { -- cgit v1.2.3-65-gdbad