diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-27 19:25:02 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-27 19:25:02 +0000 |
commit | 8ae154aa54d5f492c06dde091227ea80449286fd (patch) | |
tree | 00cc4f10baeb9a3e55863e6ac2bfd72892f0eb79 /app-dicts | |
parent | revbump of 31.7 allows compatibility with libvpx newer than 1.3, bug 550002; ... (diff) | |
download | gentoo-2-8ae154aa54d5f492c06dde091227ea80449286fd.tar.gz gentoo-2-8ae154aa54d5f492c06dde091227ea80449286fd.tar.bz2 gentoo-2-8ae154aa54d5f492c06dde091227ea80449286fd.zip |
Version bump. Drop myself from metadata.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-lv/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-lv/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild | 30 |
3 files changed, 37 insertions, 6 deletions
diff --git a/app-dicts/myspell-lv/ChangeLog b/app-dicts/myspell-lv/ChangeLog index 831a11214f53..b802ab40d192 100644 --- a/app-dicts/myspell-lv/ChangeLog +++ b/app-dicts/myspell-lv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-lv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.36 2015/02/28 13:35:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.37 2015/05/27 19:25:02 mrueg Exp $ + +*myspell-lv-1.1.0 (27 May 2015) + + 27 May 2015; Manuel Rüger <mrueg@gentoo.org> +myspell-lv-1.1.0.ebuild, + metadata.xml: + Version bump. Drop myself from metadata. 28 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -myspell-lv-0.9.4-r1.ebuild: Remove old. diff --git a/app-dicts/myspell-lv/metadata.xml b/app-dicts/myspell-lv/metadata.xml index 74ca174bad99..af8a69d40fd1 100644 --- a/app-dicts/myspell-lv/metadata.xml +++ b/app-dicts/myspell-lv/metadata.xml @@ -7,9 +7,4 @@ <name>Maris Nartiss</name> <description>Maintainer, assign bugs to him</description> </maintainer> - <maintainer> - <email>mrueg@gentoo.org</email> - <name>Manuel Rüger</name> - <description>Proxy-Maintainer, CC him on bugs</description> - </maintainer> </pkgmetadata> diff --git a/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild b/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild new file mode 100644 index 000000000000..fa5dcb99ca13 --- /dev/null +++ b/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.1.0.ebuild,v 1.1 2015/05/27 19:25:02 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://dict.dv.lv/home.php?prj=lv 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="" + +DEPEND="app-arch/unzip" |