diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 15:28:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 15:28:49 +0000 |
commit | fd8cf020c4d47df377f7e94db4c12a69c8bb85f9 (patch) | |
tree | 48306cd86ea3eb34099eca1411af062f2f6c3cb8 /app-text/hspell | |
parent | fix gconf-editor mask (diff) | |
download | historical-fd8cf020c4d47df377f7e94db4c12a69c8bb85f9.tar.gz historical-fd8cf020c4d47df377f7e94db4c12a69c8bb85f9.tar.bz2 historical-fd8cf020c4d47df377f7e94db4c12a69c8bb85f9.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'app-text/hspell')
-rw-r--r-- | app-text/hspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/hspell/Manifest | 10 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.4.ebuild | 6 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.5.ebuild | 6 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.6.ebuild | 4 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.7.ebuild | 4 |
6 files changed, 20 insertions, 16 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index 8bb9d67f1e38..94a4e477076d 100644 --- a/app-text/hspell/ChangeLog +++ b/app-text/hspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/hspell # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.6 2004/03/14 21:15:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.7 2004/03/21 15:28:49 mholzer Exp $ + + 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> hspell-0.4.ebuild, + hspell-0.5.ebuild, hspell-0.6.ebuild, hspell-0.7.ebuild: + adding categorie. see 45110 for details 14 Mar 2004; Jason Wever <weeve@gentoo.org> hspell-0.6.ebuild: Added ~sparc keyword. diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest index 1ff070c74e38..53a42885d513 100644 --- a/app-text/hspell/Manifest +++ b/app-text/hspell/Manifest @@ -1,9 +1,9 @@ -MD5 ec818f584976fd2739c424fca1bb2f52 ChangeLog 881 -MD5 ec13a3068670423a339299a698fa5113 hspell-0.4.ebuild 651 -MD5 fd0c9c33a55847b9ad262e879c4d4a5b hspell-0.5.ebuild 671 -MD5 32ae8e5c3d3469f95266f9e743b69937 hspell-0.6.ebuild 716 +MD5 43757debb82c322fdf65009af8d6b99d ChangeLog 1054 +MD5 50eb26608695a184e9c1105323cb3068 hspell-0.4.ebuild 663 +MD5 91701e64d38eb32ce8ca3a94136b4399 hspell-0.5.ebuild 679 +MD5 778c0695c7cd5ba9733764c076396ca0 hspell-0.6.ebuild 727 +MD5 783ec89b6ffedecddb909fab79902066 hspell-0.7.ebuild 724 MD5 5f66b70950879378d85d3b9371eb2725 metadata.xml 168 -MD5 b41e42fd8f136278d3b6ef5b17545656 hspell-0.7.ebuild 717 MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61 MD5 d2366a1445d9b6dff132730b00319e58 files/digest-hspell-0.5 62 MD5 9487d61fb8e2cbe5b92a44f195d009ee files/digest-hspell-0.6 62 diff --git a/app-text/hspell/hspell-0.4.ebuild b/app-text/hspell/hspell-0.4.ebuild index fa4fa16b2523..719cc1b62451 100644 --- a/app-text/hspell/hspell-0.4.ebuild +++ b/app-text/hspell/hspell-0.4.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/hspell/hspell-0.4.ebuild,v 1.2 2003/07/11 20:35:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.4.ebuild,v 1.3 2004/03/21 15:28:49 mholzer Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_compile() { mv Makefile Makefile.orig diff --git a/app-text/hspell/hspell-0.5.ebuild b/app-text/hspell/hspell-0.5.ebuild index 5d34a63062d0..16a12b9c606e 100644 --- a/app-text/hspell/hspell-0.5.ebuild +++ b/app-text/hspell/hspell-0.5.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/hspell/hspell-0.5.ebuild,v 1.1 2003/05/08 15:38:55 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.5.ebuild,v 1.2 2004/03/21 15:28:49 mholzer Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="" -DEPEND=">=perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_compile() { mv Makefile Makefile.orig diff --git a/app-text/hspell/hspell-0.6.ebuild b/app-text/hspell/hspell-0.6.ebuild index 24e2d040da8c..3e2ba8ff53d8 100644 --- a/app-text/hspell/hspell-0.6.ebuild +++ b/app-text/hspell/hspell-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5 2004/03/14 21:15:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.6 2004/03/21 15:28:49 mholzer Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 amd64 ~sparc" IUSE="" -DEPEND=">=perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_compile() { mv Makefile Makefile.orig diff --git a/app-text/hspell/hspell-0.7.ebuild b/app-text/hspell/hspell-0.7.ebuild index a3b648bc1c7e..d26d9005a6e1 100644 --- a/app-text/hspell/hspell-0.7.ebuild +++ b/app-text/hspell/hspell-0.7.ebuild @@ -1,6 +1,6 @@ # 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.7.ebuild,v 1.1 2003/12/22 22:22:27 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.7.ebuild,v 1.2 2004/03/21 15:28:49 mholzer Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_compile() { mv Makefile Makefile.orig |