diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-08-15 18:42:54 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-08-15 18:42:54 +0000 |
commit | c48ff4a14afee9a7c7834f96a7d752de6c95274a (patch) | |
tree | e69a9d998cc8ea2197a2ba58ce042f1ff395c2f2 /app-text | |
parent | Fix from bug #26669, also mark x86 stable and rely on need-qt instead of qt v... (diff) | |
download | historical-c48ff4a14afee9a7c7834f96a7d752de6c95274a.tar.gz historical-c48ff4a14afee9a7c7834f96a7d752de6c95274a.tar.bz2 historical-c48ff4a14afee9a7c7834f96a7d752de6c95274a.zip |
move to stable
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index 698eb6ec197d..e8b2fbd21556 100644 --- a/app-text/hspell/ChangeLog +++ b/app-text/hspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hspell # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.3 2003/08/05 18:11:34 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.4 2003/08/15 18:42:33 coronalvr Exp $ + + 15 Aug 2003; Alex Veber <coronalvr@gentoo.org> hspell-0.6.ebuild: + move to stable *hspell-0.6 (05 Aug 2003) diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest index a3656d716166..8d076c463b00 100644 --- a/app-text/hspell/Manifest +++ b/app-text/hspell/Manifest @@ -1,6 +1,6 @@ MD5 ec13a3068670423a339299a698fa5113 hspell-0.4.ebuild 651 -MD5 748b9d9d60c2c4a56983ce3a736df879 hspell-0.6.ebuild 709 -MD5 5ca9a32e56c6dc8fed9c396c2a234299 ChangeLog 597 +MD5 ec19e42bf778bfc5536bf127d643f4cd hspell-0.6.ebuild 708 +MD5 5530ef9cabbe8cffb4737b2f43b30b2f ChangeLog 683 MD5 fd0c9c33a55847b9ad262e879c4d4a5b hspell-0.5.ebuild 671 MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61 MD5 d2366a1445d9b6dff132730b00319e58 files/digest-hspell-0.5 62 diff --git a/app-text/hspell/hspell-0.6.ebuild b/app-text/hspell/hspell-0.6.ebuild index 1f2bf95d2cb2..a41a007edc3c 100644 --- a/app-text/hspell/hspell-0.6.ebuild +++ b/app-text/hspell/hspell-0.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.1 2003/08/05 18:11:34 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.2 2003/08/15 18:42:33 coronalvr Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=perl-5.6.1" |