diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-08 12:30:20 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-08 12:30:20 +0000 |
commit | cc2b5d28e1da844be9e9568bdacfb2236555d0aa (patch) | |
tree | 6e70b2bd638cd262a99cc5fd96a658f3ce2a6e1e /app-text/catdoc | |
parent | Version bumped. This closes bug #75069. (diff) | |
download | gentoo-2-cc2b5d28e1da844be9e9568bdacfb2236555d0aa.tar.gz gentoo-2-cc2b5d28e1da844be9e9568bdacfb2236555d0aa.tar.bz2 gentoo-2-cc2b5d28e1da844be9e9568bdacfb2236555d0aa.zip |
Version bumped. This closes bug #76316.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-text/catdoc')
-rw-r--r-- | app-text/catdoc/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/catdoc/Manifest | 2 | ||||
-rw-r--r-- | app-text/catdoc/catdoc-0.93.4.ebuild | 38 | ||||
-rw-r--r-- | app-text/catdoc/files/digest-catdoc-0.93.4 | 1 |
4 files changed, 47 insertions, 1 deletions
diff --git a/app-text/catdoc/ChangeLog b/app-text/catdoc/ChangeLog index c03e39741254..00357286397a 100644 --- a/app-text/catdoc/ChangeLog +++ b/app-text/catdoc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/catdoc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.5 2005/01/01 16:04:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.6 2005/02/08 12:30:20 usata Exp $ + +*catdoc-0.93.4 (08 Feb 2005) + + 08 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> +catdoc-0.93.4.ebuild: + Version bumped. This closes bug #76316. 05 Sep 2004; Malcolm Lashley <malc@gentoo.org> catdoc-0.93.3.ebuild: ~amd64 - closes bug #62247 diff --git a/app-text/catdoc/Manifest b/app-text/catdoc/Manifest index 758ba09334b8..47aa88136c42 100644 --- a/app-text/catdoc/Manifest +++ b/app-text/catdoc/Manifest @@ -1,4 +1,6 @@ MD5 7089f2ac6b000a2f6c698740bfff7eb8 ChangeLog 563 MD5 f4f27007b826a5342eb103ec373b98ec catdoc-0.93.3.ebuild 886 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 f4f27007b826a5342eb103ec373b98ec catdoc-0.93.4.ebuild 886 MD5 60451dd724fa0edf679f65a182b9e2ac files/digest-catdoc-0.93.3 65 +MD5 5c619ae22412c8c0983c9e9328fd78d9 files/digest-catdoc-0.93.4 65 diff --git a/app-text/catdoc/catdoc-0.93.4.ebuild b/app-text/catdoc/catdoc-0.93.4.ebuild new file mode 100644 index 000000000000..11030f0bff76 --- /dev/null +++ b/app-text/catdoc/catdoc-0.93.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.4.ebuild,v 1.1 2005/02/08 12:30:20 usata Exp $ + +DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text" +HOMEPAGE="http://www.45.free.net/~vitus/ice/catdoc/" +SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +IUSE="tcltk" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND="tcltk? ( >=dev-lang/tk-8.1 )" + +DOCS="CODING.STD COPYING CREDITS INSTALL NEWS README TODO" + +src_compile() { + + local myconf="--with-install-root=${D}" + + use tcltk \ + && myconf="${myconf} --with-wish=/usr/bin/wish" \ + || myconf="${myconf} --disable-wordview" + + econf ${myconf} || die + emake LIB_DIR=/usr/share/catdoc || die + +} + +src_install() { + + make mandir=/usr/share/man/man1 install || die + dodoc ${DOCS} + +} + + diff --git a/app-text/catdoc/files/digest-catdoc-0.93.4 b/app-text/catdoc/files/digest-catdoc-0.93.4 new file mode 100644 index 000000000000..4ff12c359a2a --- /dev/null +++ b/app-text/catdoc/files/digest-catdoc-0.93.4 @@ -0,0 +1 @@ +MD5 efe7e24b387444d5967fc2fc25664fb2 catdoc-0.93.4.tar.gz 121933 |