diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:10 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:10 +0000 |
commit | 7c203e62c6805bcf3be7f68a421925cfbbd2f087 (patch) | |
tree | 264643d7ba85e59868b3da3f36931530373a209d /app-dicts | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.tar.gz historical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.tar.bz2 historical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-cs/ispell-cs-20020628.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/ispell-fr/ispell-fr-1.0.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/ispell-lt/ispell-lt-0.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-dicts/ispell-cs/ispell-cs-20020628.ebuild b/app-dicts/ispell-cs/ispell-cs-20020628.ebuild index 7148cfd7d9c8..2bf6cf426c21 100644 --- a/app-dicts/ispell-cs/ispell-cs-20020628.ebuild +++ b/app-dicts/ispell-cs/ispell-cs-20020628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20020628.ebuild,v 1.2 2002/12/09 04:17:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20020628.ebuild,v 1.3 2002/12/15 10:44:10 bjb Exp $ MY_P=${PN/cs/czech} S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="sys-devel/perl app-text/ispell" diff --git a/app-dicts/ispell-fr/ispell-fr-1.0.ebuild b/app-dicts/ispell-fr/ispell-fr-1.0.ebuild index 8ba67a39922a..1919f7882bf1 100644 --- a/app-dicts/ispell-fr/ispell-fr-1.0.ebuild +++ b/app-dicts/ispell-fr/ispell-fr-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fr/ispell-fr-1.0.ebuild,v 1.2 2002/12/09 04:17:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fr/ispell-fr-1.0.ebuild,v 1.3 2002/12/15 10:44:10 bjb Exp $ MY_P="Francais-GUTenberg-v${PV}" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.unil.ch/ling/cp/frgut.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="app-text/ispell" diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild index f90ca1f32e51..4f1f58595909 100644 --- a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild +++ b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.2 2002/12/09 04:17:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.3 2002/12/15 10:44:10 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lithuanian dictionary for ispell." @@ -9,7 +9,7 @@ SRC_URI="http://ieva.mif.vu.lt/~alga/lt/ispell/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="app-text/ispell dev-lang/python" |