summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-10-30 22:09:36 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-10-30 22:09:36 +0000
commit815f8b2ca0c38b1ecb48b6a06f8047916401fb75 (patch)
tree9dd356a29fa15de88822ace411cc9abf2ad6f373 /x11-misc/xchm
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-815f8b2ca0c38b1ecb48b6a06f8047916401fb75.tar.gz
gentoo-2-815f8b2ca0c38b1ecb48b6a06f8047916401fb75.tar.bz2
gentoo-2-815f8b2ca0c38b1ecb48b6a06f8047916401fb75.zip
cleanup
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.92
-rw-r--r--x11-misc/xchm/xchm-0.9.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/xchm/files/digest-xchm-0.9 b/x11-misc/xchm/files/digest-xchm-0.9
deleted file mode 100644
index 5b94e24784f4..000000000000
--- a/x11-misc/xchm/files/digest-xchm-0.9
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c2cdc266fbbf013f5b63fabcdaa8547b xchm-0.9.tar.gz 308785
-MD5 077d77dccb5fc13e56d616a32d1b0dc9 xchm-0.9-doc.tar.gz 73656
diff --git a/x11-misc/xchm/xchm-0.9.ebuild b/x11-misc/xchm/xchm-0.9.ebuild
deleted file mode 100644
index 4ed14315194b..000000000000
--- a/x11-misc/xchm/xchm-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.ebuild,v 1.6 2004/09/02 22:49:41 pvdabeel 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 ~amd64"
-
-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
-}