summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-09 10:50:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-09 10:50:54 +0000
commite1a266912ce43738525397ee931bd4fb98a11b38 (patch)
tree8597a395a88bfab3175617ee8abb0fc60f8dba91 /app-dicts/ispell-da
parentversion bump (diff)
downloadhistorical-e1a266912ce43738525397ee931bd4fb98a11b38.tar.gz
historical-e1a266912ce43738525397ee931bd4fb98a11b38.tar.bz2
historical-e1a266912ce43738525397ee931bd4fb98a11b38.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.261
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.26.ebuild25
3 files changed, 28 insertions, 2 deletions
diff --git a/app-dicts/ispell-da/Manifest b/app-dicts/ispell-da/Manifest
index fe43b9f2360f..51454b9c54ee 100644
--- a/app-dicts/ispell-da/Manifest
+++ b/app-dicts/ispell-da/Manifest
@@ -1,6 +1,6 @@
-MD5 67cd8b16026cb5631e0a4aa3407e49de ispell-da-1.4.26.ebuild 586
+MD5 22c2fc12cb2f8700c7ed37bb03c85521 ispell-da-1.4.26.ebuild 632
MD5 d2c4d64c303adc398ce108a2487ced33 ispell-da-1.4.22.ebuild 611
-MD5 606176c1ba19d16597321769e5c0a415 ChangeLog 829
+MD5 5782d76176980f70efa854c2b9b49975 ChangeLog 1015
MD5 e24ad2959ba46917ece89cca116cb7ad 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.26 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.26
new file mode 100644
index 000000000000..a166ed44e85f
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.26
@@ -0,0 +1 @@
+MD5 052fd5b6d1695948bc48f64ba15974c8 ispell-da-1.4.26.tar.gz 394762
diff --git a/app-dicts/ispell-da/ispell-da-1.4.26.ebuild b/app-dicts/ispell-da/ispell-da-1.4.26.ebuild
new file mode 100644
index 000000000000..aa646fb766a3
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.4.26.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.26.ebuild,v 1.1 2003/09/09 10:50:52 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 COPYING Copyright README contributors
+}