diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 20:20:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 20:20:00 +0000 |
commit | fbd6ca5ef17ea146b83ef91f7ede88ec460b242d (patch) | |
tree | ecd48fab4e135e5895866c7ad6df4e850bfca6e1 /app-text | |
parent | Upstream likes changing tarballs, eh? (diff) | |
download | gentoo-2-fbd6ca5ef17ea146b83ef91f7ede88ec460b242d.tar.gz gentoo-2-fbd6ca5ef17ea146b83ef91f7ede88ec460b242d.tar.bz2 gentoo-2-fbd6ca5ef17ea146b83ef91f7ede88ec460b242d.zip |
Bump to 0.3.1. Fixes #265715
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wv2/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.3.1.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index ac33bc95ad94..9b22572f77ef 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/wv2 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.47 2009/02/19 11:30:45 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.48 2009/04/24 20:20:00 patrick Exp $ + +*wv2-0.3.1 (24 Apr 2009) + + 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> +wv2-0.3.1.ebuild: + Bump to 0.3.1. Fixes #265715 *wv2-0.3.0 (19 Feb 2009) diff --git a/app-text/wv2/wv2-0.3.1.ebuild b/app-text/wv2/wv2-0.3.1.ebuild new file mode 100644 index 000000000000..43bcaf0418bd --- /dev/null +++ b/app-text/wv2/wv2-0.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.3.1.ebuild,v 1.1 2009/04/24 20:20:00 patrick Exp $ + +EAPI=1 + +inherit eutils + +DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" +HOMEPAGE="http://wvware.sourceforge.net" +SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=gnome-extra/libgsf-1.8 + media-libs/freetype:2 + media-libs/libpng + media-gfx/imagemagick" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog README RELEASE THANKS TODO +} |