diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-03 10:48:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-03 10:48:03 +0000 |
commit | 50687d3f7e9f69b22e9ce2482724b8bb0dbf1a7a (patch) | |
tree | db5fa00a589d89a357f7954a6fcd2dd26efd28d9 /app-i18n | |
parent | Resolves bug #7399. Version bump. Repoman fix. Gcc3.2 patch. (diff) | |
download | gentoo-2-50687d3f7e9f69b22e9ce2482724b8bb0dbf1a7a.tar.gz gentoo-2-50687d3f7e9f69b22e9ce2482724b8bb0dbf1a7a.tar.bz2 gentoo-2-50687d3f7e9f69b22e9ce2482724b8bb0dbf1a7a.zip |
new aspell unmasked as well as apps which can make use of it
Diffstat (limited to 'app-i18n')
25 files changed, 81 insertions, 143 deletions
diff --git a/app-i18n/aspell-de/ChangeLog b/app-i18n/aspell-de/ChangeLog index fbc2bc9f84f5..778698ab3fe1 100644 --- a/app-i18n/aspell-de/ChangeLog +++ b/app-i18n/aspell-de/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/aspell-de # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/ChangeLog,v 1.4 2002/08/23 13:45:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/ChangeLog,v 1.5 2002/09/03 10:48:03 seemant Exp $ + +*aspell-de-0.50.2 (03 Sep 2002) + + 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-de-0.50.2.ebuild + files/digest-aspell-de-0.50.2 : + + Version bump to bugfix release. *aspell-de-0.50.1 (23 Aug 2002) diff --git a/app-i18n/aspell-de/aspell-de-0.50.2.ebuild b/app-i18n/aspell-de/aspell-de-0.50.2.ebuild new file mode 100644 index 000000000000..ad88c0337ab1 --- /dev/null +++ b/app-i18n/aspell-de/aspell-de-0.50.2.ebuild @@ -0,0 +1,9 @@ +# 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-i18n/aspell-de/aspell-de-0.50.2.ebuild,v 1.1 2002/09/03 10:48:03 seemant Exp $ + +ASPELL_LANG="German and Swiss-German" + +inherit aspell-dict + +LICENSE="GPL-2" diff --git a/app-i18n/aspell-de/aspell-de-20011124.ebuild b/app-i18n/aspell-de/aspell-de-20011124.ebuild deleted file mode 100644 index b429edd0a740..000000000000 --- a/app-i18n/aspell-de/aspell-de-20011124.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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-i18n/aspell-de/aspell-de-20011124.ebuild,v 1.1 2002/07/11 13:21:52 seemant Exp $ - -MY_P=igerman98-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A german dictionary for ispell" -SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${MY_P}.tar.bz2" -HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" - -DEPEND="app-text/aspell app-text/ispell" -RDEPEND="app-text/aspell" - -SLOT="0" -LICENSE="GPL" -KEYWORDS="x86" - -src_unpack() { - - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:^ASPELL.*:ASPELL = aspell --data-dir=./aspell:" \ - Makefile.orig > Makefile - ln -s /usr/share/aspell/iso8859-1.dat aspell -} - -src_compile() { - - make aspell || die - -} - -src_install () { - - dodir /usr/share/pspell - echo "/usr/lib/aspell/german" > ${D}/usr/share/pspell/de-aspell.pwli - - insinto /usr/share/aspell - doins aspell/german*.dat - insinto /usr/lib/aspell - doins german - - dodoc Documentation/* - -} - diff --git a/app-i18n/aspell-de/files/digest-aspell-de-0.50.2 b/app-i18n/aspell-de/files/digest-aspell-de-0.50.2 new file mode 100644 index 000000000000..401449d8a1b8 --- /dev/null +++ b/app-i18n/aspell-de/files/digest-aspell-de-0.50.2 @@ -0,0 +1 @@ +MD5 204a9737ff0110fb8c7d284bd7200f7d aspell-de-0.50-2.tar.bz2 304820 diff --git a/app-i18n/aspell-de/files/digest-aspell-de-20011124 b/app-i18n/aspell-de/files/digest-aspell-de-20011124 deleted file mode 100644 index 65d7d849551a..000000000000 --- a/app-i18n/aspell-de/files/digest-aspell-de-20011124 +++ /dev/null @@ -1 +0,0 @@ -MD5 c1eb62963d28ca423e2666e838de0b96 igerman98-20011124.tar.bz2 294508 diff --git a/app-i18n/aspell-en/ChangeLog b/app-i18n/aspell-en/ChangeLog index 2d54429db9e0..887ad8940aa8 100644 --- a/app-i18n/aspell-en/ChangeLog +++ b/app-i18n/aspell-en/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/aspell-en # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/ChangeLog,v 1.5 2002/08/23 13:41:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/ChangeLog,v 1.6 2002/09/03 10:48:03 seemant Exp $ + +*aspell-en-0.50.2 (03 Sep 2002) + + 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-en-0.50.2.ebuild + files/digest-aspell-en-0.50.2 : + + Version bump to bugfix release. *aspell-en-0.50.1 (23 Aug 2002) diff --git a/app-i18n/aspell-en/aspell-en-0.1.0.11.ebuild b/app-i18n/aspell-en/aspell-en-0.50.2.ebuild index 198ab46cbf2c..06a342d37822 100644 --- a/app-i18n/aspell-en/aspell-en-0.1.0.11.ebuild +++ b/app-i18n/aspell-en/aspell-en-0.50.2.ebuild @@ -1,7 +1,9 @@ # 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-i18n/aspell-en/aspell-en-0.1.0.11.ebuild,v 1.1 2002/08/16 01:22:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/aspell-en-0.50.2.ebuild,v 1.1 2002/09/03 10:48:03 seemant Exp $ -ASPELL_LANG="English (US, British, Canadian) Language" +ASPELL_LANG="English (US, British, Canadian)" + +LICENSE="as-is public-domain" inherit aspell-dict diff --git a/app-i18n/aspell-en/files/digest-aspell-en-0.1.0.11 b/app-i18n/aspell-en/files/digest-aspell-en-0.1.0.11 deleted file mode 100644 index 2016d8765ba0..000000000000 --- a/app-i18n/aspell-en/files/digest-aspell-en-0.1.0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa670b19f197911ddc30d942ffbd91bd aspell-en-0.1-0.11.tar.bz2 167920 diff --git a/app-i18n/aspell-en/files/digest-aspell-en-0.50.2 b/app-i18n/aspell-en/files/digest-aspell-en-0.50.2 new file mode 100644 index 000000000000..a9cee252b723 --- /dev/null +++ b/app-i18n/aspell-en/files/digest-aspell-en-0.50.2 @@ -0,0 +1 @@ +MD5 9cee7464f9e6e2eae42443048cd3c855 aspell-en-0.50-2.tar.bz2 168348 diff --git a/app-i18n/aspell-es/ChangeLog b/app-i18n/aspell-es/ChangeLog index e86e3c89a4e3..15f936539cb4 100644 --- a/app-i18n/aspell-es/ChangeLog +++ b/app-i18n/aspell-es/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-i18n/aspell-es # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-es/ChangeLog,v 1.3 2002/08/15 08:42:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-es/ChangeLog,v 1.4 2002/09/03 10:48:03 seemant Exp $ + +*aspell-0.50.2 (03 Sep 2002) + + 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.2.ebuild + files/digest-aspell-0.50.2 : + + Bad me forgot the ChangeLog entry for 0.50.1. This is the bugfix update + to that. *aspell-0.0.0.10 (15 Aug 2002) diff --git a/app-i18n/aspell-es/aspell-es-0.0.3.ebuild b/app-i18n/aspell-es/aspell-es-0.0.3.ebuild deleted file mode 100644 index a22458c1ad0e..000000000000 --- a/app-i18n/aspell-es/aspell-es-0.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-es/aspell-es-0.0.3.ebuild,v 1.3 2002/08/14 14:30:49 seemant Exp $ - -MY_P="aspell-es-0.0-3" -DESCRIPTION="The Spanish aspell dict" -HOMEPAGE="http://aspell.sourceforge.net" - -SLOT="0" -KEYWORDS="x86" -LICENSE="GPL-2" - -DEPEND="app-text/aspell" - -SRC_URI="http://aspell.sourceforge.net/${MY_P}.tar.bz2" - -S=${WORKDIR}/${MY_P} - -src_compile() { - ./configure - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/app-i18n/aspell-es/aspell-es-0.0.0.10.ebuild b/app-i18n/aspell-es/aspell-es-0.50.2.ebuild index 3b49f9bc7dd7..5429a3b20008 100644 --- a/app-i18n/aspell-es/aspell-es-0.0.0.10.ebuild +++ b/app-i18n/aspell-es/aspell-es-0.50.2.ebuild @@ -1,7 +1,9 @@ # 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-i18n/aspell-es/aspell-es-0.0.0.10.ebuild,v 1.1 2002/08/15 08:42:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-es/aspell-es-0.50.2.ebuild,v 1.1 2002/09/03 10:48:03 seemant Exp $ -ASPELL_LANG="Spanish Language" +ASPELL_LANG="Spanish" + +LICENSE="GPL-2" inherit aspell-dict diff --git a/app-i18n/aspell-es/files/digest-aspell-es-0.0.0.10 b/app-i18n/aspell-es/files/digest-aspell-es-0.0.0.10 deleted file mode 100644 index 6811948ed435..000000000000 --- a/app-i18n/aspell-es/files/digest-aspell-es-0.0.0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 46c2fa4b364a211c6d613d3aed88a1da aspell-es-0.0-0.10.tar.bz2 157869 diff --git a/app-i18n/aspell-es/files/digest-aspell-es-0.0.3 b/app-i18n/aspell-es/files/digest-aspell-es-0.0.3 deleted file mode 100644 index 4761c0f29f43..000000000000 --- a/app-i18n/aspell-es/files/digest-aspell-es-0.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2689f43543ad9dcd898241388164f300 aspell-es-0.0-3.tar.bz2 158100 diff --git a/app-i18n/aspell-es/files/digest-aspell-es-0.50.2 b/app-i18n/aspell-es/files/digest-aspell-es-0.50.2 new file mode 100644 index 000000000000..82d1014147f7 --- /dev/null +++ b/app-i18n/aspell-es/files/digest-aspell-es-0.50.2 @@ -0,0 +1 @@ +MD5 4a8583e9ef9f4aed03f5a7fe09d40060 aspell-es-0.50-2.tar.bz2 157809 diff --git a/app-i18n/aspell-fr/ChangeLog b/app-i18n/aspell-fr/ChangeLog index 9e75aac82399..f37d48d4f2b0 100644 --- a/app-i18n/aspell-fr/ChangeLog +++ b/app-i18n/aspell-fr/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/aspell-fr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-fr/ChangeLog,v 1.2 2002/08/23 14:00:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-fr/ChangeLog,v 1.3 2002/09/03 10:48:03 seemant Exp $ + +*aspell-fr-0.50.2 (03 Sep 2002) + + 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-fr-0.50.2.ebuild + files/digest-aspell-0.50.2 : + + Version bump to bugfix release. *aspell-fr-0.50.1 (23 Aug 2002) diff --git a/app-i18n/aspell-fr/aspell-fr-0.1.3.ebuild b/app-i18n/aspell-fr/aspell-fr-0.1.3.ebuild deleted file mode 100644 index 6b1a88b8dd04..000000000000 --- a/app-i18n/aspell-fr/aspell-fr-0.1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-fr/aspell-fr-0.1.3.ebuild,v 1.1 2002/07/13 02:17:35 seemant Exp $ - -MY_P=${P/.3/-3} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Aspell French Word List Package" -HOMEPAGE="http://aspell.sourceforge.net" -SRC_URI="http://aspell.sourceforge.net/${MY_P}.tar.bz2" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="x86" - -DEPEND="app-text/aspell" - -src_compile() { - ./configure - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc README COPYING Copyright -} diff --git a/app-i18n/aspell-fr/aspell-fr-0.50.2.ebuild b/app-i18n/aspell-fr/aspell-fr-0.50.2.ebuild new file mode 100644 index 000000000000..7d21fb304226 --- /dev/null +++ b/app-i18n/aspell-fr/aspell-fr-0.50.2.ebuild @@ -0,0 +1,9 @@ +# 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-i18n/aspell-fr/aspell-fr-0.50.2.ebuild,v 1.1 2002/09/03 10:48:03 seemant Exp $ + +ASPELL_LANG="French" + +LICENSE="GPL-2" + +inherit aspell-dict diff --git a/app-i18n/aspell-fr/files/digest-aspell-fr-0.1.3 b/app-i18n/aspell-fr/files/digest-aspell-fr-0.1.3 deleted file mode 100644 index 6ec63dc2bf94..000000000000 --- a/app-i18n/aspell-fr/files/digest-aspell-fr-0.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 856d4c4502abfb434c96a2193b42fb80 aspell-fr-0.1-3.tar.bz2 283302 diff --git a/app-i18n/aspell-fr/files/digest-aspell-fr-0.50.2 b/app-i18n/aspell-fr/files/digest-aspell-fr-0.50.2 new file mode 100644 index 000000000000..bfacd4c8bbab --- /dev/null +++ b/app-i18n/aspell-fr/files/digest-aspell-fr-0.50.2 @@ -0,0 +1 @@ +MD5 10da01938ec743b16e1dbf0d9abaffbf aspell-fr-0.50-2.tar.bz2 283146 diff --git a/app-i18n/aspell-nl/ChangeLog b/app-i18n/aspell-nl/ChangeLog index 572f2596bc2b..ed4802be554c 100644 --- a/app-i18n/aspell-nl/ChangeLog +++ b/app-i18n/aspell-nl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/aspell-nl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-nl/ChangeLog,v 1.4 2002/08/23 14:00:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-nl/ChangeLog,v 1.5 2002/09/03 10:48:03 seemant Exp $ + +*aspell-nl-0.50.2 (03 Sep 2002) + + 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-nl-0.50.2.ebuild + files/digest-aspell-0.50.2 : + + Version bump to bugfix release. *aspell-nl-0.50.1 (23 Aug 2002) diff --git a/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild b/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild deleted file mode 100644 index c386122f36b3..000000000000 --- a/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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-i18n/aspell-nl/aspell-nl-0.0.3.ebuild,v 1.1 2002/07/12 16:43:51 seemant Exp $ - -MY_P=${PN}-${PV/.3/-3} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dutch dictionary for aspell" -HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/nl-aspell/index.html" -SRC_URI="http://aspell.sourceforge.net/${MY_P}.tar.bz2" - -DEPEND="app-text/aspell" -RDEPEND="app-text/aspell" - -LICENSE="aspell-nl" -SLOT="0" -KEYWORDS="x86" - -src_compile() { - ./configure || die - emake || die -} - -src_install() { - make \ - DESTDIR=${D} \ - install || die - - dodoc Copyright README doc/nl-spelling.txt - dohtml doc/index.html -} diff --git a/app-i18n/aspell-nl/aspell-nl-0.50.2.ebuild b/app-i18n/aspell-nl/aspell-nl-0.50.2.ebuild new file mode 100644 index 000000000000..ce4c1100cfb9 --- /dev/null +++ b/app-i18n/aspell-nl/aspell-nl-0.50.2.ebuild @@ -0,0 +1,9 @@ +# 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-i18n/aspell-nl/aspell-nl-0.50.2.ebuild,v 1.1 2002/09/03 10:48:03 seemant Exp $ + +ASPELL_LANG="Dutch" + +LICENSE="freedist" + +inherit aspell-dict diff --git a/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 b/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 deleted file mode 100644 index df149938d4ce..000000000000 --- a/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 67f56fc57c6ea3794a66e4df3650d6f3 aspell-nl-0.0-3.tar.bz2 428532 diff --git a/app-i18n/aspell-nl/files/digest-aspell-nl-0.50.2 b/app-i18n/aspell-nl/files/digest-aspell-nl-0.50.2 new file mode 100644 index 000000000000..921b3388a283 --- /dev/null +++ b/app-i18n/aspell-nl/files/digest-aspell-nl-0.50.2 @@ -0,0 +1 @@ +MD5 c3ef9fd7dc4c47d816eee9ef5149c76a aspell-nl-0.50-2.tar.bz2 428365 |