From b3996330e3dbe1b2254b79092e19df1f57d644c4 Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Tue, 25 Sep 2007 21:46:35 +0000 Subject: Restrict strip (helperblocks is distributed without symbols table). (Portage version: 2.1.3.9) --- dev-util/helpblocks/ChangeLog | 5 ++++- dev-util/helpblocks/helpblocks-1.19.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-util/helpblocks') diff --git a/dev-util/helpblocks/ChangeLog b/dev-util/helpblocks/ChangeLog index 85f8a72d9bf0..bd21c0fbf905 100644 --- a/dev-util/helpblocks/ChangeLog +++ b/dev-util/helpblocks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/helpblocks # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.3 2007/01/14 22:17:44 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.4 2007/09/25 21:46:35 mrness Exp $ + + 25 Sep 2007; Alin Năstac helpblocks-1.19.ebuild: + Restrict strip (helperblocks is distributed without symbols table). 14 Jan 2007; Alin Năstac -helpblocks-1.18.ebuild: Remove old version. diff --git a/dev-util/helpblocks/helpblocks-1.19.ebuild b/dev-util/helpblocks/helpblocks-1.19.ebuild index c0077e2cc5df..117c723c237c 100644 --- a/dev-util/helpblocks/helpblocks-1.19.ebuild +++ b/dev-util/helpblocks/helpblocks-1.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild,v 1.2 2007/06/19 17:36:21 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild,v 1.3 2007/09/25 21:46:35 mrness Exp $ DESCRIPTION="HTML Help Editor for wxWidgets" HOMEPAGE="http://www.helpblocks.com/" @@ -11,6 +11,7 @@ LICENSE="as-is" KEYWORDS="-* ~amd64 ~x86" IUSE="" +DEPEND="" RDEPEND=">=x11-libs/gtk+-2 >=media-libs/libpng-1.2 media-libs/jpeg @@ -19,6 +20,8 @@ RDEPEND=">=x11-libs/gtk+-2 S="${WORKDIR}" +RESTRICT="strip" # the helpblocks program is already stripped + src_install() { dodir /opt/helpblocks tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball" -- cgit v1.2.3-65-gdbad