summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2003-02-25 16:58:25 +0000
committerBart Verwilst <verwilst@gentoo.org>2003-02-25 16:58:25 +0000
commit216b445ef804be13415eff3f2367bf51a6ac67f5 (patch)
tree550aa81cd4626de11341c6601b1b5f5399b71630 /app-text/wv2
parentAdded hppa to keywords. (diff)
downloadgentoo-2-216b445ef804be13415eff3f2367bf51a6ac67f5.tar.gz
gentoo-2-216b445ef804be13415eff3f2367bf51a6ac67f5.tar.bz2
gentoo-2-216b445ef804be13415eff3f2367bf51a6ac67f5.zip
initial version
Diffstat (limited to 'app-text/wv2')
-rw-r--r--app-text/wv2/ChangeLog9
-rw-r--r--app-text/wv2/files/digest-wv2-0.0.71
-rw-r--r--app-text/wv2/wv2-0.0.7.ebuild33
3 files changed, 43 insertions, 0 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog
new file mode 100644
index 000000000000..e465267131cf
--- /dev/null
+++ b/app-text/wv2/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/wv2
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.1 2003/02/25 16:58:25 verwilst Exp $
+
+*wv2-0.0.7 (25 Feb 2003)
+
+ 25 Feb 2003: Bart Verwilst <verwilst@gentoo.org> wv2-0.0.7.ebuild
+ New version, initial ebuild in Portage
+
diff --git a/app-text/wv2/files/digest-wv2-0.0.7 b/app-text/wv2/files/digest-wv2-0.0.7
new file mode 100644
index 000000000000..da22842fc884
--- /dev/null
+++ b/app-text/wv2/files/digest-wv2-0.0.7
@@ -0,0 +1 @@
+MD5 ed14f67defb4b673c4b6ada80fd9954c wv2-0.0.7.tar.bz2 578364
diff --git a/app-text/wv2/wv2-0.0.7.ebuild b/app-text/wv2/wv2-0.0.7.ebuild
new file mode 100644
index 000000000000..458666530ed6
--- /dev/null
+++ b/app-text/wv2/wv2-0.0.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.0.7.ebuild,v 1.1 2003/02/25 16:58:25 verwilst Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
+SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
+HOMEPAGE="http://www.wvware.com"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=">=gnome-extra/libgsf-1.7.2
+ >=media-libs/freetype-2.1
+ sys-libs/zlib
+ media-libs/libpng"
+
+RDEPEND="media-gfx/imagemagick"
+
+src_compile() {
+
+ econf || die #--with-docdir=/usr/share/doc/${PF} || die
+
+ make || die
+}
+
+src_install () {
+
+ einstall || die
+
+}