diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-13 11:37:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-13 11:37:24 +0000 |
commit | 25132bd7bab3f74eaa86f3c45430b1e88bbb9cdf (patch) | |
tree | 0d53c049833e6678a5450ce35b2290119a1df108 /app-dicts | |
parent | Use udev.pc pkg-config file to determine correct udevdir for rules. (diff) | |
download | gentoo-2-25132bd7bab3f74eaa86f3c45430b1e88bbb9cdf.tar.gz gentoo-2-25132bd7bab3f74eaa86f3c45430b1e88bbb9cdf.tar.bz2 gentoo-2-25132bd7bab3f74eaa86f3c45430b1e88bbb9cdf.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-de/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-de/myspell-de-2012.06.17.ebuild | 48 |
2 files changed, 55 insertions, 2 deletions
diff --git a/app-dicts/myspell-de/ChangeLog b/app-dicts/myspell-de/ChangeLog index 96451a6718ab..186043f19cc4 100644 --- a/app-dicts/myspell-de/ChangeLog +++ b/app-dicts/myspell-de/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-de # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/ChangeLog,v 1.28 2012/06/17 10:31:03 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/ChangeLog,v 1.29 2012/08/13 11:37:24 scarabeus Exp $ + +*myspell-de-2012.06.17 (13 Aug 2012) + + 13 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-de-2012.06.17.ebuild: + Version bump. *myspell-de-2012.06.10 (17 Jun 2012) @@ -111,4 +117,3 @@ 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, +myspell-de-20060316.ebuild: New ebuild for German myspell dictionary - diff --git a/app-dicts/myspell-de/myspell-de-2012.06.17.ebuild b/app-dicts/myspell-de/myspell-de-2012.06.17.ebuild new file mode 100644 index 000000000000..161d3b62e5fd --- /dev/null +++ b/app-dicts/myspell-de/myspell-de-2012.06.17.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/myspell-de-2012.06.17.ebuild,v 1.1 2012/08/13 11:37:24 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "de_AT_frami.aff" + "de_AT_frami.dic" + "de_DE_frami.aff" + "de_DE_frami.dic" + "de_CH_frami.aff" + "de_CH_frami.dic" +) + +MYSPELL_HYPH=( + "hyph_de_AT.dic" + "hyph_de_DE.dic" + "hyph_de_CH.dic" +) + +MYSPELL_THES=( + "th_de_AT_v2.dat" + "th_de_AT_v2.idx" + "th_de_DE_v2.dat" + "th_de_DE_v2.idx" + "th_de_CH_v2.dat" + "th_de_CH_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="German dictionaries for myspell/hunspell" +HOMEPAGE=" + http://extensions.libreoffice.org/extension-center/german-de-at-frami-dictionaries + http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries + http://extensions.libreoffice.org/extension-center/german-de-ch-frami-dictionaries +" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/german-de-at-frami-dictionaries/pscreleasefolder.2011-11-05.7614737245/${PV}/dict-de_at-frami_${PV//./-}.oxt + http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/${PV}/dict-de_de-frami_${PV//./-}.oxt + http://extensions.libreoffice.org/extension-center/german-de-ch-frami-dictionaries/pscreleasefolder.2011-11-05.5296069116/${PV}/dict-de_ch-frami_${PV//./-}.oxt +" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |