summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-06-04 13:13:07 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-06-04 13:13:07 +0000
commitc7c8fb5efc22b0a152ad68df927add0f548e8f6d (patch)
tree7ff24c2b0b1f040032d502954370e1b56d0fbf8c /app-dicts
parentStable for amd64, wrt bug #471392 (diff)
downloadgentoo-2-c7c8fb5efc22b0a152ad68df927add0f548e8f6d.tar.gz
gentoo-2-c7c8fb5efc22b0a152ad68df927add0f548e8f6d.tar.bz2
gentoo-2-c7c8fb5efc22b0a152ad68df927add0f548e8f6d.zip
Revison bump again to fix bug#447976 bug#430468 and bug#458772.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-de/ChangeLog8
-rw-r--r--app-dicts/myspell-de/myspell-de-2012.06.17-r1.ebuild55
2 files changed, 62 insertions, 1 deletions
diff --git a/app-dicts/myspell-de/ChangeLog b/app-dicts/myspell-de/ChangeLog
index 505174ebe42a..0754194bbf4a 100644
--- a/app-dicts/myspell-de/ChangeLog
+++ b/app-dicts/myspell-de/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/myspell-de
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/ChangeLog,v 1.32 2013/01/10 07:58:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/ChangeLog,v 1.33 2013/06/04 13:13:07 scarabeus Exp $
+
+*myspell-de-2012.06.17-r1 (04 Jun 2013)
+
+ 04 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org>
+ +myspell-de-2012.06.17-r1.ebuild:
+ Revison bump again to fix bug#447976 bug#430468 and bug#458772.
10 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org>
-myspell-de-2012.06.10.ebuild, myspell-de-2012.06.17.ebuild:
diff --git a/app-dicts/myspell-de/myspell-de-2012.06.17-r1.ebuild b/app-dicts/myspell-de/myspell-de-2012.06.17-r1.ebuild
new file mode 100644
index 000000000000..10444d0ff131
--- /dev/null
+++ b/app-dicts/myspell-de/myspell-de-2012.06.17-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/myspell-de-2012.06.17-r1.ebuild,v 1.3 2013/06/04 13:13:07 scarabeus Exp $
+
+EAPI=4
+
+MYSPELL_DICT=(
+ "de_AT.aff"
+ "de_AT.dic"
+ "de_DE.aff"
+ "de_DE.dic"
+ "de_CH.aff"
+ "de_CH.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_de_AT.dic"
+ "hyph_de_DE.dic"
+ "hyph_de_CH.dic"
+)
+
+MYSPELL_THES=(
+ "th_de_AT_v2.dat"
+ "th_de_AT_v2.idx"
+ "th_de_DE_v2.dat"
+ "th_de_DE_v2.idx"
+ "th_de_CH_v2.dat"
+ "th_de_CH_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="German dictionaries for myspell/hunspell"
+HOMEPAGE="
+ http://extensions.libreoffice.org/extension-center/german-de-at-frami-dictionaries
+ http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries
+ http://extensions.libreoffice.org/extension-center/german-de-ch-frami-dictionaries
+"
+SRC_URI="
+ http://extensions.libreoffice.org/extension-center/german-de-at-frami-dictionaries/pscreleasefolder.2011-11-05.7614737245/${PV}/dict-de_at-frami_${PV//./-}.oxt
+ http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/${PV}/dict-de_de-frami_${PV//./-}.oxt
+ http://extensions.libreoffice.org/extension-center/german-de-ch-frami-dictionaries/pscreleasefolder.2011-11-05.5296069116/${PV}/dict-de_ch-frami_${PV//./-}.oxt
+"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+src_prepare() {
+ # rename the tarballs
+ for i in *_frami.*; do
+ mv "${i}" "${i/_frami}" || die
+ done
+}