diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-08-26 15:40:14 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-08-26 15:40:14 +0000 |
commit | 7910383176c114df116fcb8266b928eae02b0b7e (patch) | |
tree | 9f1114f5ed134a4c1e1de8ff3ffd0472738e3421 /app-text/wv2 | |
parent | Version bump (diff) | |
download | historical-7910383176c114df116fcb8266b928eae02b0b7e.tar.gz historical-7910383176c114df116fcb8266b928eae02b0b7e.tar.bz2 historical-7910383176c114df116fcb8266b928eae02b0b7e.zip |
Version bump
Diffstat (limited to 'app-text/wv2')
-rw-r--r-- | app-text/wv2/Manifest | 4 | ||||
-rw-r--r-- | app-text/wv2/files/digest-wv2-0.1.8 | 1 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.1.8.ebuild | 20 |
3 files changed, 23 insertions, 2 deletions
diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest index d19ef1c354b6..43a33530f96d 100644 --- a/app-text/wv2/Manifest +++ b/app-text/wv2/Manifest @@ -1,8 +1,8 @@ -MD5 9ede17f57f1ad8356d9301c1463e024c wv2-0.1.8.ebuild 576 +MD5 36d53a7d81b3c8ba5eddc0c3e6eeffb0 wv2-0.1.8.ebuild 578 MD5 70fd3236edf190b49f9fd9b9ed08c2e4 wv2-0.0.7.ebuild 701 MD5 07cc7f00e72f4744695db50a3c1ff918 wv2-0.0.9.ebuild 666 MD5 eb5c6df15d6c4604665b886cbfc1ba1b wv2-0.1.ebuild 666 -MD5 b9ddba453b6203bbefd5c69d39617314 ChangeLog 1185 +MD5 95b8818d5f3c827281ccc121d6f0c4fd ChangeLog 1186 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.8 b/app-text/wv2/files/digest-wv2-0.1.8 new file mode 100644 index 000000000000..62bd3663c264 --- /dev/null +++ b/app-text/wv2/files/digest-wv2-0.1.8 @@ -0,0 +1 @@ +MD5 2935f0d553fbe391d045b738c3f8aec3 wv2-0.1.8.tar.bz2 663595 diff --git a/app-text/wv2/wv2-0.1.8.ebuild b/app-text/wv2/wv2-0.1.8.ebuild new file mode 100644 index 000000000000..2fdc5f631d2e --- /dev/null +++ b/app-text/wv2/wv2-0.1.8.ebuild @@ -0,0 +1,20 @@ +# 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.8.ebuild,v 1.1 2003/08/26 15:40:02 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" |