summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-29 19:24:59 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-29 19:24:59 +0000
commite5a47ebc2aa23662919c8b3fdff5fc6c8dce44a7 (patch)
treeba984f2dd8cabdf9f8d5c56f81adceede78bacc2 /app-dicts/ispell-da
parentAll I ever had, redemption ~sparc. (diff)
downloadhistorical-e5a47ebc2aa23662919c8b3fdff5fc6c8dce44a7.tar.gz
historical-e5a47ebc2aa23662919c8b3fdff5fc6c8dce44a7.tar.bz2
historical-e5a47ebc2aa23662919c8b3fdff5fc6c8dce44a7.zip
version bump (#42641)
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r--app-dicts/ispell-da/ChangeLog7
-rw-r--r--app-dicts/ispell-da/Manifest2
-rw-r--r--app-dicts/ispell-da/files/digest-ispell-da-1.4.351
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.35.ebuild25
4 files changed, 34 insertions, 1 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog
index 8ab6d2c0887f..64d7d6d7f2cf 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 Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.9 2004/01/15 23:50:59 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.10 2004/02/29 19:24:59 liquidx Exp $
+
+*ispell-da-1.4.35 (29 Feb 2004)
+
+ 29 Feb 2004; Alastair Tse <liquidx@gentoo.org> ispell-da-1.4.35.ebuild:
+ version bump (#42641)
*ispell-da-1.4.33 (15 Jan 2004)
diff --git a/app-dicts/ispell-da/Manifest b/app-dicts/ispell-da/Manifest
index e13a357ab122..0af19b501177 100644
--- a/app-dicts/ispell-da/Manifest
+++ b/app-dicts/ispell-da/Manifest
@@ -2,7 +2,9 @@ MD5 47d061bae85bf2fc628eae38c74cc23c ChangeLog 1633
MD5 c29a38dffcead2773ea422fc7b949ff8 ispell-da-1.4.27.ebuild 629
MD5 a3cad4b2de78a8cbf2028922092da04f ispell-da-1.4.28.ebuild 629
MD5 00afe3314c68bd5232992037224e05b7 ispell-da-1.4.33.ebuild 629
+MD5 4b84bb602ae67d2fbcd0843f59bf4b05 ispell-da-1.4.35.ebuild 635
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
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
diff --git a/app-dicts/ispell-da/files/digest-ispell-da-1.4.35 b/app-dicts/ispell-da/files/digest-ispell-da-1.4.35
new file mode 100644
index 000000000000..5f1b0eb21d4d
--- /dev/null
+++ b/app-dicts/ispell-da/files/digest-ispell-da-1.4.35
@@ -0,0 +1 @@
+MD5 c6c1707bcb44b2ef5623041aba7e0c73 ispell-da-1.4.35.tar.gz 421074
diff --git a/app-dicts/ispell-da/ispell-da-1.4.35.ebuild b/app-dicts/ispell-da/ispell-da-1.4.35.ebuild
new file mode 100644
index 000000000000..50e28acbccf9
--- /dev/null
+++ b/app-dicts/ispell-da/ispell-da-1.4.35.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 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.35.ebuild,v 1.1 2004/02/29 19:24:59 liquidx 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"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins dansk.aff dansk.hash
+
+ dodoc COPYING Copyright README contributors
+}