diff options
author | 2006-03-12 04:31:28 +0000 | |
---|---|---|
committer | 2006-03-12 04:31:28 +0000 | |
commit | 554be5edf78c54d88fa788b3d3a4951f568957ae (patch) | |
tree | 36f639ad496a0357092116c265778207da8fb6e0 /games-puzzle/flobopuyo | |
parent | Removing older version with same keywords. (diff) | |
download | gentoo-2-554be5edf78c54d88fa788b3d3a4951f568957ae.tar.gz gentoo-2-554be5edf78c54d88fa788b3d3a4951f568957ae.tar.bz2 gentoo-2-554be5edf78c54d88fa788b3d3a4951f568957ae.zip |
let portage handle the stripping of the binary (bug #125550)
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'games-puzzle/flobopuyo')
-rw-r--r-- | games-puzzle/flobopuyo/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/flobopuyo/flobopuyo-0.20.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-puzzle/flobopuyo/ChangeLog b/games-puzzle/flobopuyo/ChangeLog index 4da3227d0dac..58094f4ba0e8 100644 --- a/games-puzzle/flobopuyo/ChangeLog +++ b/games-puzzle/flobopuyo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/flobopuyo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.6 2006/02/02 07:23:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.7 2006/03/12 04:31:28 mr_bones_ Exp $ + + 12 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> + flobopuyo-0.20.ebuild: + let portage handle the stripping of the binary (bug #125550) 02 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> +files/flobopuyo-0.20-gcc41.patch, flobopuyo-0.20.ebuild: diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild index a2203badc643..923528327bbd 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20.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/flobopuyo/flobopuyo-0.20.ebuild,v 1.7 2006/02/02 07:23:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild,v 1.8 2006/03/12 04:31:28 mr_bones_ Exp $ inherit toolchain-funcs eutils games @@ -28,6 +28,7 @@ src_unpack() { find . -type f -name ".*" -exec rm -f \{\} \; sed -i \ + -e "/strip/d" \ -e "s:^DATADIR=.*:DATADIR=\"${GAMES_DATADIR}/${PN}\":" \ -e "/^INSTALL_BINDIR/s:/\$(PREFIX)/games:${GAMES_BINDIR}:" \ -e "/^CC=/s/g++/$(tc-getCXX)/" \ |