diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:08:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:08:56 +0000 |
commit | 352ffabac89ca0cfd6183759048d1dc10e068753 (patch) | |
tree | ce66aad80a684416b116db42d009b0011cba6d46 /app-dicts | |
parent | Version bump. Stabilise 2.1.1 on amd64 and x86. Drop older. (diff) | |
download | gentoo-2-352ffabac89ca0cfd6183759048d1dc10e068753.tar.gz gentoo-2-352ffabac89ca0cfd6183759048d1dc10e068753.tar.bz2 gentoo-2-352ffabac89ca0cfd6183759048d1dc10e068753.zip |
Version bump to latest.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-is/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-is/myspell-is-2012.07.29.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/app-dicts/myspell-is/ChangeLog b/app-dicts/myspell-is/ChangeLog index 30eed0f54515..2fb911833445 100644 --- a/app-dicts/myspell-is/ChangeLog +++ b/app-dicts/myspell-is/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-is # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-is/ChangeLog,v 1.3 2012/07/23 13:15:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-is/ChangeLog,v 1.4 2012/08/16 12:08:56 scarabeus Exp $ + +*myspell-is-2012.07.29 (16 Aug 2012) + + 16 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-is-2012.07.29.ebuild: + Version bump to latest. 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-is-2012.03.18.ebuild: diff --git a/app-dicts/myspell-is/myspell-is-2012.07.29.ebuild b/app-dicts/myspell-is/myspell-is-2012.07.29.ebuild new file mode 100644 index 000000000000..09d9b7068533 --- /dev/null +++ b/app-dicts/myspell-is/myspell-is-2012.07.29.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-is/myspell-is-2012.07.29.ebuild,v 1.1 2012/08/16 12:08:56 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "is.aff" + "is.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Icelandic dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project" +SRC_URI="http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project/releases/${PV}/hunspell-is-${PV}.oxt" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |