summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 16:09:58 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 16:09:58 +0000
commitf64f097af7c23623c47ae9bbf97074647cd409ef (patch)
tree65b3f35fc1f6c41176c92f2c3810fd14b703ebfe /app-editors/bluefish
parentAdded ~ppc64; bug #211791 (diff)
downloadgentoo-2-f64f097af7c23623c47ae9bbf97074647cd409ef.tar.gz
gentoo-2-f64f097af7c23623c47ae9bbf97074647cd409ef.tar.bz2
gentoo-2-f64f097af7c23623c47ae9bbf97074647cd409ef.zip
Don't strip, bug #152228
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r--app-editors/bluefish/ChangeLog7
-rw-r--r--app-editors/bluefish/bluefish-1.0.7.ebuild11
2 files changed, 14 insertions, 4 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 091e68824da2..bffb64e79fcc 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/bluefish
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.55 2007/01/19 04:42:51 hanno Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.56 2008/03/26 16:09:58 armin76 Exp $
+
+ 26 Mar 2008; Raúl Porcel <armin76@gentoo.org> bluefish-1.0.7.ebuild:
+ Don't strip, bug #152228
*bluefish-1.0.7 (19 Jan 2007)
diff --git a/app-editors/bluefish/bluefish-1.0.7.ebuild b/app-editors/bluefish/bluefish-1.0.7.ebuild
index 3c1f70fb344c..44dc32322f83 100644
--- a/app-editors/bluefish/bluefish-1.0.7.ebuild
+++ b/app-editors/bluefish/bluefish-1.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.1 2007/01/19 04:42:51 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.2 2008/03/26 16:09:58 armin76 Exp $
inherit eutils fdo-mime
@@ -23,6 +23,13 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
gnome? ( gnome-base/libgnomeui )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e 's/-s -m 755/-m 755/g' src/Makefile.in
+}
+
src_compile() {
econf --disable-update-databases \
`use_enable nls` \