summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2006-06-23 21:16:57 +0000
committerAnders Rune Jensen <arj@gentoo.org>2006-06-23 21:16:57 +0000
commitc91400c57e7f18951e54f0e613aad9bdc9de4889 (patch)
tree0c06b74d6a11d8eb78334f778a330ee12f81373b /app-dicts/ispell-da
parentnew version (diff)
downloadgentoo-2-c91400c57e7f18951e54f0e613aad9bdc9de4889.tar.gz
gentoo-2-c91400c57e7f18951e54f0e613aad9bdc9de4889.tar.bz2
gentoo-2-c91400c57e7f18951e54f0e613aad9bdc9de4889.zip
new version
(Portage version: 2.1)
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r--app-dicts/ispell-da/ChangeLog7
-rw-r--r--app-dicts/ispell-da/files/digest-ispell-da-1.4.543
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.54.ebuild24
3 files changed, 33 insertions, 1 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog
index de5c4f6429e2..f0ce19bd2838 100644
--- a/app-dicts/ispell-da/ChangeLog
+++ b/app-dicts/ispell-da/ChangeLog
@@ -1,6 +1,11 @@
# 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.58 2006/04/27 09:41:51 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.59 2006/06/23 21:16:57 arj Exp $
+
+*ispell-da-1.4.54 (23 Jun 2006)
+
+ 23 Jun 2006; Anders Rune Jensen <arj@gentoo.org> +ispell-da-1.4.54.ebuild:
+ Version bump.
27 Apr 2006; Alec Warner <antarus@gentoo.org>
files/digest-ispell-da-1.4.48, files/digest-ispell-da-1.4.50,
diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.4.54 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.54
new file mode 100644
index 000000000000..67d0700cc7c2
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.54
@@ -0,0 +1,3 @@
+MD5 affc056e607a9d4d9031117241f1c05e ispell-da-1.4.54.tar.gz 485388
+RMD160 d9b71f3f6c45ffe1715cffc855fb87614211dd0f ispell-da-1.4.54.tar.gz 485388
+SHA256 b4500cc9e588941784339add7e33d27325f9c5fdb40edff68fb9afe333927c83 ispell-da-1.4.54.tar.gz 485388
diff --git a/app-dicts/ispell-da/ispell-da-1.4.54.ebuild b/app-dicts/ispell-da/ispell-da-1.4.54.ebuild
new file mode 100644
index 000000000000..d5c656bd8f5f
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.4.54.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.4.54.ebuild,v 1.1 2006/06/23 21:16:57 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
+}