diff options
author | Chuck Short <zul@gentoo.org> | 2003-12-22 13:36:26 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-12-22 13:36:26 +0000 |
commit | 3e7e4602b548d8974e0060e738af22542d33779e (patch) | |
tree | f37367c1b35a3783a85f98e038ca662ff336b456 | |
parent | Version bump, closes #36033. (diff) | |
download | historical-3e7e4602b548d8974e0060e738af22542d33779e.tar.gz historical-3e7e4602b548d8974e0060e738af22542d33779e.tar.bz2 historical-3e7e4602b548d8974e0060e738af22542d33779e.zip |
Version bump, closes #36033.
-rw-r--r-- | app-text/antiword/Manifest | 4 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.35.ebuild | 41 | ||||
-rw-r--r-- | app-text/antiword/files/digest-antiword-0.35 | 1 |
3 files changed, 44 insertions, 2 deletions
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 |