diff options
author | Jason Wever <weeve@gentoo.org> | 2003-08-30 12:45:03 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-08-30 12:45:03 +0000 |
commit | 79e8894434c75159ffd970787a413741b1b0ac21 (patch) | |
tree | 9bd1e1711e9a20806befbe9d555995aa9473cd8e /app-text/wv | |
parent | Fixed a non-fixed patch_URI further down in the ebuild. (diff) | |
download | gentoo-2-79e8894434c75159ffd970787a413741b1b0ac21.tar.gz gentoo-2-79e8894434c75159ffd970787a413741b1b0ac21.tar.bz2 gentoo-2-79e8894434c75159ffd970787a413741b1b0ac21.zip |
Added ~sparc to keywords.
Diffstat (limited to 'app-text/wv')
-rw-r--r-- | app-text/wv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wv/Manifest | 8 | ||||
-rw-r--r-- | app-text/wv/wv-0.7.6.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog index ad8b85543cee..1a613b736c9e 100644 --- a/app-text/wv/ChangeLog +++ b/app-text/wv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wv # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.11 2003/07/04 09:07:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.12 2003/08/30 12:43:27 weeve Exp $ + + 30 Aug 2003; Jason Wever <weeve@gentoo.org> wv-0.7.6.ebuild: + Added ~sparc to keywords. 04 Jul 2003; Luca Barbato <lu_zero@gentoo.org> wv-0.7.6.ebuild : Added ~ppc keyword diff --git a/app-text/wv/Manifest b/app-text/wv/Manifest index 232c8e371efa..01137f77459f 100644 --- a/app-text/wv/Manifest +++ b/app-text/wv/Manifest @@ -1,8 +1,8 @@ -MD5 7ffc4b3728e4c6b28a445696634dc129 ChangeLog 1262 +MD5 74c9c247377a416771ddf96c95c7b6f2 ChangeLog 1352 MD5 4bc72e3527222c3f057cf46d688fe7cc wv-0.7.1.ebuild 1128 -MD5 967a0caf33ef2c4d2eb3b4078bca7456 wv-0.7.6.ebuild 815 MD5 0ac273ab9475273bb6919a07e289d1b5 wv-0.7.5.ebuild 768 +MD5 045708e798c7be1c0b825ea4339770a7 wv-0.7.6.ebuild 820 MD5 0dcc3dd9a1d3fef13efc2355ac83154f files/digest-wv-0.7.1 61 -MD5 fe85d1375bb12fb4245f9be59895f923 files/wv-0.7.1-rvt.patch 4470 -MD5 bf3a7ec78d6703ae941fa705bd74db99 files/digest-wv-0.7.6 60 MD5 7bf937fa41866f7f17a2fc2f6a9d079d files/digest-wv-0.7.5 61 +MD5 bf3a7ec78d6703ae941fa705bd74db99 files/digest-wv-0.7.6 60 +MD5 fe85d1375bb12fb4245f9be59895f923 files/wv-0.7.1-rvt.patch 4470 diff --git a/app-text/wv/wv-0.7.6.ebuild b/app-text/wv/wv-0.7.6.ebuild index 087149b574cb..ca7481f6c44f 100644 --- a/app-text/wv/wv-0.7.6.ebuild +++ b/app-text/wv/wv-0.7.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-0.7.6.ebuild,v 1.2 2003/07/04 09:07:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-0.7.6.ebuild,v 1.3 2003/08/30 12:43:27 weeve Exp $ DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" HOMEPAGE="http://www.wvware.com" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" |