summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-04-22 14:38:30 +0000
committerMichael Januszewski <spock@gentoo.org>2007-04-22 14:38:30 +0000
commit24e84d63519dc75402ade25acfa5d91a533052c3 (patch)
tree8f07e1f5f99eafb285f78fa5dc9788f6b41ff3c9 /media-gfx/fbida
parentia64 stable (diff)
downloadgentoo-2-24e84d63519dc75402ade25acfa5d91a533052c3.tar.gz
gentoo-2-24e84d63519dc75402ade25acfa5d91a533052c3.tar.bz2
gentoo-2-24e84d63519dc75402ade25acfa5d91a533052c3.zip
Let the package manager decide whether the binaries should be stripped (bug #175572).
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-gfx/fbida')
-rw-r--r--media-gfx/fbida/ChangeLog7
-rw-r--r--media-gfx/fbida/fbida-2.03-r4.ebuild5
-rw-r--r--media-gfx/fbida/fbida-2.05.ebuild5
3 files changed, 14 insertions, 3 deletions
diff --git a/media-gfx/fbida/ChangeLog b/media-gfx/fbida/ChangeLog
index a5209f8f63df..8b64f896f719 100644
--- a/media-gfx/fbida/ChangeLog
+++ b/media-gfx/fbida/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/fbida
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.29 2007/04/11 18:50:49 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.30 2007/04/22 14:38:30 spock Exp $
+
+ 22 Apr 2007; Michał Januszewski <spock@gentoo.org> fbida-2.03-r4.ebuild,
+ fbida-2.05.ebuild:
+ Let the package manager decide whether the binaries should be stripped (bug
+ #175572).
11 Apr 2007; Peter Weller <welp@gentoo.org> fbida-2.03-r4.ebuild:
Stable on amd64 wrt bug 174094
diff --git a/media-gfx/fbida/fbida-2.03-r4.ebuild b/media-gfx/fbida/fbida-2.03-r4.ebuild
index a9bd2ee3a668..bcf28c490446 100644
--- a/media-gfx/fbida/fbida-2.03-r4.ebuild
+++ b/media-gfx/fbida/fbida-2.03-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild,v 1.3 2007/04/11 18:50:49 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild,v 1.4 2007/04/22 14:38:30 spock Exp $
inherit eutils
@@ -40,6 +40,9 @@ src_unpack() {
sed -e 's/DGifOpenFileName,ungif/DGifOpenFileName,gif/' \
-e 's/-lungif/-lgif/' -i ${S}/GNUmakefile
sed -e 's/SAVER/SAFER/g' -i ${S}/fbgs
+
+ # We don't want the binaries to be stripped automatically.
+ sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' ${S}/mk/Variables.mk
}
src_compile() {
diff --git a/media-gfx/fbida/fbida-2.05.ebuild b/media-gfx/fbida/fbida-2.05.ebuild
index 190de7ead1a4..3df32f06c0bb 100644
--- a/media-gfx/fbida/fbida-2.05.ebuild
+++ b/media-gfx/fbida/fbida-2.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild,v 1.4 2007/03/27 13:08:50 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild,v 1.5 2007/04/22 14:38:30 spock Exp $
inherit eutils toolchain-funcs
@@ -43,6 +43,9 @@ src_unpack() {
sed -e 's/-Wno-pointer-sign//' -i ${S}/GNUmakefile
fi
+ # We don't want the binaries to be stripped automatically.
+ sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' ${S}/mk/Variables.mk
+
epatch ${FILESDIR}/fbida-2.05-asmpage-fix.patch
}