diff options
author | Jon Portnoy <avenj@gentoo.org> | 2005-01-10 20:10:54 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2005-01-10 20:10:54 +0000 |
commit | 01d48b88bad9549d51c3146a723ba857b770c703 (patch) | |
tree | 5fac7935324f3d3ca010d3e2b1d4fea879a2d18f /app-text/o3read | |
parent | Stable on amd64 for security bug #76893. (diff) | |
download | historical-01d48b88bad9549d51c3146a723ba857b770c703.tar.gz historical-01d48b88bad9549d51c3146a723ba857b770c703.tar.bz2 historical-01d48b88bad9549d51c3146a723ba857b770c703.zip |
Version bump, security fix
Diffstat (limited to 'app-text/o3read')
-rw-r--r-- | app-text/o3read/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/o3read/Manifest | 6 | ||||
-rw-r--r-- | app-text/o3read/files/digest-o3read-0.0.4 | 1 | ||||
-rw-r--r-- | app-text/o3read/o3read-0.0.4.ebuild | 23 |
4 files changed, 34 insertions, 3 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..5df15d65d3f7 100644 --- a/app-text/o3read/Manifest +++ b/app-text/o3read/Manifest @@ -1,4 +1,6 @@ -MD5 7f3815a19f2a9b6493a24f9818c1e044 ChangeLog 397 -MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 MD5 b285621bb32945428ec7f67a3bbede6f o3read-0.0.3.ebuild 585 +MD5 1f9459914b4ab53a72e5f372a535c47b ChangeLog 515 +MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 +MD5 b469162013e05facccec11955230bac6 o3read-0.0.4.ebuild 580 +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 +} |