diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-08 14:06:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-08 14:06:19 +0000 |
commit | 771eb7073d6f3fcb95623df724f08094c41888ed (patch) | |
tree | 69d7399b81efcaa1a44685b816ab9c3ff149cbde /app-dicts | |
parent | amd64 stable, bug #500622 (diff) | |
download | gentoo-2-771eb7073d6f3fcb95623df724f08094c41888ed.tar.gz gentoo-2-771eb7073d6f3fcb95623df724f08094c41888ed.tar.bz2 gentoo-2-771eb7073d6f3fcb95623df724f08094c41888ed.zip |
Version bump, bug 500552. Thanks to Jan-Willem Liebezeit <janliebezeit@yahoo.com>.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-de-alt/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/app-dicts/myspell-de-alt/ChangeLog b/app-dicts/myspell-de-alt/ChangeLog index d5d0d933ec1f..ca8b3e573875 100644 --- a/app-dicts/myspell-de-alt/ChangeLog +++ b/app-dicts/myspell-de-alt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-de-alt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.15 2014/01/05 11:18:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.16 2014/02/08 14:06:19 ulm Exp $ + +*myspell-de-alt-20120929 (08 Feb 2014) + + 08 Feb 2014; Ulrich Müller <ulm@gentoo.org> +myspell-de-alt-20120929.ebuild: + Version bump, bug 500552. Thanks to Jan-Willem Liebezeit + <janliebezeit@yahoo.com>. 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty- diff --git a/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild b/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild new file mode 100644 index 000000000000..10939813bf85 --- /dev/null +++ b/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild,v 1.1 2014/02/08 14:06:19 ulm Exp $ + +EAPI=5 + +MYSPELL_DICT=( + "de_DE_1901.aff" + "de_DE_1901.dic" +) + +MYSPELL_HYPH=( + "hyph_de_DE_1901.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="German (traditional orthography) dictionaries for myspell/hunspell" +HOMEPAGE="http://www.j3e.de/myspell/ + http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries" +SRC_URI="http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries/pscreleasefolder.2011-11-04.1209635399/${PV:0:4}.${PV:4:2}.${PV:6:2}/dict-de_de-1901_oldspell_${PV:0:4}-${PV:4:2}-${PV:6:2}.oxt" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + +src_prepare() { + # Nicely rename; http://www.iana.org/assignments/language-subtag-registry + mv de_DE_OLDSPELL.aff de_DE_1901.aff || die + mv de_DE_OLDSPELL.dic de_DE_1901.dic || die + mv hyph_de_DE_OLDSPELL.dic hyph_de_DE_1901.dic || die + # Remove thesaurus for new spelling to avoid installing its readme file + rm th_de_DE_v2* || die +} |