diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 11:12:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 11:12:47 +0000 |
commit | ea8239ff881eb668805dfa432f2d92d43f68c6b9 (patch) | |
tree | a7bc9b9a4e76eb615186b85c03ed4d38cb48358a /app-dicts/myspell-he | |
parent | Sync mysql and mysql-v2 eclasses from the mysql overlay. (diff) | |
download | gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.tar.gz gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.tar.bz2 gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.zip |
Bump to latest release and use upstream versioning.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-he')
-rw-r--r-- | app-dicts/myspell-he/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-20060316.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-2010.11.05.ebuild | 31 |
3 files changed, 38 insertions, 23 deletions
diff --git a/app-dicts/myspell-he/ChangeLog b/app-dicts/myspell-he/ChangeLog index 2953a31f8462..5ecdbc8d8d5e 100644 --- a/app-dicts/myspell-he/ChangeLog +++ b/app-dicts/myspell-he/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-he # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.19 2012/05/17 18:17:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.20 2012/07/23 11:12:46 scarabeus Exp $ + +*myspell-he-2010.11.05 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-he-2010.11.05.ebuild, -myspell-he-20060316.ebuild: + Bump to latest release and use upstream versioning. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-he-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-he/myspell-he-20060316.ebuild b/app-dicts/myspell-he/myspell-he-20060316.ebuild deleted file mode 100644 index 66976cdbada0..000000000000 --- a/app-dicts/myspell-he/myspell-he-20060316.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.19 2012/05/17 18:17:02 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"he,IL,he_IL,Hebrew (Israel),he_IL.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Hebrew dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" -IUSE="" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" diff --git a/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild b/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild new file mode 100644 index 000000000000..65434c74c869 --- /dev/null +++ b/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild,v 1.1 2012/07/23 11:12:46 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "he_IL.aff" + "he_IL.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +HOMEPAGE=" + http://extensions.libreoffice.org/extension-center/hebrew-he-spell-check-dictionary +" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/hebrew-he-spell-check-dictionary/releases/${PV//./-}/hebrew-dictionary -> ${P}.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="" |