diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-10-15 19:07:37 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-10-15 19:07:37 +0000 |
commit | a4089a50f6cf73324d48b29b899182e1fa7dfa0e (patch) | |
tree | ce43299a7bc0e38a6db8b484bac8507cf520ec34 /app-dicts | |
parent | Stable for x86, wrt bug #525430 (diff) | |
download | gentoo-2-a4089a50f6cf73324d48b29b899182e1fa7dfa0e.tar.gz gentoo-2-a4089a50f6cf73324d48b29b899182e1fa7dfa0e.tar.bz2 gentoo-2-a4089a50f6cf73324d48b29b899182e1fa7dfa0e.zip |
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-ro/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/app-dicts/myspell-ro/ChangeLog b/app-dicts/myspell-ro/ChangeLog index 47bc285da787..03d7c0d1473c 100644 --- a/app-dicts/myspell-ro/ChangeLog +++ b/app-dicts/myspell-ro/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-ro # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.31 2014/01/05 11:28:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.32 2014/10/15 19:07:37 kensington Exp $ + +*myspell-ro-3.3.10 (15 Oct 2014) + + 15 Oct 2014; Michael Palimaka <kensington@gentoo.org> + +myspell-ro-3.3.10.ebuild: + Version bump. 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> -myspell-ro-3.3.7.ebuild, metadata.xml: diff --git a/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild b/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild new file mode 100644 index 000000000000..0972f8f12d74 --- /dev/null +++ b/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v 1.1 2014/10/15 19:07:37 kensington Exp $ + +EAPI=5 + +MYSPELL_DICT=( + "ro_RO.aff" + "ro_RO.dic" +) + +MYSPELL_HYPH=( + "hyph_ro_RO.dic" +) + +MYSPELL_THES=( + "th_ro_RO.dat" + "th_ro_RO.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Romanian dictionaries for myspell/hunspell" +HOMEPAGE="http://rospell.wordpress.com/" +SRC_URI=" + mirror://sourceforge/rospell/ro_RO.${PV}.zip + mirror://sourceforge/rospell/hyph_ro_RO.${PV}.zip + mirror://sourceforge/rospell/th_ro_RO.3.3.zip +" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |