summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-11-07 20:12:17 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-11-07 20:12:17 +0000
commit5d91e420e417d04b8b357292af9acdbd22d072f2 (patch)
tree5a3c87c5d73050a6484eedbe68cd384fb90e2232 /app-text
parentVersion bump. Closes bug #111497, by Brad Schuetz <brad.schuetz at gmail.com>. (diff)
downloadhistorical-5d91e420e417d04b8b357292af9acdbd22d072f2.tar.gz
historical-5d91e420e417d04b8b357292af9acdbd22d072f2.tar.bz2
historical-5d91e420e417d04b8b357292af9acdbd22d072f2.zip
cleanup
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-text')
-rw-r--r--app-text/o3read/files/digest-o3read-0.0.31
-rw-r--r--app-text/o3read/o3read-0.0.3.ebuild23
-rw-r--r--app-text/wpd2sxw/files/digest-wpd2sxw-0.6.12
-rw-r--r--app-text/wpd2sxw/wpd2sxw-0.6.1.ebuild31
4 files changed, 0 insertions, 57 deletions
diff --git a/app-text/o3read/files/digest-o3read-0.0.3 b/app-text/o3read/files/digest-o3read-0.0.3
deleted file mode 100644
index e7d581e70d94..000000000000
--- a/app-text/o3read/files/digest-o3read-0.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff6d5462de6e4a302c15db0500bba778 o3read-0.0.3.tar.gz 19428
diff --git a/app-text/o3read/o3read-0.0.3.ebuild b/app-text/o3read/o3read-0.0.3.ebuild
deleted file mode 100644
index 03661185cd4e..000000000000
--- a/app-text/o3read/o3read-0.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/o3read-0.0.3.ebuild,v 1.5 2005/01/01 16:27:59 eradicator Exp $
-
-DESCRIPTION="Converts OpenOffice formats to text or HTML."
-HOMEPAGE="http://siag.nu/o3read/"
-SRC_URI="http://siag.nu/pub/o3read/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin o3read o3totxt o3tohtml utf8tolatin1
- doman o3read.1 o3tohtml.1 o3totxt.1 utf8tolatin1.1
-}
diff --git a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.1 b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.1
deleted file mode 100644
index addb6e4c71ce..000000000000
--- a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6fb158c6e89a7ed7f323028f27b8e2f0 wpd2sxw-0.6.1.tar.gz 220217
-MD5 05bd3b2c8bbc04eda500893eaaece1df wpd2sxwbatch.pl 5892
diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.1.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.1.ebuild
deleted file mode 100644
index f76702b1c1e5..000000000000
--- a/app-text/wpd2sxw/wpd2sxw-0.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.1.ebuild,v 1.2 2005/01/01 16:41:55 eradicator Exp $
-
-DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter"
-HOMEPAGE="http://libwpd.sf.net"
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.gz
- perl? ( http://libwpd.sourceforge.net/wpd2sxwbatch.pl )"
-RESTRICT="nomirror"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="perl"
-DEPEND="gnome-extra/libgsf
- >=app-text/libwpd-0.7.1
- perl? ( dev-lang/perl )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "install failed"
- dobin ${DISTDIR}/wpd2sxwbatch.pl
-}