diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
commit | 30eee4907185e4e22c51043d2474c4790448078e (patch) | |
tree | 4a674f736bc07ab7f5e82bfea63fccdd5247f6a1 /app-dicts/ispell-da | |
parent | moved dictionaries to app-dicts (diff) | |
download | historical-30eee4907185e4e22c51043d2474c4790448078e.tar.gz historical-30eee4907185e4e22c51043d2474c4790448078e.tar.bz2 historical-30eee4907185e4e22c51043d2474c4790448078e.zip |
moved from app-i18n
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r-- | app-dicts/ispell-da/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/ispell-da/files/digest-ispell-da-1.4.22 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.22.ebuild | 30 |
3 files changed, 41 insertions, 0 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog new file mode 100644 index 000000000000..a41be595cc55 --- /dev/null +++ b/app-dicts/ispell-da/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ispell-da +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.1 2002/12/03 07:15:39 seemant Exp $ + +*ispell-da-1.4.22 (11 Jul 2002) + + 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog + ispell-da-1.4.22.ebuild files/digest-ispell-da-1.4.22 : + + Initial version by: A.Jensen <anders@gnulinux.dk> in bug #1993 diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.4.22 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.22 new file mode 100644 index 000000000000..7f9daf54590e --- /dev/null +++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.22 @@ -0,0 +1 @@ +MD5 fd4580d33dc61b3dc667495db1d6f098 ispell-da-1.4.22.tar.gz 398473 diff --git a/app-dicts/ispell-da/ispell-da-1.4.22.ebuild b/app-dicts/ispell-da/ispell-da-1.4.22.ebuild new file mode 100644 index 000000000000..514b1d192a94 --- /dev/null +++ b/app-dicts/ispell-da/ispell-da-1.4.22.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.22.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A danish dictionary for ispell" +SRC_URI="http://da.speling.org/filer/${P}.tar.gz" +HOMEPAGE="http://da.speling.org/" + +DEPEND="app-text/ispell" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_compile() { + + emake || die + +} + +src_install () { + + insinto /usr/lib/ispell + doins dansk.aff dansk.hash + + dodoc Documentation/* + +} + |