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
commit6fda3d446178eae00b1d07c15b03e6bfdc05e4c9 (patch)
tree2870682458117370d45375086a3d125ed963d95c /app-dicts
parentversion bump" (diff)
downloadgentoo-2-6fda3d446178eae00b1d07c15b03e6bfdc05e4c9.tar.gz
gentoo-2-6fda3d446178eae00b1d07c15b03e6bfdc05e4c9.tar.bz2
gentoo-2-6fda3d446178eae00b1d07c15b03e6bfdc05e4c9.zip
version bump"
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-da/ChangeLog8
-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
4 files changed, 35 insertions, 3 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog
index 44ad05f6dce1..b60a73e00e50 100644
--- a/app-dicts/ispell-da/ChangeLog
+++ b/app-dicts/ispell-da/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/ispell-da
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.4 2003/03/08 01:07:44 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.5 2003/04/12 14:45:13 seemant Exp $
+
+*ispell-da-1.4.24 (12 Apr 2003)
+
+ 12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
+ ispell-da-1.4.24.ebuild:
+ version bump, thanks to: Martin Ehmsen <thames@get2net.dk> in bug #19057
*ispell-da-1.4.22 (11 Jul 2002)
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/*
+}