summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2006-08-13 15:38:21 +0000
committerAnders Rune Jensen <arj@gentoo.org>2006-08-13 15:38:21 +0000
commit1fefa38c9b06cce09349e078351982bff9ef9f47 (patch)
tree5f27d48d257dafdadc512fb74a41b1035560ac2c /app-dicts
parentfix avahi dbus useflag detection and remove old, thanks solar (diff)
downloadgentoo-2-1fefa38c9b06cce09349e078351982bff9ef9f47.tar.gz
gentoo-2-1fefa38c9b06cce09349e078351982bff9ef9f47.tar.bz2
gentoo-2-1fefa38c9b06cce09349e078351982bff9ef9f47.zip
Version bump. Now only uses words which have been checked 3 times.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-da/ChangeLog10
-rw-r--r--app-dicts/ispell-da/files/digest-ispell-da-1.6.03
-rw-r--r--app-dicts/ispell-da/ispell-da-1.6.0.ebuild24
3 files changed, 36 insertions, 1 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog
index f0ce19bd2838..584d5cdc02a5 100644
--- a/app-dicts/ispell-da/ChangeLog
+++ b/app-dicts/ispell-da/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-dicts/ispell-da
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.59 2006/06/23 21:16:57 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.60 2006/08/13 15:38:21 arj Exp $
+
+*ispell-da-1.6.0 (13 Aug 2006)
+
+ 13 Aug 2006; Anders Rune Jensen <arj@gentoo.org> +ispell-da-1.6.0.ebuild,
+ -ispell-da-1.4.50.ebuild, -ispell-da-1.4.51.ebuild,
+ -ispell-da-1.4.52.ebuild, -ispell-da-1.4.53.ebuild:
+ Version bump. Now only uses words which have been checked 3 times.
+ Remove old versions
*ispell-da-1.4.54 (23 Jun 2006)
diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.6.0 b/app-dicts/ispell-da/files/digest-ispell-da-1.6.0
new file mode 100644
index 000000000000..2aa47b565783
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.6.0
@@ -0,0 +1,3 @@
+MD5 133c24e4106d09ec2c2c9d682b12c82e ispell-da-1.6.0.tar.gz 385937
+RMD160 9e331dc9746fe1b95508b445fff379b7cd75fb5e ispell-da-1.6.0.tar.gz 385937
+SHA256 5d89c2604326d312057fb8fb8685f394074d97fca1f353613db4407c2f4b0f0a ispell-da-1.6.0.tar.gz 385937
diff --git a/app-dicts/ispell-da/ispell-da-1.6.0.ebuild b/app-dicts/ispell-da/ispell-da-1.6.0.ebuild
new file mode 100644
index 000000000000..774c2cbf9f9b
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.0.ebuild,v 1.1 2006/08/13 15:38:21 arj Exp $
+
+DESCRIPTION="A danish dictionary for ispell"
+HOMEPAGE="http://da.speling.org/"
+SRC_URI="http://da.speling.org/filer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64 ~alpha ~ppc ~hppa"
+IUSE=""
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/ispell
+ doins dansk.aff dansk.hash
+ dodoc README contributors
+}