summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-04-12 14:45:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-04-12 14:45:15 +0000
commit1a93fb924b10e2d896337de9fc16b144aafd7e16 (patch)
tree5db57259ec7875dcbd91a37446ab58e05d629d02 /app-dicts/ispell-da
parentversion bump" (diff)
downloadhistorical-1a93fb924b10e2d896337de9fc16b144aafd7e16.tar.gz
historical-1a93fb924b10e2d896337de9fc16b144aafd7e16.tar.bz2
historical-1a93fb924b10e2d896337de9fc16b144aafd7e16.zip
version bump"
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r--app-dicts/ispell-da/Manifest4
-rw-r--r--app-dicts/ispell-da/files/digest-ispell-da-1.4.241
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.24.ebuild25
3 files changed, 28 insertions, 2 deletions
diff --git a/app-dicts/ispell-da/Manifest b/app-dicts/ispell-da/Manifest
index 8946255272b8..091d9d09a189 100644
--- a/app-dicts/ispell-da/Manifest
+++ b/app-dicts/ispell-da/Manifest
@@ -1,5 +1,5 @@
MD5 ae255800b78502bb4c59ed9c6e0edfa0 ispell-da-1.4.22.ebuild 612
-MD5 e50d531abb5b4fa6e53a9ff8ad7d8b5b ChangeLog 632
-MD5 ae255800b78502bb4c59ed9c6e0edfa0 ispell-da-1.4.24.ebuild 612
+MD5 606176c1ba19d16597321769e5c0a415 ChangeLog 829
+MD5 2b24b1d61e553388a90ec732b86cdeb0 ispell-da-1.4.24.ebuild 611
MD5 4c279da9b9a65c89fd84b7eebdbcfa85 files/digest-ispell-da-1.4.22 68
MD5 f00cf0fcfbd5a100491330aaa4461851 files/digest-ispell-da-1.4.24 68
diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.4.24 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.24
new file mode 100644
index 000000000000..5911649cd030
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.24
@@ -0,0 +1 @@
+MD5 679a7f9f5d82b1cc88dcf13eefdf5588 ispell-da-1.4.24.tar.gz 377630
diff --git a/app-dicts/ispell-da/ispell-da-1.4.24.ebuild b/app-dicts/ispell-da/ispell-da-1.4.24.ebuild
new file mode 100644
index 000000000000..50a9184fb510
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.4.24.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 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.24.ebuild,v 1.1 2003/04/12 14:45:13 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A danish dictionary for ispell"
+HOMEPAGE="http://da.speling.org/"
+SRC_URI="http://da.speling.org/filer/${P}.tar.gz"
+
+DEPEND="app-text/ispell"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="ppc x86 sparc alpha mips hppa arm"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins dansk.aff dansk.hash
+
+ dodoc Documentation/*
+}