diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 14:05:40 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 14:05:40 +0000 |
commit | 8317be373eec6837656d1bf65c742732b6173739 (patch) | |
tree | cefb2389f9e59d204caa1154fd8e71ae6baaee4a /app-dicts | |
parent | Version bump to latest upstream version. Remove newer/older. (diff) | |
download | gentoo-2-8317be373eec6837656d1bf65c742732b6173739.tar.gz gentoo-2-8317be373eec6837656d1bf65c742732b6173739.tar.bz2 gentoo-2-8317be373eec6837656d1bf65c742732b6173739.zip |
Version bump to latest release. Remove newer/older.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-uk/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-uk/myspell-uk-1.6.5.ebuild | 30 | ||||
-rw-r--r-- | app-dicts/myspell-uk/myspell-uk-20060316.ebuild | 22 |
3 files changed, 37 insertions, 23 deletions
diff --git a/app-dicts/myspell-uk/ChangeLog b/app-dicts/myspell-uk/ChangeLog index 5b16354a3e71..a1ec6e371bd7 100644 --- a/app-dicts/myspell-uk/ChangeLog +++ b/app-dicts/myspell-uk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-uk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-uk/ChangeLog,v 1.18 2012/05/17 18:31:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-uk/ChangeLog,v 1.19 2012/07/23 14:05:39 scarabeus Exp $ + +*myspell-uk-1.6.5 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-uk-1.6.5.ebuild, -myspell-uk-20060316.ebuild: + Version bump to latest release. Remove newer/older. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-uk-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-uk/myspell-uk-1.6.5.ebuild b/app-dicts/myspell-uk/myspell-uk-1.6.5.ebuild new file mode 100644 index 000000000000..a80ee1380d33 --- /dev/null +++ b/app-dicts/myspell-uk/myspell-uk-1.6.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-uk/myspell-uk-1.6.5.ebuild,v 1.1 2012/07/23 14:05:39 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "uk_UA.aff" + "uk_UA.dic" +) + +MYSPELL_HYPH=( + "hyph_uk_UA.dic" +) + +MYSPELL_THES=( + "th_uk_UA.dat" + "th_uk_UA.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" +SRC_URI="http://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus/releases/${PV}/dict-uk_ua-${PV}.oxt" + +LICENSE="GPL-3 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" diff --git a/app-dicts/myspell-uk/myspell-uk-20060316.ebuild b/app-dicts/myspell-uk/myspell-uk-20060316.ebuild deleted file mode 100644 index c571c9df5c17..000000000000 --- a/app-dicts/myspell-uk/myspell-uk-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-uk/myspell-uk-20060316.ebuild,v 1.18 2012/05/17 18:31:15 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"uk,UA,uk_UA,Ukrainian (Ukraine),uk_UA.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"uk,UA,hyph_uk_UA,Ukrainian (Ukraine),hyph_uk_UA.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |