summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-09-25 21:46:35 +0000
committerAlin Năstac <mrness@gentoo.org>2007-09-25 21:46:35 +0000
commitb3996330e3dbe1b2254b79092e19df1f57d644c4 (patch)
treea1bbbe0bfc4a38c442ceb56a2493463ba0c7f12b /dev-util/helpblocks
parentVersion bump. (diff)
downloadgentoo-2-b3996330e3dbe1b2254b79092e19df1f57d644c4.tar.gz
gentoo-2-b3996330e3dbe1b2254b79092e19df1f57d644c4.tar.bz2
gentoo-2-b3996330e3dbe1b2254b79092e19df1f57d644c4.zip
Restrict strip (helperblocks is distributed without symbols table).
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-util/helpblocks')
-rw-r--r--dev-util/helpblocks/ChangeLog5
-rw-r--r--dev-util/helpblocks/helpblocks-1.19.ebuild7
2 files changed, 9 insertions, 3 deletions
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 <mrness@gentoo.org> helpblocks-1.19.ebuild:
+ Restrict strip (helperblocks is distributed without symbols table).
14 Jan 2007; Alin Năstac <mrness@gentoo.org> -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"