From 0e2cbaa5d7c22bc58f75c85e5a8ffc9293987e48 Mon Sep 17 00:00:00 2001 From: Dan Armak Date: Sun, 13 Apr 2003 21:10:39 +0000 Subject: new version. also go back to ~ as the libgsf dep is at ~. --- app-text/wv2/ChangeLog | 11 ++++++++++- app-text/wv2/Manifest | 7 +++++++ app-text/wv2/files/digest-wv2-0.0.9 | 1 + app-text/wv2/wv2-0.0.8.ebuild | 4 ++-- app-text/wv2/wv2-0.0.9.ebuild | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 app-text/wv2/Manifest create mode 100644 app-text/wv2/files/digest-wv2-0.0.9 create mode 100644 app-text/wv2/wv2-0.0.9.ebuild (limited to 'app-text/wv2') diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 5c4126c14622..c2c20756609f 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,15 @@ # 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.2 2003/04/05 22:02:43 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.3 2003/04/13 21:09:57 danarmak Exp $ + + 14 Apr 2003; Dan Armak wv2-0.0.8.ebuild, + wv2-0.0.9.ebuild: + Mask back to ~x86 because the libgsf dependancy is masked that way. + +*wv2-0.0.9 (13 Apr 2003) + + 13 Apr 2003; Dan Armak wv2-0.0.9.ebuild: + A new upstream version. *wv2-0.0.8 (06 Apr 2003) diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest new file mode 100644 index 000000000000..46a647d86bcc --- /dev/null +++ b/app-text/wv2/Manifest @@ -0,0 +1,7 @@ +MD5 bca2bb471b3871f73c122fd478476414 wv2-0.0.7.ebuild 706 +MD5 e7af0a6199eabe4b9c86d157b1e98c3b wv2-0.0.9.ebuild 671 +MD5 1ed525343782cdd41b62ccb7d633258c ChangeLog 935 +MD5 ba66c68087e0323ff989009f86290d5b wv2-0.0.8.ebuild 671 +MD5 5afef0e25528eda3ea95665f55a3e967 files/digest-wv2-0.0.7 62 +MD5 04600766f44805a4f82585e49d950c7e files/digest-wv2-0.0.8 62 +MD5 d29bdf3533cc61bbe8d9b7e21ee694cb files/digest-wv2-0.0.9 62 diff --git a/app-text/wv2/files/digest-wv2-0.0.9 b/app-text/wv2/files/digest-wv2-0.0.9 new file mode 100644 index 000000000000..78fe9cd6373e --- /dev/null +++ b/app-text/wv2/files/digest-wv2-0.0.9 @@ -0,0 +1 @@ +MD5 f0f6d1aaec42ee7b88f690b56afe35eb wv2-0.0.9.tar.bz2 579005 diff --git a/app-text/wv2/wv2-0.0.8.ebuild b/app-text/wv2/wv2-0.0.8.ebuild index 253aa600c248..07cc9a32b19f 100644 --- a/app-text/wv2/wv2-0.0.8.ebuild +++ b/app-text/wv2/wv2-0.0.8.ebuild @@ -1,6 +1,6 @@ # 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.0.8.ebuild,v 1.1 2003/04/05 22:02:43 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.0.8.ebuild,v 1.2 2003/04/13 21:09:57 danarmak Exp $ S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ 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" +KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" diff --git a/app-text/wv2/wv2-0.0.9.ebuild b/app-text/wv2/wv2-0.0.9.ebuild new file mode 100644 index 000000000000..5609c7d12109 --- /dev/null +++ b/app-text/wv2/wv2-0.0.9.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.0.9.ebuild,v 1.1 2003/04/13 21:09:57 danarmak 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.7.2 + >=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 + +} -- cgit v1.2.3-65-gdbad