summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-24 18:57:47 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-24 18:57:47 +0000
commit2e60e46ceac57aacd0e2256205b4324a8aaf2d4e (patch)
treeeb35ee17c178b559c695a649da65776a681ca876 /x11-misc
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-2e60e46ceac57aacd0e2256205b4324a8aaf2d4e.tar.gz
gentoo-2-2e60e46ceac57aacd0e2256205b4324a8aaf2d4e.tar.bz2
gentoo-2-2e60e46ceac57aacd0e2256205b4324a8aaf2d4e.zip
cleanup
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.102
-rw-r--r--x11-misc/xchm/files/digest-xchm-0.8.92
-rw-r--r--x11-misc/xchm/xchm-0.8.10.ebuild32
-rw-r--r--x11-misc/xchm/xchm-0.8.9.ebuild32
4 files changed, 0 insertions, 68 deletions
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.10 b/x11-misc/xchm/files/digest-xchm-0.8.10
deleted file mode 100644
index 5e3354170e28..000000000000
--- a/x11-misc/xchm/files/digest-xchm-0.8.10
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 ab1666d1112e3c2fd98ce0517a038ad3 xchm-0.8.10.tar.gz 118834
-MD5 bc97fbb792a3d4bb06c0854f96f558e7 xchm-0.8.10-doc.tar.gz 73304
diff --git a/x11-misc/xchm/files/digest-xchm-0.8.9 b/x11-misc/xchm/files/digest-xchm-0.8.9
deleted file mode 100644
index a4c8255a256f..000000000000
--- a/x11-misc/xchm/files/digest-xchm-0.8.9
+++ /dev/null
@@ -1,2 +0,0 @@
-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.10.ebuild b/x11-misc/xchm/xchm-0.8.10.ebuild
deleted file mode 100644
index e4ab41b4b5e7..000000000000
--- a/x11-misc/xchm/xchm-0.8.10.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 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.10.ebuild,v 1.2 2004/01/24 18:58:40 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
-}
diff --git a/x11-misc/xchm/xchm-0.8.9.ebuild b/x11-misc/xchm/xchm-0.8.9.ebuild
deleted file mode 100644
index 427f58f18c91..000000000000
--- a/x11-misc/xchm/xchm-0.8.9.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.9.ebuild,v 1.2 2004/01/06 14:09:23 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
-}