summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-07-01 17:13:28 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-07-01 17:13:28 +0000
commit4fce2e86fbb221ec4e449393090cd88ef38f754b (patch)
tree9f23696c0b69ad687d4000be7b613537a13e9c3f /app-dicts/ispell-da
parentInitial ebuild. closes #42454. (diff)
downloadhistorical-4fce2e86fbb221ec4e449393090cd88ef38f754b.tar.gz
historical-4fce2e86fbb221ec4e449393090cd88ef38f754b.tar.bz2
historical-4fce2e86fbb221ec4e449393090cd88ef38f754b.zip
version bump
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r--app-dicts/ispell-da/ChangeLog7
-rw-r--r--app-dicts/ispell-da/Manifest8
-rw-r--r--app-dicts/ispell-da/files/digest-ispell-da-1.4.401
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.40.ebuild24
4 files changed, 36 insertions, 4 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog
index 2b5c12bd00a6..faaf22a81fe3 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.11 2004/06/24 21:41:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.12 2004/07/01 17:13:28 arj Exp $
+
+*ispell-da-1.4.40 (01 Jul 2004)
+
+ 01 Feb 2004; Anders Rune Jensen <arj@gentoo.org> ispell-da-1.4.40.ebuild:
+ version bump
*ispell-da-1.4.35 (29 Feb 2004)
diff --git a/app-dicts/ispell-da/Manifest b/app-dicts/ispell-da/Manifest
index ec9c4770a6c5..7dfea0bf9206 100644
--- a/app-dicts/ispell-da/Manifest
+++ b/app-dicts/ispell-da/Manifest
@@ -1,10 +1,12 @@
-MD5 dd81feede77b496cdf023f577f703b1d ispell-da-1.4.35.ebuild 596
-MD5 86986905196ad2f2cb165057543adb2b ispell-da-1.4.28.ebuild 590
+MD5 1718cfb6ddef9973a6befc9161a52b66 ChangeLog 1878
MD5 051e9756698dc9df64fb1181c76356b7 ispell-da-1.4.27.ebuild 590
+MD5 86986905196ad2f2cb165057543adb2b ispell-da-1.4.28.ebuild 590
MD5 35da6a1df70ff0e9e8dd062dbe4358f5 ispell-da-1.4.33.ebuild 590
-MD5 9fc385528a66458e522f273102a7fe11 ChangeLog 1758
+MD5 dd81feede77b496cdf023f577f703b1d ispell-da-1.4.35.ebuild 596
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
+MD5 c48e291b5a9544710e871a37a9c217f2 ispell-da-1.4.40.ebuild 591
MD5 bdef96dee0465e9968b7b3dd71f16120 files/digest-ispell-da-1.4.27 68
MD5 a9519fc83c3cac37217a37937b3e03c3 files/digest-ispell-da-1.4.28 68
MD5 7eb0c877911fc6702eab75be1f3c86fa files/digest-ispell-da-1.4.33 68
MD5 f25d57bdc8ebb3fe9643845c94b75804 files/digest-ispell-da-1.4.35 68
+MD5 6863311e134f5e2c2874a6fb532694a4 files/digest-ispell-da-1.4.40 68
diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.4.40 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.40
new file mode 100644
index 000000000000..d568fb1ea364
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.40
@@ -0,0 +1 @@
+MD5 1c541ceeffef3294b9f4801bc9b7c9cf ispell-da-1.4.40.tar.gz 433125
diff --git a/app-dicts/ispell-da/ispell-da-1.4.40.ebuild b/app-dicts/ispell-da/ispell-da-1.4.40.ebuild
new file mode 100644
index 000000000000..c0784922023d
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.4.40.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 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.40.ebuild,v 1.1 2004/07/01 17:13:28 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 ~ppc ~sparc ~mips ~alpha ~hppa"
+IUSE=""
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/ispell
+ doins dansk.aff dansk.hash
+ dodoc README contributors
+}