diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 12:42:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 12:42:12 +0000 |
commit | 0a7e6a44456abeb356662032599637916fa3dc95 (patch) | |
tree | d322604aa93fddd3e70d1aefa2d386f355c0eabc /app-dicts | |
parent | add opus useflag/support (diff) | |
download | gentoo-2-0a7e6a44456abeb356662032599637916fa3dc95.tar.gz gentoo-2-0a7e6a44456abeb356662032599637916fa3dc95.tar.bz2 gentoo-2-0a7e6a44456abeb356662032599637916fa3dc95.zip |
Revision bump to use new eclass.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-lv/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-0.9.4-r1.ebuild | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-dicts/myspell-lv/ChangeLog b/app-dicts/myspell-lv/ChangeLog index b5ab37e2d222..847860aa8a42 100644 --- a/app-dicts/myspell-lv/ChangeLog +++ b/app-dicts/myspell-lv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-lv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.20 2012/05/17 18:21:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.21 2012/07/23 12:42:12 scarabeus Exp $ + +*myspell-lv-0.9.4-r1 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-lv-0.9.4-r1.ebuild: + Revision bump to use new eclass. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-lv-0.9.4.ebuild: keyword ~amd64-fbsd @@ -74,4 +79,3 @@ 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, +myspell-lv-20060316.ebuild: New ebuild for Latvian myspell dictionary - diff --git a/app-dicts/myspell-lv/myspell-lv-0.9.4-r1.ebuild b/app-dicts/myspell-lv/myspell-lv-0.9.4-r1.ebuild new file mode 100644 index 000000000000..5c1ad58f7bd2 --- /dev/null +++ b/app-dicts/myspell-lv/myspell-lv-0.9.4-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-0.9.4-r1.ebuild,v 1.1 2012/07/23 12:42:12 scarabeus Exp $ + +MYSPELL_DICT=( + "lv_LV.aff" + "lv_LV.dic" +) + +MYSPELL_HYPH=( + "hyph_lv_LV.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Latvian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/latviesu-valodas-pareizrakstibas-parbaudes-modulis" +SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |