summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-03-09 15:22:32 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-03-09 15:22:32 +0000
commitfdd628d565bc4e5bdcf10baa083cf45a0ef1968e (patch)
tree8229538b2a7fee6d0e91d89335959697340cba44 /app-text/wv2/wv2-0.2.1.ebuild
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-fdd628d565bc4e5bdcf10baa083cf45a0ef1968e.tar.gz
gentoo-2-fdd628d565bc4e5bdcf10baa083cf45a0ef1968e.tar.bz2
gentoo-2-fdd628d565bc4e5bdcf10baa083cf45a0ef1968e.zip
version bump, fix homepage
Diffstat (limited to 'app-text/wv2/wv2-0.2.1.ebuild')
-rw-r--r--app-text/wv2/wv2-0.2.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/wv2/wv2-0.2.1.ebuild b/app-text/wv2/wv2-0.2.1.ebuild
new file mode 100644
index 000000000000..932654665aff
--- /dev/null
+++ b/app-text/wv2/wv2-0.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.1.ebuild,v 1.1 2004/03/09 15:22:32 lanius Exp $
+
+DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
+SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
+HOMEPAGE="http://wvware.sourceforge.net/"
+
+KEYWORDS="~x86 ~amd64 ~ppc sparc"
+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_install() {
+ einstall || die
+}