diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-16 10:09:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-16 10:09:59 +0000 |
commit | 5f6a6bdcf724e6d57e1c7738b194c09a26a929a9 (patch) | |
tree | dd0af411357967d9f4c2e55b781f1fb261c025fa /app-text/antiword | |
parent | version bump (diff) | |
download | historical-5f6a6bdcf724e6d57e1c7738b194c09a26a929a9.tar.gz historical-5f6a6bdcf724e6d57e1c7738b194c09a26a929a9.tar.bz2 historical-5f6a6bdcf724e6d57e1c7738b194c09a26a929a9.zip |
version bump
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/Manifest | 6 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.34.ebuild (renamed from app-text/antiword/antiword-0.32.ebuild) | 26 | ||||
-rw-r--r-- | app-text/antiword/files/digest-antiword-0.32 | 1 | ||||
-rw-r--r-- | app-text/antiword/files/digest-antiword-0.34 | 1 |
4 files changed, 13 insertions, 21 deletions
diff --git a/app-text/antiword/Manifest b/app-text/antiword/Manifest index bf08e16f640b..b5b2a25be7c3 100644 --- a/app-text/antiword/Manifest +++ b/app-text/antiword/Manifest @@ -1,8 +1,6 @@ -MD5 1318a3071d309d55190e25ee80116d40 antiword-0.34.ebuild 793 +MD5 1a083961a62dffc7704d573290c2565b antiword-0.34.ebuild 882 MD5 a9fc1dd8151d0ea91c2adf00b57f93c2 antiword-0.33.ebuild 868 -MD5 07967bf9829cd7a49cefcf8c69e65234 antiword-0.32.ebuild 942 -MD5 8f962b8a267965424b594dfdd0596f63 ChangeLog 1521 -MD5 42137a66e123962509d6c276660105b8 files/digest-antiword-0.32 65 +MD5 d5bd4b9b8f0fdb58e552646e142fa2e2 ChangeLog 1744 MD5 2d50040aeb4b967c6019f4d56ab6d3e3 files/digest-antiword-0.33 65 MD5 eba1749f4ac38b2bb9abaa37e0b39f28 files/digest-antiword-0.34 65 MD5 dc4b195386deeddbd406c7aa5afb8a60 files/gentoo-antiword.diff 380 diff --git a/app-text/antiword/antiword-0.32.ebuild b/app-text/antiword/antiword-0.34.ebuild index 6ac4b2e2e8a4..0e5ec6289c6f 100644 --- a/app-text/antiword/antiword-0.32.ebuild +++ b/app-text/antiword/antiword-0.34.ebuild @@ -1,33 +1,23 @@ # 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.32.ebuild,v 1.12 2003/03/16 18:38:47 seemant Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.34.ebuild,v 1.1 2003/09/16 10:09:58 seemant Exp $ IUSE="kde" - -S=${WORKDIR}/${PN}.${PV} -DESCRIPTION="free MS Word reader for Linux and RISC OS" +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 ppc sparc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" -DEPEND=">=sys-apps/sed-4.0.5 - app-text/ghostscript" +DEPEND="app-text/ghostscript" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/gentoo-antiword.diff - - sed -i \ - -e '/pedantic/d' \ - -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' \ - Makefile.Linux } src_compile() { @@ -41,7 +31,11 @@ src_install() { 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 FAQ History Netscape QandA ReadMe + dodoc COPYING ChangeLog Exmh Emacs FAQ History Netscape \ + QandA ReadMe Mozilla Mutt } diff --git a/app-text/antiword/files/digest-antiword-0.32 b/app-text/antiword/files/digest-antiword-0.32 deleted file mode 100644 index 70402941a754..000000000000 --- a/app-text/antiword/files/digest-antiword-0.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbbef871b7e7bea4df2102c8f634f81e antiword-0.32.tar.gz 193697 diff --git a/app-text/antiword/files/digest-antiword-0.34 b/app-text/antiword/files/digest-antiword-0.34 new file mode 100644 index 000000000000..023d13e03eb3 --- /dev/null +++ b/app-text/antiword/files/digest-antiword-0.34 @@ -0,0 +1 @@ +MD5 1de2f16edd5a0fc566e9bae588719d7d antiword-0.34.tar.gz 266448 |