summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-06 14:45:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-06 14:45:41 +0000
commitd81b683f925337672b37fa1af6da11d45820d0fa (patch)
treea5d816f04b65601f37fda7723788322a21429a90 /x11-misc/xchm
parentVersion bumped (diff)
downloadhistorical-d81b683f925337672b37fa1af6da11d45820d0fa.tar.gz
historical-d81b683f925337672b37fa1af6da11d45820d0fa.tar.bz2
historical-d81b683f925337672b37fa1af6da11d45820d0fa.zip
Version bumped
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r--x11-misc/xchm/Manifest4
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.92
-rw-r--r--x11-misc/xchm/xchm-0.8.9.ebuild32
3 files changed, 36 insertions, 2 deletions
diff --git a/x11-misc/xchm/Manifest b/x11-misc/xchm/Manifest
index 5ba2cbd22fd5..c4bb4d0f406f 100644
--- a/x11-misc/xchm/Manifest
+++ b/x11-misc/xchm/Manifest
@@ -1,7 +1,7 @@
-MD5 549281b3df09cfbee947f451440e55bb xchm-0.8.9.ebuild 751
+MD5 fe15bf25a358404a8c9a1d57725ef246 xchm-0.8.9.ebuild 751
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 64954eda0335a707f54944a351865534 xchm-0.8.7.ebuild 750
-MD5 840ed888270ae45f2360e058b6a98381 ChangeLog 1578
+MD5 79e99c3912d23ca34b60acbcd06ac4a8 ChangeLog 1693
MD5 549281b3df09cfbee947f451440e55bb xchm-0.8.8.ebuild 751
MD5 5ee492158141f80646afc8c0a3238c9e files/digest-xchm-0.8.8 127
MD5 d6a4344f519d6b0d970a7e25393a9bb5 files/digest-xchm-0.8.9 127
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.9 b/x11-misc/xchm/files/digest-xchm-0.8.9
new file mode 100644
index 000000000000..a4c8255a256f
--- /dev/null
+++ b/x11-misc/xchm/files/digest-xchm-0.8.9
@@ -0,0 +1,2 @@
+MD5 63c6a8e50c58117d5ddff97b492891e3 xchm-0.8.9.tar.gz 118598
+MD5 3eae5b8060610c25850439c07ce885f3 xchm-0.8.9-doc.tar.gz 72534
diff --git a/x11-misc/xchm/xchm-0.8.9.ebuild b/x11-misc/xchm/xchm-0.8.9.ebuild
new file mode 100644
index 000000000000..37526c55c1f2
--- /dev/null
+++ b/x11-misc/xchm/xchm-0.8.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.8.9.ebuild,v 1.1 2003/12/06 14:45:36 mholzer Exp $
+
+DESCRIPTION="Utility for viewing Microsoft .chm files."
+HOMEPAGE="http://xchm.sf.net"
+SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz
+ doc? ( mirror://sourceforge/xchm/${P}-doc.tar.gz )"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+
+IUSE="doc"
+DEPEND=">=app-doc/chmlib-0.31
+ >=x11-libs/wxGTK-2.4.0"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc COPYING AUTHORS README
+
+ if [ "`use doc`" ]; then
+ cd ${S}"-doc"
+ dohtml html/*
+ fi
+}