summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-05-09 18:43:16 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-05-09 18:43:16 +0000
commita28ae154fb002d9cfee8a9d845218bd62c63e75d (patch)
tree7e7477adefdb74e281b460b98f334e097aa9f7ca /app-dicts
parent CVS snapshot with SMP support, #131797 thanks to Miroslaw Mieszczak. (diff)
downloadgentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.tar.gz
gentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.tar.bz2
gentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.zip
Version bump; use real upstream rather than OpenOffice.org repository. Many thanks to Andras - bug #132256
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-hu/ChangeLog9
-rw-r--r--app-dicts/myspell-hu/files/digest-myspell-hu-200605099
-rw-r--r--app-dicts/myspell-hu/myspell-hu-20060509.ebuild33
3 files changed, 50 insertions, 1 deletions
diff --git a/app-dicts/myspell-hu/ChangeLog b/app-dicts/myspell-hu/ChangeLog
index 0ed1e2a3c4fd..8b8273eb4ae0 100644
--- a/app-dicts/myspell-hu/ChangeLog
+++ b/app-dicts/myspell-hu/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-dicts/myspell-hu
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/ChangeLog,v 1.1 2006/05/01 16:03:18 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/ChangeLog,v 1.2 2006/05/09 18:43:16 kevquinn Exp $
+
+*myspell-hu-20060509 (09 May 2006)
+
+ 09 May 2006; Kevin F. Quinn <kevquinn@gentoo.org>
+ +myspell-hu-20060509.ebuild:
+ Version bump; use real upstream rather than OpenOffice.org repository.
+ Many thanks to Andras - bug #132256
*myspell-hu-20060316 (01 May 2006)
diff --git a/app-dicts/myspell-hu/files/digest-myspell-hu-20060509 b/app-dicts/myspell-hu/files/digest-myspell-hu-20060509
new file mode 100644
index 000000000000..4bc286dc4d5f
--- /dev/null
+++ b/app-dicts/myspell-hu/files/digest-myspell-hu-20060509
@@ -0,0 +1,9 @@
+MD5 927c7350b66b0015c54b6074fe371477 hu_HU-1.0.tar.gz 1729117
+RMD160 3c482028338c85bbe8e4e7e59f887db83fc24154 hu_HU-1.0.tar.gz 1729117
+SHA256 825af04bc3c15181713b1075ac4d60ff7e385fc11b94e581f01454925c237cad hu_HU-1.0.tar.gz 1729117
+MD5 e22d4f2f1ad71444f9cc95cac6708ab0 huhyphn-20050329.tar.gz 527269
+RMD160 69d3552336da2c5ae45b5207b919fd4fa159de30 huhyphn-20050329.tar.gz 527269
+SHA256 7b8b8df4458d91530f3d645f020787bc057e6d8d83c2c6aa86eaaf2c5ac59528 huhyphn-20050329.tar.gz 527269
+MD5 20e4bfe680999629270e1e8b7e2534e5 myspell-thes_hu_HU-20060316.zip 423739
+RMD160 bb6dccc18d7ceab5fd55a6b609d0686d654a6065 myspell-thes_hu_HU-20060316.zip 423739
+SHA256 0d184579af89511ab216534d7b8287ec99244d374512e733025b200c7d0a733a myspell-thes_hu_HU-20060316.zip 423739
diff --git a/app-dicts/myspell-hu/myspell-hu-20060509.ebuild b/app-dicts/myspell-hu/myspell-hu-20060509.ebuild
new file mode 100644
index 000000000000..93d29bef2c53
--- /dev/null
+++ b/app-dicts/myspell-hu/myspell-hu-20060509.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2006-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/myspell-hu-20060509.ebuild,v 1.1 2006/05/09 18:43:16 kevquinn Exp $
+
+DESCRIPTION="Hungarian dictionaries for myspell/hunspell"
+LICENSE="GPL-2"
+HOMEPAGE="http://magyarispell.sourceforge.net/
+ http://huhypn.tipogral.hu/
+ http://lingucomponent.openoffice.org/"
+SRC_URI="http://magyarispell.sourceforge.net/hu_HU-1.0.tar.gz
+ http://www.tipogral.hu/download/huhyphn-20050329.tar.gz
+ mirror://gentoo/myspell-thes_hu_HU-20060316.zip"
+
+KEYWORDS="~x86"
+
+MYSPELL_SPELLING_DICTIONARIES=(
+"hu,HU,hu_HU_u8,Hungarian (Hungary),hu_HU-1.0.tar.gz"
+)
+
+MYSPELL_HYPHENATION_DICTIONARIES=(
+"hu,HU,hyph_hu,Hungarian (Hungary),huhyphn-20050329.tar.gz"
+)
+
+MYSPELL_THESAURUS_DICTIONARIES=(
+"hu,HU,th_hu_HU,Hungarian (Hungary),thes_hu_HU.zip"
+)
+
+inherit myspell
+
+src_unpack() {
+ unpack ${A}
+ mv */* .
+}