diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 13:36:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 13:36:47 +0000 |
commit | 080eece48b6e7d76cedcab11e51dd61aea7b838f (patch) | |
tree | 2128196f6aa453cc48697c8b378900cefa06e5e8 /app-dicts | |
parent | Set WANT_AUTOMAKE=1.11 to workaround bug 419455 (diff) | |
download | gentoo-2-080eece48b6e7d76cedcab11e51dd61aea7b838f.tar.gz gentoo-2-080eece48b6e7d76cedcab11e51dd61aea7b838f.tar.bz2 gentoo-2-080eece48b6e7d76cedcab11e51dd61aea7b838f.zip |
Revision bump to latest dictionary and stable it. Punt older.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-it/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20060316.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20081129-r1.ebuild | 37 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20081129.ebuild | 35 |
4 files changed, 45 insertions, 61 deletions
diff --git a/app-dicts/myspell-it/ChangeLog b/app-dicts/myspell-it/ChangeLog index 541fba027063..092b9ff2ab39 100644 --- a/app-dicts/myspell-it/ChangeLog +++ b/app-dicts/myspell-it/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-it # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/ChangeLog,v 1.20 2012/05/17 18:19:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/ChangeLog,v 1.21 2012/06/13 13:36:47 scarabeus Exp $ + +*myspell-it-20081129-r1 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + -myspell-it-20060316.ebuild, -myspell-it-20081129.ebuild, + +myspell-it-20081129-r1.ebuild: + Revision bump to latest dictionary and stable it. Punt older. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-it-20060316.ebuild, myspell-it-20081129.ebuild: diff --git a/app-dicts/myspell-it/myspell-it-20060316.ebuild b/app-dicts/myspell-it/myspell-it-20060316.ebuild deleted file mode 100644 index c2277696578d..000000000000 --- a/app-dicts/myspell-it/myspell-it-20060316.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/myspell-it-20060316.ebuild,v 1.19 2012/05/17 18:19:58 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"it,IT,it_IT,Italian (Italy),it_IT.zip" -"it,CH,it_IT,Italian (Switzerland),it_IT.zip" -"it,IT,la,Latin (for x-register),la.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"it,IT,hyph_it_IT,Italian (Italy),hyph_it_IT.zip" -"it,CH,hyph_it_IT,Italian (Switzerland),hyph_it_IT.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Italian dictionaries for myspell/hunspell" -LICENSE="GPL-2 LPPL-1.3b" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://sourceforge.net/projects/linguistico/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" diff --git a/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild new file mode 100644 index 000000000000..3148e2c91188 --- /dev/null +++ b/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild,v 1.1 2012/06/13 13:36:47 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "it_IT.aff" + "it_IT.dic" +) + +MYSPELL_HYPH=( + "hyph_it_IT.dic" +) + +MYSPELL_THES=( + "th_it_IT.dat" + "th_it_IT.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Italian dictionaries for myspell/hunspell" +HOMEPAGE="http://sourceforge.net/projects/linguistico/" +SRC_URI="mirror://sourceforge/linguistico/Dizionari.IT_${PV}.oxt" + +LICENSE="AGPL-3 GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_prepare() { + # remove useless license files. + rm -rf agpl3-en.txt gpl3-en.txt it_IT_license.txt \ + lgpl3-en.txt th_it_IT_copyright_licenza.txt \ + th_it_IT_lettera_in_inglese.txt || die +} diff --git a/app-dicts/myspell-it/myspell-it-20081129.ebuild b/app-dicts/myspell-it/myspell-it-20081129.ebuild deleted file mode 100644 index 366a2edf779d..000000000000 --- a/app-dicts/myspell-it/myspell-it-20081129.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/myspell-it-20081129.ebuild,v 1.2 2012/05/17 18:19:58 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"it,IT,it_IT,Italian (Italy),it_IT.zip" -"it,CH,it_IT,Italian (Switzerland),it_IT.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"it,IT,hyph_it_IT,Italian (Italy),hyph_it_IT.zip" -"it,CH,hyph_it_IT,Italian (Switzerland),hyph_it_IT.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -"it,IT,th_it_IT,Italian (Italy),thes_it_IT.zip" -"it,CH,th_it_IT,Italian (Switzerland),thes_it_IT.zip" -) - -inherit myspell - -DESCRIPTION="Italian dictionaries for myspell/hunspell" -LICENSE="AGPL-3 GPL-3 LPPL-1.3c" -HOMEPAGE="http://sourceforge.net/projects/linguistico/" - -MY_PV=01_07__2008_11_29 -SRC_URI="mirror://sourceforge/linguistico/it_IT-OOo2-pack_${MY_PV}.zip" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE= - -src_unpack() { - unpack ${A} - unpack ./{,hyph_,thes_}it_IT.zip -} |