summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-08-21 00:14:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-08-21 00:14:56 +0000
commit8e8a347f0978964f537744dc4413a349414beb36 (patch)
tree1c0af163ef98becdc5d7ffa4da4511e2e43feaa3 /games-strategy
parentStable on amd64 (diff)
downloadgentoo-2-8e8a347f0978964f537744dc4413a349414beb36.tar.gz
gentoo-2-8e8a347f0978964f537744dc4413a349414beb36.tar.bz2
gentoo-2-8e8a347f0978964f537744dc4413a349414beb36.zip
add debug eclass; avoid prestripped binaries
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wormux/ChangeLog5
-rw-r--r--games-strategy/wormux/wormux-0.7.3.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/games-strategy/wormux/ChangeLog b/games-strategy/wormux/ChangeLog
index d32d4547bd2d..60aef80cf744 100644
--- a/games-strategy/wormux/ChangeLog
+++ b/games-strategy/wormux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wormux
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.13 2006/08/15 21:13:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.14 2006/08/21 00:14:56 mr_bones_ Exp $
+
+ 21 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> wormux-0.7.3.ebuild:
+ add debug eclass; avoid prestripped binaries
15 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> wormux-0.7.3.ebuild:
stable for x86
diff --git a/games-strategy/wormux/wormux-0.7.3.ebuild b/games-strategy/wormux/wormux-0.7.3.ebuild
index 44bf67b6a03b..556247344db3 100644
--- a/games-strategy/wormux/wormux-0.7.3.ebuild
+++ b/games-strategy/wormux/wormux-0.7.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.3.ebuild,v 1.3 2006/08/15 21:13:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.3.ebuild,v 1.4 2006/08/21 00:14:56 mr_bones_ Exp $
-inherit eutils games
+inherit eutils debug games
DESCRIPTION="A free Worms clone"
HOMEPAGE="http://www.wormux.org/"
@@ -31,6 +31,11 @@ src_unpack() {
"${FILESDIR}/${P}-fix-gettext-Makefile.patch" \
"${FILESDIR}/${P}-user-CFLAGS.patch" \
"${FILESDIR}/${P}-fix-tr.po.patch"
+ # avoid the strip on install
+ sed -i \
+ -e "s/@INSTALL_STRIP_PROGRAM@/@INSTALL_PROGRAM@/" \
+ src/Makefile.in \
+ || die "sed failed"
}
src_compile() {