summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-11 09:25:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-11 09:25:08 +0000
commitff24f4f79d72fe505873d58029a16eef7b905058 (patch)
tree25a47a2883f881ae822a74c22b22a412d24b6890 /app-i18n
parentPortage 2.0.12 -- bug fix release. (diff)
downloadgentoo-2-ff24f4f79d72fe505873d58029a16eef7b905058.tar.gz
gentoo-2-ff24f4f79d72fe505873d58029a16eef7b905058.tar.bz2
gentoo-2-ff24f4f79d72fe505873d58029a16eef7b905058.zip
new ispell dictionary -- Danish language
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ispell-da/ChangeLog10
-rw-r--r--app-i18n/ispell-da/files/digest-ispell-da-1.4.221
-rw-r--r--app-i18n/ispell-da/ispell-da-1.4.22.ebuild30
3 files changed, 41 insertions, 0 deletions
diff --git a/app-i18n/ispell-da/ChangeLog b/app-i18n/ispell-da/ChangeLog
new file mode 100644
index 000000000000..e26c2ad3ca78
--- /dev/null
+++ b/app-i18n/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-i18n/ispell-da/ChangeLog,v 1.1 2002/07/11 09:25:08 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-i18n/ispell-da/files/digest-ispell-da-1.4.22 b/app-i18n/ispell-da/files/digest-ispell-da-1.4.22
new file mode 100644
index 000000000000..7f9daf54590e
--- /dev/null
+++ b/app-i18n/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-i18n/ispell-da/ispell-da-1.4.22.ebuild b/app-i18n/ispell-da/ispell-da-1.4.22.ebuild
new file mode 100644
index 000000000000..9621bf203d67
--- /dev/null
+++ b/app-i18n/ispell-da/ispell-da-1.4.22.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-da/ispell-da-1.4.22.ebuild,v 1.1 2002/07/11 09:25:08 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/*
+
+}
+