diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 11:09:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 11:09:01 +0000 |
commit | 56c3431371a896da974fb40229b66402926c5b27 (patch) | |
tree | 6ca7a18318aaf092803ca865d576d30052580cb7 /app-dicts | |
parent | Fix building with gcc-4.7 wrt #420959 by Tiziano Müller (diff) | |
download | gentoo-2-56c3431371a896da974fb40229b66402926c5b27.tar.gz gentoo-2-56c3431371a896da974fb40229b66402926c5b27.tar.bz2 gentoo-2-56c3431371a896da974fb40229b66402926c5b27.zip |
Bump to latest release. Remove older which is actually newer and put directly to the stable.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-ro/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-ro/myspell-ro-20060316.ebuild | 21 | ||||
-rw-r--r-- | app-dicts/myspell-ro/myspell-ro-3.3.7.ebuild | 36 |
3 files changed, 44 insertions, 22 deletions
diff --git a/app-dicts/myspell-ro/ChangeLog b/app-dicts/myspell-ro/ChangeLog index 25cd80373e8f..452751757afa 100644 --- a/app-dicts/myspell-ro/ChangeLog +++ b/app-dicts/myspell-ro/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-ro # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.18 2012/05/17 18:27:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.19 2012/06/13 11:09:00 scarabeus Exp $ + +*myspell-ro-3.3.7 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-ro-3.3.7.ebuild, -myspell-ro-20060316.ebuild: + Bump to latest release. Remove older which is actually newer and put directly + to the stable. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-ro-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-ro/myspell-ro-20060316.ebuild b/app-dicts/myspell-ro/myspell-ro-20060316.ebuild deleted file mode 100644 index 78e488b4b7ae..000000000000 --- a/app-dicts/myspell-ro/myspell-ro-20060316.ebuild +++ /dev/null @@ -1,21 +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-ro/myspell-ro-20060316.ebuild,v 1.18 2012/05/17 18:27:08 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"ro,RO,ro_RO,Romanian (Romania),ro_RO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Romanian dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" diff --git a/app-dicts/myspell-ro/myspell-ro-3.3.7.ebuild b/app-dicts/myspell-ro/myspell-ro-3.3.7.ebuild new file mode 100644 index 000000000000..3fd275a97353 --- /dev/null +++ b/app-dicts/myspell-ro/myspell-ro-3.3.7.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.7.ebuild,v 1.1 2012/06/13 11:09:00 scarabeus Exp $ + +EAPI=4 + +MY_P="ro_RO.${PV}" + +MYSPELL_DICT=( + "ro_RO.aff" + "ro_RO.dic" +) + +MYSPELL_HYPH=( + "hyph_ro_RO.dic" +) + +MYSPELL_THES=( + "th_ro_RO.dat" + "th_ro_RO.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Romanian dictionaries for myspell/hunspell" +HOMEPAGE="http://rospell.sourceforge.net/index_en.html" +SRC_URI=" + mirror://sourceforge/rospell/${MY_P}.zip + mirror://sourceforge/rospell/hyph_ro_RO.3.3.6.zip + mirror://sourceforge/rospell/th_ro_RO.3.3.zip +" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +IUSE="" |