diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-07-06 12:39:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-07-06 12:39:04 +0000 |
commit | 1738a471a0bfccc88b825e9781e2f23875161292 (patch) | |
tree | 43ce7a0dab28d50d153a26e904e8d4240a242e08 /app-text/wv2/wv2-0.2.2.ebuild | |
parent | QA: newdepend -> R/DEPEND, need-kde (Manifest recommit) (diff) | |
download | gentoo-2-1738a471a0bfccc88b825e9781e2f23875161292.tar.gz gentoo-2-1738a471a0bfccc88b825e9781e2f23875161292.tar.bz2 gentoo-2-1738a471a0bfccc88b825e9781e2f23875161292.zip |
wv2 version bump
Diffstat (limited to 'app-text/wv2/wv2-0.2.2.ebuild')
-rw-r--r-- | app-text/wv2/wv2-0.2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/wv2/wv2-0.2.2.ebuild b/app-text/wv2/wv2-0.2.2.ebuild new file mode 100644 index 000000000000..a65b9cfbcb92 --- /dev/null +++ b/app-text/wv2/wv2-0.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.2.ebuild,v 1.1 2004/07/06 12:39:04 hanno 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 ~alpha" +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 +} |