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
commit3900e98617d51aa3a13b21f510148f3b2c22498f (patch)
treec95dfd8edb303038425b3f3339f969cab6a346c1 /app-dicts
parentInitial ebuild. closes #42454. (Manifest recommit) (diff)
downloadgentoo-2-3900e98617d51aa3a13b21f510148f3b2c22498f.tar.gz
gentoo-2-3900e98617d51aa3a13b21f510148f3b2c22498f.tar.bz2
gentoo-2-3900e98617d51aa3a13b21f510148f3b2c22498f.zip
version bump
Diffstat (limited to 'app-dicts')
-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..c1688ee10332 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 565c1f6f4f63db45937a678299a3cca4 ChangeLog 1883
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 8ca63b9d0c73d16a67baea4d342efc66 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
+}