summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-12-22 13:36:26 +0000
committerChuck Short <zul@gentoo.org>2003-12-22 13:36:26 +0000
commitcf5cef8f71f935a8560d787499af3efab2a0ce11 (patch)
treeac5c4ac0198fb88b746c51e82097e798f96d56f5 /app-text/antiword
parentVersion bump, closes #36033. (diff)
downloadgentoo-2-cf5cef8f71f935a8560d787499af3efab2a0ce11.tar.gz
gentoo-2-cf5cef8f71f935a8560d787499af3efab2a0ce11.tar.bz2
gentoo-2-cf5cef8f71f935a8560d787499af3efab2a0ce11.zip
Version bump, closes #36033.
Diffstat (limited to 'app-text/antiword')
-rw-r--r--app-text/antiword/ChangeLog7
-rw-r--r--app-text/antiword/Manifest4
-rw-r--r--app-text/antiword/antiword-0.35.ebuild41
-rw-r--r--app-text/antiword/files/digest-antiword-0.351
4 files changed, 50 insertions, 3 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog
index 363390651f89..2e44d0717aaa 100644
--- a/app-text/antiword/ChangeLog
+++ b/app-text/antiword/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/antiword
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.12 2003/12/09 17:41:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.13 2003/12/22 13:36:05 zul Exp $
+
+*antiword-0.35 (22 Dec 2003)
+
+ 22 Dec 2003; Chuck Short <zul@gentoo.org> antiword-0.35.ebuild:
+ Version bump, closes 36033.
09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> antiword-0.33.ebuild,
antiword-0.34.ebuild:
diff --git a/app-text/antiword/Manifest b/app-text/antiword/Manifest
index f8a389a0a34c..94f1f9b66edf 100644
--- a/app-text/antiword/Manifest
+++ b/app-text/antiword/Manifest
@@ -1,7 +1,7 @@
MD5 57e52f8ae25df5c0cb96cd9e5072ddbf antiword-0.34.ebuild 880
MD5 c082da5ad2ea3f81632ac3b3fa294fec antiword-0.33.ebuild 865
-MD5 57e52f8ae25df5c0cb96cd9e5072ddbf antiword-0.35.ebuild 880
-MD5 d6da0c7347e563d740453ddf68bf5819 ChangeLog 1895
+MD5 75f35598d9641c0fcf8f4857eea72ec0 antiword-0.35.ebuild 877
+MD5 1c1be3f1d995a27f06af78a6acd19b81 ChangeLog 2019
MD5 2d50040aeb4b967c6019f4d56ab6d3e3 files/digest-antiword-0.33 65
MD5 eba1749f4ac38b2bb9abaa37e0b39f28 files/digest-antiword-0.34 65
MD5 e4f62732e83760a801113f9897e06c0f files/digest-antiword-0.35 65
diff --git a/app-text/antiword/antiword-0.35.ebuild b/app-text/antiword/antiword-0.35.ebuild
new file mode 100644
index 000000000000..139298310866
--- /dev/null
+++ b/app-text/antiword/antiword-0.35.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.35.ebuild,v 1.1 2003/12/22 13:36:05 zul Exp $
+
+IUSE="kde"
+S=${WORKDIR}/${P}
+DESCRIPTION="free MS Word reader"
+SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz"
+HOMEPAGE="http://www.winfield.demon.nl"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="virtual/ghostscript"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin antiword
+ use kde && dobin kantiword
+
+ insinto /usr/share/${PN}
+ doins Resources/*
+
+ insinto /usr/share/${PN}/examples
+ doins Docs/testdoc.doc Docs/antiword.php
+
+ cd Docs
+ doman antiword.1
+ dodoc COPYING ChangeLog Exmh Emacs FAQ History Netscape \
+ QandA ReadMe Mozilla Mutt
+}
diff --git a/app-text/antiword/files/digest-antiword-0.35 b/app-text/antiword/files/digest-antiword-0.35
new file mode 100644
index 000000000000..72f6098a8730
--- /dev/null
+++ b/app-text/antiword/files/digest-antiword-0.35
@@ -0,0 +1 @@
+MD5 f372214081853c8336e96cb9bede26af antiword-0.35.tar.gz 272247