diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:58:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:58:45 +0000 |
commit | 92e019f4e39210853b796b658816f153b23d614e (patch) | |
tree | 066374f33ebbe5d835a9c47f2606c804afc41b07 /app-dicts/myspell-id | |
parent | Use the upstream versioning. Basically equal to 20080310. (diff) | |
download | gentoo-2-92e019f4e39210853b796b658816f153b23d614e.tar.gz gentoo-2-92e019f4e39210853b796b658816f153b23d614e.tar.bz2 gentoo-2-92e019f4e39210853b796b658816f153b23d614e.zip |
Version bump to latest upstream version. Remove newer/older.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-id')
-rw-r--r-- | app-dicts/myspell-id/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-id/myspell-id-1.0.ebuild | 28 | ||||
-rw-r--r-- | app-dicts/myspell-id/myspell-id-20060316.ebuild | 22 |
3 files changed, 35 insertions, 23 deletions
diff --git a/app-dicts/myspell-id/ChangeLog b/app-dicts/myspell-id/ChangeLog index eccace255192..bf733d63592d 100644 --- a/app-dicts/myspell-id/ChangeLog +++ b/app-dicts/myspell-id/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-id # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.18 2012/05/17 18:19:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.19 2012/07/23 13:58:45 scarabeus Exp $ + +*myspell-id-1.0 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-id-1.0.ebuild, + -myspell-id-20060316.ebuild: + Version bump to latest upstream version. Remove newer/older. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-id-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-id/myspell-id-1.0.ebuild b/app-dicts/myspell-id/myspell-id-1.0.ebuild new file mode 100644 index 000000000000..2b45e8382bfc --- /dev/null +++ b/app-dicts/myspell-id/myspell-id-1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-1.0.ebuild,v 1.1 2012/07/23 13:58:45 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "id.aff" + "id.dic" +) + +MYSPELL_HYPH=( + "hyph_id.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Indonesian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius" +SRC_URI="http://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius/releases/${PV}/id.oxt -> ${P}.oxt" + +LICENSE="GPL-2" +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-id/myspell-id-20060316.ebuild b/app-dicts/myspell-id/myspell-id-20060316.ebuild deleted file mode 100644 index 9d3cc957e08d..000000000000 --- a/app-dicts/myspell-id/myspell-id-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-id/myspell-id-20060316.ebuild,v 1.18 2012/05/17 18:19:23 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"id,ID,id_ID,Indonesian (Indonesia),id_ID.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"id,ID,hyph_id_ID,Indonesian (Indonesia),hyph_id_ID.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Indonesian 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" |