summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2005-01-10 20:10:54 +0000
committerJon Portnoy <avenj@gentoo.org>2005-01-10 20:10:54 +0000
commit2432f95ec1d8fbddfe7928889f578a08bdefbaeb (patch)
tree38aef616b342d35c99fb067bcaf0ee0f8318586d /app-text/o3read
parentStable on amd64 for security bug #76893. (Manifest recommit) (diff)
downloadgentoo-2-2432f95ec1d8fbddfe7928889f578a08bdefbaeb.tar.gz
gentoo-2-2432f95ec1d8fbddfe7928889f578a08bdefbaeb.tar.bz2
gentoo-2-2432f95ec1d8fbddfe7928889f578a08bdefbaeb.zip
Version bump, security fix
Diffstat (limited to 'app-text/o3read')
-rw-r--r--app-text/o3read/ChangeLog7
-rw-r--r--app-text/o3read/Manifest4
-rw-r--r--app-text/o3read/files/digest-o3read-0.0.41
-rw-r--r--app-text/o3read/o3read-0.0.4.ebuild23
4 files changed, 33 insertions, 2 deletions
diff --git a/app-text/o3read/ChangeLog b/app-text/o3read/ChangeLog
index b7e894b25584..a3bd11893553 100644
--- a/app-text/o3read/ChangeLog
+++ b/app-text/o3read/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/o3read
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/ChangeLog,v 1.4 2005/01/01 16:27:59 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/ChangeLog,v 1.5 2005/01/10 20:10:54 avenj Exp $
+
+*o3read-0.0.4 (10 Jan 2005)
+
+ 10 Jan 2005; Jon Portnoy <avenj@gentoo.org> o3read-0.0.4.ebuild :
+ Security version bump.
*o3read-0.0.3 (27 Nov 2002)
diff --git a/app-text/o3read/Manifest b/app-text/o3read/Manifest
index b91afbefd605..89d0818a2d33 100644
--- a/app-text/o3read/Manifest
+++ b/app-text/o3read/Manifest
@@ -1,4 +1,6 @@
+MD5 b285621bb32945428ec7f67a3bbede6f o3read-0.0.3.ebuild 585
MD5 7f3815a19f2a9b6493a24f9818c1e044 ChangeLog 397
MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245
-MD5 b285621bb32945428ec7f67a3bbede6f o3read-0.0.3.ebuild 585
+MD5 b285621bb32945428ec7f67a3bbede6f o3read-0.0.4.ebuild 585
+MD5 3b4f96ed25d50b491138182aad87aa12 files/digest-o3read-0.0.4 63
MD5 20c495b9db1d59ae4db26b34a9a3d5aa files/digest-o3read-0.0.3 63
diff --git a/app-text/o3read/files/digest-o3read-0.0.4 b/app-text/o3read/files/digest-o3read-0.0.4
new file mode 100644
index 000000000000..270468a1401a
--- /dev/null
+++ b/app-text/o3read/files/digest-o3read-0.0.4
@@ -0,0 +1 @@
+MD5 583361b559ccf5a764edb586795d1b06 o3read-0.0.4.tar.gz 21075
diff --git a/app-text/o3read/o3read-0.0.4.ebuild b/app-text/o3read/o3read-0.0.4.ebuild
new file mode 100644
index 000000000000..f6191ce3da81
--- /dev/null
+++ b/app-text/o3read/o3read-0.0.4.ebuild
@@ -0,0 +1,23 @@
+# 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.4.ebuild,v 1.1 2005/01/10 20:10:54 avenj 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
+}