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
commitca9f4bce2244917750ae20a84618e41661fce504 (patch)
tree247700d639b17c7aec85bc524bf590d14b58ed90 /x11-misc
parentx86 stable (diff)
downloadhistorical-ca9f4bce2244917750ae20a84618e41661fce504.tar.gz
historical-ca9f4bce2244917750ae20a84618e41661fce504.tar.bz2
historical-ca9f4bce2244917750ae20a84618e41661fce504.zip
cleanup
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xchm/Manifest4
-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
5 files changed, 0 insertions, 72 deletions
diff --git a/x11-misc/xchm/Manifest b/x11-misc/xchm/Manifest
index 882099b06e33..ab3c5518070f 100644
--- a/x11-misc/xchm/Manifest
+++ b/x11-misc/xchm/Manifest
@@ -1,10 +1,6 @@
MD5 9b184f8b6a0257d52bba922ec49fbacc ChangeLog 2297
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 c60fd70cff34dc9eee1e10fe0b1e430c xchm-0.8.11.ebuild 751
-MD5 efc6b0faf9f6a68f0592ed8b90f83bd1 xchm-0.8.9.ebuild 750
-MD5 cdb790a02339eca83b069af07e3c599a xchm-0.8.10.ebuild 751
MD5 5d12ca094f0b1831d9312ab8847da77d xchm-0.9.ebuild 749
MD5 926b95ad796ffd0ea5f19e186b6788a3 files/digest-xchm-0.8.11 129
MD5 0bc5e76feadc97a74eb061180b61e6f6 files/digest-xchm-0.9 123
-MD5 d6a4344f519d6b0d970a7e25393a9bb5 files/digest-xchm-0.8.9 127
-MD5 32e2005be89f7bbb274d456f48f32112 files/digest-xchm-0.8.10 129
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
-}