summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-11-13 09:41:42 +0000
committerAlin Năstac <mrness@gentoo.org>2006-11-13 09:41:42 +0000
commitca8533339f2bb63312244507aa45de8e1cedbac8 (patch)
tree4ba54edf6bad5125ffac4973ee8864bd0e73a3a1 /dev-util/helpblocks
parentMarked stable on x86. (diff)
downloadgentoo-2-ca8533339f2bb63312244507aa45de8e1cedbac8.tar.gz
gentoo-2-ca8533339f2bb63312244507aa45de8e1cedbac8.tar.bz2
gentoo-2-ca8533339f2bb63312244507aa45de8e1cedbac8.zip
Version bump. Add ~amd64 keyword.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-util/helpblocks')
-rw-r--r--dev-util/helpblocks/ChangeLog7
-rw-r--r--dev-util/helpblocks/files/digest-helpblocks-1.193
-rw-r--r--dev-util/helpblocks/helpblocks-1.19.ebuild30
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-util/helpblocks/ChangeLog b/dev-util/helpblocks/ChangeLog
index b11e71bf35f8..b068671c6d99 100644
--- a/dev-util/helpblocks/ChangeLog
+++ b/dev-util/helpblocks/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/helpblocks
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.1 2006/08/18 13:58:01 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.2 2006/11/13 09:41:42 mrness Exp $
+
+*helpblocks-1.19 (13 Nov 2006)
+
+ 13 Nov 2006; Alin Nastac <mrness@gentoo.org> +helpblocks-1.19.ebuild:
+ Version bump. Add ~amd64 keyword.
*helpblocks-1.18 (18 Aug 2006)
diff --git a/dev-util/helpblocks/files/digest-helpblocks-1.19 b/dev-util/helpblocks/files/digest-helpblocks-1.19
new file mode 100644
index 000000000000..75df7d22fbf9
--- /dev/null
+++ b/dev-util/helpblocks/files/digest-helpblocks-1.19
@@ -0,0 +1,3 @@
+MD5 5398ce4b53f0b2b95b2c97f45292b372 HelpBlocks-1.19-i386-gtk2-unicode-suse92.tar.gz 3872636
+RMD160 7f372126b2be00a042efa00727a2a7f23c0f4b3a HelpBlocks-1.19-i386-gtk2-unicode-suse92.tar.gz 3872636
+SHA256 0b3fb8595d7ccf0eb95a63412666d0a707f43e6161e2f688607cf591a9aad3ec HelpBlocks-1.19-i386-gtk2-unicode-suse92.tar.gz 3872636
diff --git a/dev-util/helpblocks/helpblocks-1.19.ebuild b/dev-util/helpblocks/helpblocks-1.19.ebuild
new file mode 100644
index 000000000000..68f3baf7b4a3
--- /dev/null
+++ b/dev-util/helpblocks/helpblocks-1.19.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 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.1 2006/11/13 09:41:42 mrness Exp $
+
+DESCRIPTION="HTML Help Editor for wxWidgets"
+HOMEPAGE="http://www.helpblocks.com/"
+SRC_URI="http://www.helpblocks.com/HelpBlocks-${PV}-i386-gtk2-unicode-suse92.tar.gz"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2
+ >=media-libs/libpng-1.2
+ media-libs/jpeg
+ >=media-libs/tiff-3
+ amd64? ( app-emulation/emul-linux-x86-gtklibs )"
+
+S="${WORKDIR}"
+
+src_install() {
+ dodir /opt/helpblocks
+ tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball"
+
+ dosym /opt/helpblocks/helpblocks.xpm /usr/share/pixmaps/helpblocks.xpm
+ insinto /usr/share/applications
+ doins "${FILESDIR}/helpblocks.desktop"
+ newbin "${FILESDIR}/helpblocks.sh" helpblocks
+}