diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/aspell-nl/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/aspell-nl/aspell-nl-0.0_pre10.ebuild | 28 | ||||
-rw-r--r-- | app-i18n/aspell-nl/files/digest-aspell-nl-0.0_pre10 | 1 |
3 files changed, 37 insertions, 1 deletions
diff --git a/app-i18n/aspell-nl/ChangeLog b/app-i18n/aspell-nl/ChangeLog index 601aba88c999..1d8e7abac080 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.1 2002/07/12 16:43:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-nl/ChangeLog,v 1.2 2002/08/15 00:31:26 seemant Exp $ + +*aspell-nl-0.0_pre10 (14 Aug 2002) + + 14 Aug 2002; Seemant Kulleen <seemant@gentoo.org> + aspell-nl-0.0_pre10.ebuild : + + "update" to the latest GNU dictionary. (for use with the newer aspell). *aspell-nl-0.0.3 (12 Jul 2002) diff --git a/app-i18n/aspell-nl/aspell-nl-0.0_pre10.ebuild b/app-i18n/aspell-nl/aspell-nl-0.0_pre10.ebuild new file mode 100644 index 000000000000..f5d12945bd7f --- /dev/null +++ b/app-i18n/aspell-nl/aspell-nl-0.0_pre10.ebuild @@ -0,0 +1,28 @@ +# 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_pre10.ebuild,v 1.1 2002/08/15 00:31:26 seemant Exp $ + +MY_P=${P/_pre/-0.} +S=${WORKDIR}/${MY_P} +DESCRIPTION="English dictionary for aspell" +HOMEPAGE="http://www.gnu.org/projects/aspell/index.html" +SRC_URI="http://savannah.gnu.org/download/aspell/dicts/${MY_P}.tar.bz2" + +DEPEND="app-text/aspell" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +src_compile() { + ./configure || die + emake || die +} + +src_install() { + make \ + DESTDIR=${D} \ + install || die + + dodoc Copyright README info +} diff --git a/app-i18n/aspell-nl/files/digest-aspell-nl-0.0_pre10 b/app-i18n/aspell-nl/files/digest-aspell-nl-0.0_pre10 new file mode 100644 index 000000000000..e7dedecb1104 --- /dev/null +++ b/app-i18n/aspell-nl/files/digest-aspell-nl-0.0_pre10 @@ -0,0 +1 @@ +MD5 908051bd77ab46e693f8c1578fa1164f aspell-nl-0.0-0.10.tar.bz2 428255 |