diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:11:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:11:55 +0000 |
commit | 76c4472041dbebc8f4e0f5168f4a449978fa4f26 (patch) | |
tree | 3e7b3b6ac6f00868e93995a4b9a127671f239b2a /app-dicts/myspell-sl | |
parent | add libcaca useflag/support (diff) | |
download | gentoo-2-76c4472041dbebc8f4e0f5168f4a449978fa4f26.tar.gz gentoo-2-76c4472041dbebc8f4e0f5168f4a449978fa4f26.tar.bz2 gentoo-2-76c4472041dbebc8f4e0f5168f4a449978fa4f26.zip |
Bump to the latest version, remove pseudonewver one.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-sl')
-rw-r--r-- | app-dicts/myspell-sl/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-sl/myspell-sl-20060316.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild | 30 |
3 files changed, 37 insertions, 23 deletions
diff --git a/app-dicts/myspell-sl/ChangeLog b/app-dicts/myspell-sl/ChangeLog index a65a65bea9ae..ee8f577a44ab 100644 --- a/app-dicts/myspell-sl/ChangeLog +++ b/app-dicts/myspell-sl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-sl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sl/ChangeLog,v 1.18 2012/05/17 18:28:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sl/ChangeLog,v 1.19 2012/07/23 13:11:55 scarabeus Exp $ + +*myspell-sl-2012.01.04 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-sl-2012.01.04.ebuild, -myspell-sl-20060316.ebuild: + Bump to the latest version, remove pseudonewver one. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-sl-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-sl/myspell-sl-20060316.ebuild b/app-dicts/myspell-sl/myspell-sl-20060316.ebuild deleted file mode 100644 index b9dba9d5e053..000000000000 --- a/app-dicts/myspell-sl/myspell-sl-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-sl/myspell-sl-20060316.ebuild,v 1.18 2012/05/17 18:28:53 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"sl,SI,sl_SI,Slovenian (Slovenia),sl_SI.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"sl,SI,hyph_sl_SI,Slovenian (Slovenia),hyph_sl_SI.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Slovenian 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" diff --git a/app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild b/app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild new file mode 100644 index 000000000000..3f42e5ec263b --- /dev/null +++ b/app-dicts/myspell-sl/myspell-sl-2012.01.04.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-sl/myspell-sl-2012.01.04.ebuild,v 1.1 2012/07/23 13:11:55 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "sl_SI.aff" + "sl_SI.dic" +) + +MYSPELL_HYPH=( + "hyph_sl_SI.dic" +) + +MYSPELL_THES=( + "th_sl_SI_v2.dat" + "th_sl_SI_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Slovenian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/slovenian-dictionary-pack" +SRC_URI="http://extensions.libreoffice.org/extension-center/slovenian-dictionary-pack/releases/${PV}/pack-sl.oxt" + +LICENSE="GPL-3 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |