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
commitdb51302cd41b12d46d2f8b05520913bbf3848222 (patch)
tree4ec5c7f099e19869feb13621107f123be327f4af /app-text/o3read
parentVersion bump. Closes bug #111497, by Brad Schuetz <brad.schuetz at gmail.com>. (diff)
downloadgentoo-2-db51302cd41b12d46d2f8b05520913bbf3848222.tar.gz
gentoo-2-db51302cd41b12d46d2f8b05520913bbf3848222.tar.bz2
gentoo-2-db51302cd41b12d46d2f8b05520913bbf3848222.zip
cleanup
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/o3read')
-rw-r--r--app-text/o3read/files/digest-o3read-0.0.31
-rw-r--r--app-text/o3read/o3read-0.0.3.ebuild23
2 files changed, 0 insertions, 24 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
-}