summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-29 16:03:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-29 16:03:10 +0000
commit262d0af09bbff53ce5d3567330740bddca317c7c (patch)
tree84fb786736a074edf57c4ca808d3adf1d7031058 /games-puzzle/ngstar
parentHomepage is back. (diff)
downloadgentoo-2-262d0af09bbff53ce5d3567330740bddca317c7c.tar.gz
gentoo-2-262d0af09bbff53ce5d3567330740bddca317c7c.tar.bz2
gentoo-2-262d0af09bbff53ce5d3567330740bddca317c7c.zip
Fixed binaries being pre-stripped. Thanks to Tristan Heaven <tristanheaven@gmail.com> for the patch. Closing bug #137720.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-puzzle/ngstar')
-rw-r--r--games-puzzle/ngstar/ChangeLog7
-rw-r--r--games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/games-puzzle/ngstar/ChangeLog b/games-puzzle/ngstar/ChangeLog
index 4631bcdaac38..a1221bc3950b 100644
--- a/games-puzzle/ngstar/ChangeLog
+++ b/games-puzzle/ngstar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/ngstar
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ChangeLog,v 1.4 2006/06/01 20:39:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ChangeLog,v 1.5 2006/06/29 16:03:10 wolf31o2 Exp $
+
+ 29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ ngstar-2.1.8-r2.ebuild:
+ Fixed binaries being pre-stripped. Thanks to Tristan Heaven
+ <tristanheaven@gmail.com> for the patch. Closing bug #137720.
*ngstar-2.1.8-r2 (01 Jun 2006)
diff --git a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
index 80ff580f9b3d..c398a2fd1288 100644
--- a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
+++ b/games-puzzle/ngstar/ngstar-2.1.8-r2.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-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.1 2006/06/01 20:39:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.2 2006/06/29 16:03:10 wolf31o2 Exp $
inherit eutils games
@@ -23,7 +23,8 @@ src_unpack() {
-e "s:@GENTOO_DATA@:${GAMES_DATADIR}:" \
-e "s:@GENTOO_BIN@:${GAMES_BINDIR}:" \
-e "/^CPPFLAGS/s:+=:+= ${CXXFLAGS}:" \
- configure
+ configure || die "sed configure failed"
+ sed -i '/strip/d' src/Makefile || die "sed makefile failed"
}
src_compile() {