summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-04-05 22:02:43 +0000
committerDan Armak <danarmak@gentoo.org>2003-04-05 22:02:43 +0000
commit2e30882c7657fc559a28559084822731adce661c (patch)
treec51d1c377e7bbf193479baf98b5ea03956b4720f /app-text
parentmark x86 (diff)
downloadgentoo-2-2e30882c7657fc559a28559084822731adce661c.tar.gz
gentoo-2-2e30882c7657fc559a28559084822731adce661c.tar.bz2
gentoo-2-2e30882c7657fc559a28559084822731adce661c.zip
mark as x86
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wv2/ChangeLog14
-rw-r--r--app-text/wv2/files/digest-wv2-0.0.81
-rw-r--r--app-text/wv2/wv2-0.0.8.ebuild33
3 files changed, 47 insertions, 1 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog
index e465267131cf..5c4126c14622 100644
--- a/app-text/wv2/ChangeLog
+++ b/app-text/wv2/ChangeLog
@@ -1,6 +1,18 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.2 2003/04/05 22:02:43 danarmak Exp $
+
+*wv2-0.0.8 (06 Apr 2003)
+
+ 06 Apr 2003; Dan Armak <danarmak@gentoo.org> wv2-0.0.8.ebuild:
+ New version. Add stable x86 keyword.
+
+*wv2-0.0.8 (28 Mar 2003)
+
+ 28 Mar 2003; Dan Armak <danarmak@gentoo.org> wv2-0.0.8.ebuild:
+
+ New upstream (bugfix) version, also fixed ebuild so that RDEPEND
+ also contains DEPEND.
*wv2-0.0.7 (25 Feb 2003)
diff --git a/app-text/wv2/files/digest-wv2-0.0.8 b/app-text/wv2/files/digest-wv2-0.0.8
new file mode 100644
index 000000000000..832702ae850b
--- /dev/null
+++ b/app-text/wv2/files/digest-wv2-0.0.8
@@ -0,0 +1 @@
+MD5 7db0f7f9d626bd4358267f02e41d0e18 wv2-0.0.8.tar.bz2 595648
diff --git a/app-text/wv2/wv2-0.0.8.ebuild b/app-text/wv2/wv2-0.0.8.ebuild
new file mode 100644
index 000000000000..253aa600c248
--- /dev/null
+++ b/app-text/wv2/wv2-0.0.8.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.8.ebuild,v 1.1 2003/04/05 22:02:43 danarmak 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="$DEPEND media-gfx/imagemagick"
+
+src_compile() {
+
+ econf || die
+
+ make || die
+}
+
+src_install () {
+
+ einstall || die
+
+}