diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-24 12:48:18 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-24 12:48:18 +0000 |
commit | 22274fcba69b2b32a3eb017b8b616119b7dd36d8 (patch) | |
tree | 54f8f697718f7a79f245f448927c8030db53f9c1 /app-dicts | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-22274fcba69b2b32a3eb017b8b616119b7dd36d8.tar.gz gentoo-2-22274fcba69b2b32a3eb017b8b616119b7dd36d8.tar.bz2 gentoo-2-22274fcba69b2b32a3eb017b8b616119b7dd36d8.zip |
Version bump to the latest pack release. Use new eclass. The version is taken from the date on the ftp.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-cs/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-cs/myspell-cs-20110224.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/app-dicts/myspell-cs/ChangeLog b/app-dicts/myspell-cs/ChangeLog index a641856ce1b6..f1612528dd9b 100644 --- a/app-dicts/myspell-cs/ChangeLog +++ b/app-dicts/myspell-cs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-cs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/ChangeLog,v 1.23 2011/07/25 12:59:59 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/ChangeLog,v 1.24 2012/04/24 12:48:18 scarabeus Exp $ + +*myspell-cs-20110224 (24 Apr 2012) + + 24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-cs-20110224.ebuild: + Version bump to the latest pack release. Use new eclass. The version is taken + from the date on the ftp. 25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> -myspell-cs-20060316.ebuild, myspell-cs-20070926.ebuild: diff --git a/app-dicts/myspell-cs/myspell-cs-20110224.ebuild b/app-dicts/myspell-cs/myspell-cs-20110224.ebuild new file mode 100644 index 000000000000..adbc327ed035 --- /dev/null +++ b/app-dicts/myspell-cs/myspell-cs-20110224.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/myspell-cs-20110224.ebuild,v 1.1 2012/04/24 12:48:18 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "cs_CZ.dic" + "cs_CZ.aff" +) + +MYSPELL_HYPH=( + "hyph_cs_CZ.dic" +) + +MYSPELL_THES=( + "th_cs_CZ_v3.dat" + "th_cs_CZ_v3.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Czech dictionaries for myspell/hunspell" +HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/" +SRC_URI="${HOMEPAGE}/dict-cs-2.oxt -> ${P}.zip" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" |