summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Balistreri <brain@gentoo.org>2003-07-07 09:26:36 +0000
committerMichele Balistreri <brain@gentoo.org>2003-07-07 09:26:36 +0000
commit37896829dfc7def75ae0f294f52e19253577749c (patch)
tree73d8c851599fd4af2934144ab409a51a8c1b5c7a /app-text
parentVersion bump (diff)
downloadgentoo-2-37896829dfc7def75ae0f294f52e19253577749c.tar.gz
gentoo-2-37896829dfc7def75ae0f294f52e19253577749c.tar.bz2
gentoo-2-37896829dfc7def75ae0f294f52e19253577749c.zip
Version bump
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wv2/ChangeLog5
-rw-r--r--app-text/wv2/Manifest4
-rw-r--r--app-text/wv2/files/digest-wv2-0.11
-rw-r--r--app-text/wv2/wv2-0.1.ebuild33
4 files changed, 40 insertions, 3 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog
index c2c20756609f..bf8bfce75f3a 100644
--- a/app-text/wv2/ChangeLog
+++ b/app-text/wv2/ChangeLog
@@ -1,6 +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.3 2003/04/13 21:09:57 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.4 2003/07/07 09:26:26 brain Exp $
+*wv-0.1 (07 Jul 2003)
+ 07 Jul 2003; Michele Balistreri <brain@gentoo.org> wv2-0.1.ebuild:
+ Version bump, thanks to Franz Dhin <fd@redspot.dk>.
14 Apr 2003; Dan Armak <danarmak@gentoo.org> wv2-0.0.8.ebuild,
wv2-0.0.9.ebuild:
diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest
index 2bab877a2e82..fd305c800484 100644
--- a/app-text/wv2/Manifest
+++ b/app-text/wv2/Manifest
@@ -1,7 +1,7 @@
-MD5 1ed525343782cdd41b62ccb7d633258c ChangeLog 935
+MD5 2a1eaad8e43ec316ed53971e7c1ac6cf ChangeLog 1077
MD5 bca2bb471b3871f73c122fd478476414 wv2-0.0.7.ebuild 706
MD5 ba66c68087e0323ff989009f86290d5b wv2-0.0.8.ebuild 671
-MD5 8398217017cbe59b9f83bc798dfd5c3a wv2-0.1.ebuild 671
+MD5 eb5c6df15d6c4604665b886cbfc1ba1b wv2-0.1.ebuild 666
MD5 e7af0a6199eabe4b9c86d157b1e98c3b wv2-0.0.9.ebuild 671
MD5 c502c016b6ecdbd0365bd345b55391ec files/digest-wv2-0.1 60
MD5 5afef0e25528eda3ea95665f55a3e967 files/digest-wv2-0.0.7 62
diff --git a/app-text/wv2/files/digest-wv2-0.1 b/app-text/wv2/files/digest-wv2-0.1
new file mode 100644
index 000000000000..030609837436
--- /dev/null
+++ b/app-text/wv2/files/digest-wv2-0.1
@@ -0,0 +1 @@
+MD5 2e6f97a75ab2be57f0d6c18e2ebee4f5 wv2-0.1.tar.bz2 665291
diff --git a/app-text/wv2/wv2-0.1.ebuild b/app-text/wv2/wv2-0.1.ebuild
new file mode 100644
index 000000000000..895c7ff5c678
--- /dev/null
+++ b/app-text/wv2/wv2-0.1.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.1.ebuild,v 1.1 2003/07/07 09:26:26 brain 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.8.0
+ >=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
+
+}