diff options
-rw-r--r-- | app-text/wv2/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wv2/files/digest-wv2-0.2.2 | 1 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.2.2.ebuild | 23 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 59ee69de2371..63b4fbdf6028 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/wv2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.18 2004/06/24 22:56:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.19 2004/07/06 12:39:04 hanno Exp $ + +*wv2-0.2.2 (06 Jul 2004) + + 06 Jul 2004; Hanno Boeck <hanno@gentoo.org> +wv2-0.2.2.ebuild: + Version bump. Fixes gcc 3.4 issues. 14 May 2004; Bryan Østergaard <kloeri@gentoo.org> wv2-0.2.1.ebuild: Keyword ~alpha. diff --git a/app-text/wv2/files/digest-wv2-0.2.2 b/app-text/wv2/files/digest-wv2-0.2.2 new file mode 100644 index 000000000000..4fd9e016b800 --- /dev/null +++ b/app-text/wv2/files/digest-wv2-0.2.2 @@ -0,0 +1 @@ +MD5 d05318852b6c599270c7e0376834c413 wv2-0.2.2.tar.bz2 672700 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 +} |