diff options
author | 2014-07-04 01:17:20 +0000 | |
---|---|---|
committer | 2014-07-04 01:17:20 +0000 | |
commit | a26a7a4faf2acba00b1e1252754d4b614a7debfe (patch) | |
tree | 7ccb9c0b3b405aa7d371e1cc6645c5ae439f9ac0 /app-dicts | |
parent | Version bump. (diff) | |
download | gentoo-2-a26a7a4faf2acba00b1e1252754d4b614a7debfe.tar.gz gentoo-2-a26a7a4faf2acba00b1e1252754d4b614a7debfe.tar.bz2 gentoo-2-a26a7a4faf2acba00b1e1252754d4b614a7debfe.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-lv/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-0.9.6.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/app-dicts/myspell-lv/ChangeLog b/app-dicts/myspell-lv/ChangeLog index 4604d7017f39..26793feeacb5 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.23 2014/01/05 11:24:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.24 2014/07/04 01:17:20 mrueg Exp $ + +*myspell-lv-0.9.6 (04 Jul 2014) + + 04 Jul 2014; Manuel Rüger <mrueg@gentoo.org> +myspell-lv-0.9.6.ebuild: + Version bump. 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty- diff --git a/app-dicts/myspell-lv/myspell-lv-0.9.6.ebuild b/app-dicts/myspell-lv/myspell-lv-0.9.6.ebuild new file mode 100644 index 000000000000..f11755affc33 --- /dev/null +++ b/app-dicts/myspell-lv/myspell-lv-0.9.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 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.6.ebuild,v 1.1 2014/07/04 01:17:20 mrueg Exp $ + +EAPI=5 + +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="" |