diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-26 18:55:58 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-26 18:55:58 +0000 |
commit | 5bb37d4a0d3bd3041861be7651c72300262279fe (patch) | |
tree | 7b78c646a9dc52b33703061d8ec1c325c7e2ce00 /games-util | |
parent | Silent bump to hibernate-script-1.93-patches-0.5 to fix #146352 (thanks Alexa... (diff) | |
download | gentoo-2-5bb37d4a0d3bd3041861be7651c72300262279fe.tar.gz gentoo-2-5bb37d4a0d3bd3041861be7651c72300262279fe.tar.bz2 gentoo-2-5bb37d4a0d3bd3041861be7651c72300262279fe.zip |
Let portage strip binaries, bug #137836
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/ucon64/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/ucon64/ucon64-2.0.0.ebuild | 13 |
2 files changed, 16 insertions, 4 deletions
diff --git a/games-util/ucon64/ChangeLog b/games-util/ucon64/ChangeLog index 980e7f825daa..ca8b31c0c14c 100644 --- a/games-util/ucon64/ChangeLog +++ b/games-util/ucon64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/ucon64 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.7 2005/08/23 17:15:46 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.8 2006/09/26 18:55:58 nyhm Exp $ + + 26 Sep 2006; Tristan Heaven <nyhm@gentoo.org> ucon64-2.0.0.ebuild: + Let portage strip binaries, bug #137836 *ucon64-2.0.0 (23 Aug 2005) diff --git a/games-util/ucon64/ucon64-2.0.0.ebuild b/games-util/ucon64/ucon64-2.0.0.ebuild index 9ba8bd0fa768..c9f0bdc810ae 100644 --- a/games-util/ucon64/ucon64-2.0.0.ebuild +++ b/games-util/ucon64/ucon64-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-2.0.0.ebuild,v 1.1 2005/08/23 17:15:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-2.0.0.ebuild,v 1.2 2006/09/26 18:55:58 nyhm Exp $ DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" HOMEPAGE="http://ucon64.sourceforge.net/" @@ -15,6 +15,15 @@ DEPEND="sys-libs/zlib" S=${WORKDIR}/${P}-src +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "/^CFLAGS/s/-O3/${CFLAGS}/" \ + -e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \ + src/{,libdiscmage/}Makefile.in || die "sed failed" +} + src_compile() { local myconf |