diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-09-02 13:25:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-09-02 13:25:09 +0000 |
commit | 7a1871ef776a6999aac7390a33af43372379d547 (patch) | |
tree | dd6cd31da8ed45fecba58f7afeed8d0abd5d3436 /app-text | |
parent | version bump (diff) | |
download | gentoo-2-7a1871ef776a6999aac7390a33af43372379d547.tar.gz gentoo-2-7a1871ef776a6999aac7390a33af43372379d547.tar.bz2 gentoo-2-7a1871ef776a6999aac7390a33af43372379d547.zip |
version bump
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wv2/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wv2/Manifest | 4 | ||||
-rw-r--r-- | app-text/wv2/files/digest-wv2-0.1.9 | 1 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.1.9.ebuild | 29 |
4 files changed, 38 insertions, 4 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index f59c661a747c..d22d6e86ce7c 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,9 +1,13 @@ # 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.6 2003/08/26 15:40:02 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.7 2003/09/02 13:24:58 caleb Exp $ + +*wv2-0.1.9 (02 Sep 2003) + 02 Sep 2003; Caleb Tennis <caleb@gentoo.org> wv2-0.1.9.ebuild: + Version bump *wv2-0.1.8 (26 Aug 2003) - 26 Aug 2003; Caleb Tennis <caleb@gentoo.org> wv2-0.8.1.ebuild: + 26 Aug 2003; Caleb Tennis <caleb@gentoo.org> wv2-0.1.8.ebuild: Version bump. *wv2-0.1 (07 Jul 2003) diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest index 99b753fbf94a..5669d6aa53a9 100644 --- a/app-text/wv2/Manifest +++ b/app-text/wv2/Manifest @@ -2,8 +2,8 @@ MD5 2ac49d7146846735134c56be120754d2 wv2-0.1.8.ebuild 660 MD5 70fd3236edf190b49f9fd9b9ed08c2e4 wv2-0.0.7.ebuild 701 MD5 07cc7f00e72f4744695db50a3c1ff918 wv2-0.0.9.ebuild 666 MD5 eb5c6df15d6c4604665b886cbfc1ba1b wv2-0.1.ebuild 666 -MD5 2ac49d7146846735134c56be120754d2 wv2-0.1.9.ebuild 660 -MD5 ae5874dea26f751b8641ef35dbe83abe ChangeLog 1292 +MD5 3d2378a5424b462e9fbc3c9f2a310d92 wv2-0.1.9.ebuild 660 +MD5 44f795f4a943e96c728ae636c43ad895 ChangeLog 1292 MD5 b5a2c48e1f422c6d8e81cf24c8aa4df8 wv2-0.0.8.ebuild 666 MD5 3eb60ccdbbb7c5c16f940dfe2bfffdc5 metadata.xml 222 MD5 5afef0e25528eda3ea95665f55a3e967 files/digest-wv2-0.0.7 62 diff --git a/app-text/wv2/files/digest-wv2-0.1.9 b/app-text/wv2/files/digest-wv2-0.1.9 new file mode 100644 index 000000000000..70dd5632d145 --- /dev/null +++ b/app-text/wv2/files/digest-wv2-0.1.9 @@ -0,0 +1 @@ +MD5 7abf6dc4e59ad9982b787d7ab1d745da wv2-0.1.9.tar.bz2 671929 diff --git a/app-text/wv2/wv2-0.1.9.ebuild b/app-text/wv2/wv2-0.1.9.ebuild new file mode 100644 index 000000000000..f189ea4222b1 --- /dev/null +++ b/app-text/wv2/wv2-0.1.9.ebuild @@ -0,0 +1,29 @@ +# 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.1.9.ebuild,v 1.1 2003/09/02 13:24:58 caleb 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.8.0 + >=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 +} |