summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-18 18:38:13 +0000
committerIan Leitch <port001@gentoo.org>2003-11-18 18:38:13 +0000
commit4057f0e3d12b4431c9a0328bf7399e998c5ae95b (patch)
tree2d5cd8e9a2c0fee66f42d48b8e8145f81f7906e2 /x11-misc/xchm
parentMoved from app-misc to x11-misc, metadata.xml created (diff)
downloadhistorical-4057f0e3d12b4431c9a0328bf7399e998c5ae95b.tar.gz
historical-4057f0e3d12b4431c9a0328bf7399e998c5ae95b.tar.bz2
historical-4057f0e3d12b4431c9a0328bf7399e998c5ae95b.zip
Moved from app-misc to x11-misc, metadata.xml created
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r--x11-misc/xchm/Manifest6
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.72
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.82
-rw-r--r--x11-misc/xchm/metadata.xml5
-rw-r--r--x11-misc/xchm/xchm-0.8.7.ebuild32
-rw-r--r--x11-misc/xchm/xchm-0.8.8.ebuild32
6 files changed, 76 insertions, 3 deletions
diff --git a/x11-misc/xchm/Manifest b/x11-misc/xchm/Manifest
index 9a275255234c..cc99a2e11da7 100644
--- a/x11-misc/xchm/Manifest
+++ b/x11-misc/xchm/Manifest
@@ -1,6 +1,6 @@
-MD5 8b3e3cbb0cb06982accea7b3bc35a2b4 xchm-0.8.8.ebuild 751
-MD5 65764cfbe8bd08fbe0a71b0fb6eaf88b xchm-0.8.7.ebuild 750
-MD5 ad2da799a80236aa7a4fa07c216255b6 ChangeLog 1430
+MD5 549281b3df09cfbee947f451440e55bb xchm-0.8.8.ebuild 751
+MD5 64954eda0335a707f54944a351865534 xchm-0.8.7.ebuild 750
+MD5 98ffb3f25e2931db4c0cd759d69d7105 ChangeLog 1579
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 fdb248aafa3aceb228f37e6e5fcb768e files/digest-xchm-0.8.7 127
MD5 5ee492158141f80646afc8c0a3238c9e files/digest-xchm-0.8.8 127
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.7 b/x11-misc/xchm/files/digest-xchm-0.8.7
new file mode 100644
index 000000000000..2d68bf9b2277
--- /dev/null
+++ b/x11-misc/xchm/files/digest-xchm-0.8.7
@@ -0,0 +1,2 @@
+MD5 0bb485f68199707a78329524f4fff572 xchm-0.8.7.tar.gz 115073
+MD5 bca90c47b83a8fdf6b08152846471118 xchm-0.8.7-doc.tar.gz 64794
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.8 b/x11-misc/xchm/files/digest-xchm-0.8.8
new file mode 100644
index 000000000000..0db93dbb7c1a
--- /dev/null
+++ b/x11-misc/xchm/files/digest-xchm-0.8.8
@@ -0,0 +1,2 @@
+MD5 f704bbddc1c564c8e965cd7a8befa758 xchm-0.8.8.tar.gz 117940
+MD5 2495f51714c9b84132fd0593b567ca52 xchm-0.8.8-doc.tar.gz 72848
diff --git a/x11-misc/xchm/metadata.xml b/x11-misc/xchm/metadata.xml
new file mode 100644
index 000000000000..2518313f5241
--- /dev/null
+++ b/x11-misc/xchm/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>
diff --git a/x11-misc/xchm/xchm-0.8.7.ebuild b/x11-misc/xchm/xchm-0.8.7.ebuild
new file mode 100644
index 000000000000..fa67e5324f4c
--- /dev/null
+++ b/x11-misc/xchm/xchm-0.8.7.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.7.ebuild,v 1.1 2003/11/18 18:38:08 port001 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
+}
diff --git a/x11-misc/xchm/xchm-0.8.8.ebuild b/x11-misc/xchm/xchm-0.8.8.ebuild
new file mode 100644
index 000000000000..71720d6830c0
--- /dev/null
+++ b/x11-misc/xchm/xchm-0.8.8.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.8.ebuild,v 1.1 2003/11/18 18:38:08 port001 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
+}