diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-06 20:08:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-06 20:08:30 +0000 |
commit | 1273f64d46ff5c9a2c2864680392e03f6e96e279 (patch) | |
tree | a0846dfdbaf7a79b74052b4e11529e656ad2d20b /app-dicts | |
parent | m68k/s390/sh/sparc stable wrt #457568 (diff) | |
download | gentoo-2-1273f64d46ff5c9a2c2864680392e03f6e96e279.tar.gz gentoo-2-1273f64d46ff5c9a2c2864680392e03f6e96e279.tar.bz2 gentoo-2-1273f64d46ff5c9a2c2864680392e03f6e96e279.zip |
Version bump to latest release.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-fo/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | 31 |
2 files changed, 38 insertions, 3 deletions
diff --git a/app-dicts/myspell-fo/ChangeLog b/app-dicts/myspell-fo/ChangeLog index cc019107acf7..e4af01340f40 100644 --- a/app-dicts/myspell-fo/ChangeLog +++ b/app-dicts/myspell-fo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-fo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.20 2012/06/13 17:35:18 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.21 2013/03/06 20:08:30 scarabeus Exp $ + +*myspell-fo-0.4.2 (06 Mar 2013) + + 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-fo-0.4.2.ebuild: + Version bump to latest release. *myspell-fo-0.4.1 (13 Jun 2012) @@ -73,4 +78,3 @@ 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, +myspell-fo-20060316.ebuild: New ebuild for Faroese myspell dictionary - diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild new file mode 100644 index 000000000000..dae3a7480d47 --- /dev/null +++ b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild,v 1.1 2013/03/06 20:08:30 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "${P}/fo_FO.aff" + "${P}/fo_FO.dic" +) + +MYSPELL_HYPH=( + "hyph_fo_FO.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Faroese dictionaries for myspell/hunspell" +HOMEPAGE="http://fo.speling.org/" +SRC_URI=" + http://fo.speling.org/filer/${P}.tar.bz2 + http://fo.speling.org/filer/hyph_fo_FO-20040420a.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="" |