diff options
author | 2004-02-15 00:03:20 +0000 | |
---|---|---|
committer | 2004-02-15 00:03:20 +0000 | |
commit | 10d8b36f62651fcd44117da19f5e6233cb0b8c1f (patch) | |
tree | 63ae456afd94fca0f35833d7fdf84fec1ee63632 /app-text/wv2 | |
parent | fix DEPENDs #41594 (diff) | |
download | historical-10d8b36f62651fcd44117da19f5e6233cb0b8c1f.tar.gz historical-10d8b36f62651fcd44117da19f5e6233cb0b8c1f.tar.bz2 historical-10d8b36f62651fcd44117da19f5e6233cb0b8c1f.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-text/wv2')
-rw-r--r-- | app-text/wv2/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wv2/Manifest | 6 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.2.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 3ff2fa1a1b5f..c749fbefa6b7 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2003/12/09 15:06:15 caleb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.13 2004/02/15 00:03:20 weeve Exp $ + + 14 Feb 2004; Jason Wever <weeve@gentoo.org> wv2-0.2.ebuild: + Added ~sparc keyword. 09 Dec 2003; Caleb Tennis <caleb@gentoo.org> wv2-0.2.ebuild: Mark x86 stable, move ~ppc to latest version diff --git a/app-text/wv2/Manifest b/app-text/wv2/Manifest index 4e22ce65e1a1..45d63cb6b7df 100644 --- a/app-text/wv2/Manifest +++ b/app-text/wv2/Manifest @@ -1,8 +1,8 @@ -MD5 5567b619e1cf1b01141c2a4e6d64acae wv2-0.2.ebuild 665 +MD5 f75e37a5c3ff0e910553c060163994a3 ChangeLog 1909 +MD5 cc54489a443c5995795bc6eaaac824b1 metadata.xml 223 MD5 518172f1cf06ad891398c35bf01ce4d3 wv2-0.0.9.ebuild 664 MD5 8d3480a769adf61a7ca1c57ee636265f wv2-0.1.9.ebuild 662 -MD5 5c90617b33eb80110bd75870c132f259 ChangeLog 1822 -MD5 cc54489a443c5995795bc6eaaac824b1 metadata.xml 223 +MD5 d5a445a0b81457f655c078e0140cdc3b wv2-0.2.ebuild 672 MD5 d29bdf3533cc61bbe8d9b7e21ee694cb files/digest-wv2-0.0.9 62 MD5 613cbfebbdd6c7a3e664576b6b9cbab4 files/digest-wv2-0.1.9 62 MD5 54e094092f510c7594a141f02b7f2adf files/digest-wv2-0.2 60 diff --git a/app-text/wv2/wv2-0.2.ebuild b/app-text/wv2/wv2-0.2.ebuild index 3a8b8fda25ed..515b829a7735 100644 --- a/app-text/wv2/wv2-0.2.ebuild +++ b/app-text/wv2/wv2-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.ebuild,v 1.3 2003/12/09 15:06:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.ebuild,v 1.4 2004/02/15 00:03:20 weeve 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 amd64 ~ppc" +KEYWORDS="x86 amd64 ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" |