diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-11-28 23:39:10 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-11-28 23:39:10 +0000 |
commit | 06cc6f5ffcc968bccf94cbb8208218bc9867ff0d (patch) | |
tree | 390973e731cdb2fa6d9318a957f859d2d9c9e8a2 /app-text/o3read | |
parent | removed obsolete version numbering masks of sonypid and zsnes. (diff) | |
download | gentoo-2-06cc6f5ffcc968bccf94cbb8208218bc9867ff0d.tar.gz gentoo-2-06cc6f5ffcc968bccf94cbb8208218bc9867ff0d.tar.bz2 gentoo-2-06cc6f5ffcc968bccf94cbb8208218bc9867ff0d.zip |
added o3read to portage
Diffstat (limited to 'app-text/o3read')
-rw-r--r-- | app-text/o3read/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/o3read/files/digest-o3read-0.0.3 | 1 | ||||
-rw-r--r-- | app-text/o3read/o3read-0.0.3.ebuild | 26 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-text/o3read/ChangeLog b/app-text/o3read/ChangeLog new file mode 100644 index 000000000000..55480e504ee9 --- /dev/null +++ b/app-text/o3read/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/o3read +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/ChangeLog,v 1.1 2002/11/28 23:39:10 sethbc Exp $ + +*o3read-0.0.3 (27 Nov 2002) + + 27 Nov 2002: Seth Chandler <sethbc@gentoo.org>: o3read-0.0.3.ebuild + added o3read-0.0.3 to portage. Ebuild submitted by Jon Portnoy + (avenj@tellink.net). + diff --git a/app-text/o3read/files/digest-o3read-0.0.3 b/app-text/o3read/files/digest-o3read-0.0.3 new file mode 100644 index 000000000000..e7d581e70d94 --- /dev/null +++ b/app-text/o3read/files/digest-o3read-0.0.3 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..ad697138d753 --- /dev/null +++ b/app-text/o3read/o3read-0.0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2002/11/28 23:39:10 sethbc Exp $ + +DESCRIPTION="Converts OpenOffice formats to text or HTML." +HOMEPAGE="http://siag.nu/o3read/" +SRC_URI="http://siag.nu/pub/o3read/o3read-0.0.3.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="app-arch/unzip" + +S=${WORKDIR}/${P} + +src_compile() { + emake || die +} + +src_install() { + dobin o3read o3totxt o3tohtml utf8tolatin1 + doman o3read.1 o3tohtml.1 o3totxt.1 utf8tolatin1.1 +} + + |