summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-06 14:47:05 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-06 14:47:05 +0000
commit545d6eff55cc5f33143117a351c447f30843431e (patch)
treea18986c6ff505279ac9dc29a0ac0f26c5e872b96 /x11-misc
parentx86 stable (diff)
downloadgentoo-2-545d6eff55cc5f33143117a351c447f30843431e.tar.gz
gentoo-2-545d6eff55cc5f33143117a351c447f30843431e.tar.bz2
gentoo-2-545d6eff55cc5f33143117a351c447f30843431e.zip
cleanup
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xchm/Manifest2
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.72
-rw-r--r--x11-misc/xchm/xchm-0.8.7.ebuild32
3 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/xchm/Manifest b/x11-misc/xchm/Manifest
index d2054fce7a20..7c509d71386d 100644
--- a/x11-misc/xchm/Manifest
+++ b/x11-misc/xchm/Manifest
@@ -1,8 +1,6 @@
MD5 fe15bf25a358404a8c9a1d57725ef246 xchm-0.8.9.ebuild 751
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
-MD5 64954eda0335a707f54944a351865534 xchm-0.8.7.ebuild 750
MD5 79e99c3912d23ca34b60acbcd06ac4a8 ChangeLog 1693
MD5 779dcaae5a0492eb1a7c5e2c5906705a xchm-0.8.8.ebuild 750
MD5 5ee492158141f80646afc8c0a3238c9e files/digest-xchm-0.8.8 127
MD5 d6a4344f519d6b0d970a7e25393a9bb5 files/digest-xchm-0.8.9 127
-MD5 fdb248aafa3aceb228f37e6e5fcb768e files/digest-xchm-0.8.7 127
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.7 b/x11-misc/xchm/files/digest-xchm-0.8.7
deleted file mode 100644
index 2d68bf9b2277..000000000000
--- a/x11-misc/xchm/files/digest-xchm-0.8.7
+++ /dev/null
@@ -1,2 +0,0 @@
-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/xchm-0.8.7.ebuild b/x11-misc/xchm/xchm-0.8.7.ebuild
deleted file mode 100644
index fa67e5324f4c..000000000000
--- a/x11-misc/xchm/xchm-0.8.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}