From 21f8e601b64462ffcef2718ad63544787eaf05ca Mon Sep 17 00:00:00 2001 From: Rémi Cardona Date: Sat, 13 Sep 2008 12:56:12 +0000 Subject: app-editors/mlview: filter out --as-needed, see bug #179819, various ebuild improvements (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r3 i686) --- app-editors/mlview/ChangeLog | 7 +++++-- app-editors/mlview/mlview-0.8-r1.ebuild | 16 ++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'app-editors/mlview') diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index c2cbec31cd18..b66201a55912 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.19 2007/10/11 20:03:42 remi Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.20 2008/09/13 12:56:12 remi Exp $ + + 13 Sep 2008; Rémi Cardona mlview-0.8-r1.ebuild: + filter out --as-needed, see bug #179819, various ebuild improvements 11 Oct 2007; Rémi Cardona mlview-0.8-r1.ebuild: update gtksourceview deps (see bug #195366) diff --git a/app-editors/mlview/mlview-0.8-r1.ebuild b/app-editors/mlview/mlview-0.8-r1.ebuild index 0f77e3f3c857..4f1830d5e719 100644 --- a/app-editors/mlview/mlview-0.8-r1.ebuild +++ b/app-editors/mlview/mlview-0.8-r1.ebuild @@ -1,8 +1,8 @@ -# 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/mlview/mlview-0.8-r1.ebuild,v 1.6 2007/10/11 20:03:42 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8-r1.ebuild,v 1.7 2008/09/13 12:56:12 remi Exp $ -inherit eutils gnome2 +inherit eutils gnome2 flag-o-matic DESCRIPTION="XML editor for the GNOME environment" HOMEPAGE="http://www.freespiders.org/projects/gmlview/" @@ -28,10 +28,14 @@ DEPEND="${RDEPEND} DOCS="ABOUT-NLS AUTHORS BRANCHES ChangeLog COPYRIGHT NEWS README" +pkg_setup() { + # see bug #179819 + append-ldflags -Wl,--no-as-needed +} + src_unpack() { - unpack "${A}" - cd "${S}" + gnome2_src_unpack # Small corrections for mlview.desktop - epatch ${FILESDIR}/${P}-dot_desktop.patch + epatch "${FILESDIR}/${P}-dot_desktop.patch" } -- cgit v1.2.3-65-gdbad