summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-03-31 22:42:07 +0000
committerMarinus Schraal <foser@gentoo.org>2003-03-31 22:42:07 +0000
commitbbfacfcc39f54c0976d512ab5313c067b8c9dae6 (patch)
tree2423d52e97e9674eb9ec59afe62aa7b8408c3bd5 /app-text
parentcleanups, mark 1.0.12 x86 (diff)
downloadhistorical-bbfacfcc39f54c0976d512ab5313c067b8c9dae6.tar.gz
historical-bbfacfcc39f54c0976d512ab5313c067b8c9dae6.tar.bz2
historical-bbfacfcc39f54c0976d512ab5313c067b8c9dae6.zip
new version
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wv/ChangeLog7
-rw-r--r--app-text/wv/files/digest-wv-0.7.51
-rw-r--r--app-text/wv/wv-0.7.5.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog
index cd8b9b225eea..9ef14d043898 100644
--- a/app-text/wv/ChangeLog
+++ b/app-text/wv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/wv
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.8 2003/02/12 05:36:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.9 2003/03/31 22:42:06 foser Exp $
+
+*wv-0.7.5 (31 Mar 2003)
+
+ 31 Mar 2003; foser <foser@gentoo.org> wv-0.7.5.ebuild :
+ New version, fixed deps
*wv-0.7.4-r1 (25 Jan 2003)
diff --git a/app-text/wv/files/digest-wv-0.7.5 b/app-text/wv/files/digest-wv-0.7.5
new file mode 100644
index 000000000000..1e25f21b3aee
--- /dev/null
+++ b/app-text/wv/files/digest-wv-0.7.5
@@ -0,0 +1 @@
+MD5 5c52991ce95b2ee02fbaebff0dc36869 wv-0.7.5.tar.gz 1166494
diff --git a/app-text/wv/wv-0.7.5.ebuild b/app-text/wv/wv-0.7.5.ebuild
new file mode 100644
index 000000000000..2d7c35ad4963
--- /dev/null
+++ b/app-text/wv/wv-0.7.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-0.7.5.ebuild,v 1.1 2003/03/31 22:42:07 foser Exp $
+
+DESCRIPTION="tool for convertion of MSWord doc and rtf files to something readable"
+SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz"
+HOMEPAGE="http://www.wvware.com"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="sys-libs/zlib
+ media-libs/libpng
+ >=media-libs/libwmf-0.2.2"
+
+src_compile() {
+ econf --with-docdir=/usr/share/doc/${PF} || die
+
+ make || die
+}
+
+src_install () {
+ einstall
+
+ insinto /usr/include
+ doins wvinternal.h
+
+ rm -f ${D}/usr/share/man/man1/wvConvert.1
+ dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1
+}