diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:39:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:39:05 +0000 |
commit | bc1e492e7e85bf1f980481c2e8b5394cbe70fb11 (patch) | |
tree | fdaaa01e2f19cd887dcdba299b871ebeefd18cae /app-dicts | |
parent | Use the upstream versioning. Basically equal to 20080310. (diff) | |
download | gentoo-2-bc1e492e7e85bf1f980481c2e8b5394cbe70fb11.tar.gz gentoo-2-bc1e492e7e85bf1f980481c2e8b5394cbe70fb11.tar.bz2 gentoo-2-bc1e492e7e85bf1f980481c2e8b5394cbe70fb11.zip |
Use the upstream versioning. Basically equal to 20080310.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-nb/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild | 38 | ||||
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-20060316.ebuild | 21 | ||||
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-20060530.ebuild | 24 | ||||
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-20080310.ebuild | 23 |
5 files changed, 46 insertions, 69 deletions
diff --git a/app-dicts/myspell-nb/ChangeLog b/app-dicts/myspell-nb/ChangeLog index b10c7454974c..02d6bbbbd76d 100644 --- a/app-dicts/myspell-nb/ChangeLog +++ b/app-dicts/myspell-nb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-nb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nb/ChangeLog,v 1.25 2012/05/17 18:24:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nb/ChangeLog,v 1.26 2012/07/23 13:39:05 scarabeus Exp $ + +*myspell-nb-2.0.10 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-nb-2.0.10.ebuild, -myspell-nb-20060316.ebuild, + -myspell-nb-20060530.ebuild, -myspell-nb-20080310.ebuild: + Use the upstream versioning. Basically equal to 20080310. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-nb-20060316.ebuild, myspell-nb-20060530.ebuild, myspell-nb-20080310.ebuild: diff --git a/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild b/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild new file mode 100644 index 000000000000..4635a61b44ca --- /dev/null +++ b/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild,v 1.1 2012/07/23 13:39:05 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "nb_NO.aff" + "nb_NO.dic" +) + +MYSPELL_HYPH=( + "hyph_nb_NO.dic" +) + +MYSPELL_THES=( + "th_nb_NO_v2.dat" + "th_nb_NO_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Norwegian dictionaries for myspell/hunspell" +HOMEPAGE="http://spell-norwegian.alioth.debian.org/" +SRC_URI="https://alioth.debian.org/frs/download.php/2357/no_NO-pack2-${PV}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_unpack() { + myspell-r2_src_unpack + + for i in *.zip; do + unzip ${i} || die + done +} diff --git a/app-dicts/myspell-nb/myspell-nb-20060316.ebuild b/app-dicts/myspell-nb/myspell-nb-20060316.ebuild deleted file mode 100644 index fe4bb6244191..000000000000 --- a/app-dicts/myspell-nb/myspell-nb-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-nb/myspell-nb-20060316.ebuild,v 1.12 2012/05/17 18:24:11 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nb,NO,nb_NO,Norwegian Bokmaal (Norway),nb_NO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Norwegian dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://folk.uio.no/runekl/dictionary.html" - -KEYWORDS="alpha amd64 arm ia64 ppc sh sparc x86 ~amd64-fbsd ~x86-fbsd" diff --git a/app-dicts/myspell-nb/myspell-nb-20060530.ebuild b/app-dicts/myspell-nb/myspell-nb-20060530.ebuild deleted file mode 100644 index 60bfd14d815a..000000000000 --- a/app-dicts/myspell-nb/myspell-nb-20060530.ebuild +++ /dev/null @@ -1,24 +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-nb/myspell-nb-20060530.ebuild,v 1.6 2012/05/17 18:24:11 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nb,NO,nb_NO,Norwegian bokmål (Norway),nb_NO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"nb,NO,hyph_nb_NO,Norwegian bokmål (Norway),hyph_nb_NO.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -"nb,NO,th_nb_NO_v1,Norwegian bokmål (Norway),th_nb_NO_v1.zip" -"nb,NO,th_nb_NO_v2,Norwegian bokmål (Norway),th_nb_NO_v2.zip" -) - -inherit myspell - -DESCRIPTION="Norwegian dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://spell-norwegian.alioth.debian.org/" - -KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd" diff --git a/app-dicts/myspell-nb/myspell-nb-20080310.ebuild b/app-dicts/myspell-nb/myspell-nb-20080310.ebuild deleted file mode 100644 index ab838f0724a8..000000000000 --- a/app-dicts/myspell-nb/myspell-nb-20080310.ebuild +++ /dev/null @@ -1,23 +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-nb/myspell-nb-20080310.ebuild,v 1.10 2012/05/17 18:24:11 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nb,NO,nb_NO,Norwegian bokmål (Norway),nb_NO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"nb,NO,hyph_nb_NO,Norwegian bokmål (Norway),hyph_nb_NO.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -"nb,NO,th_nb_NO_v2,Norwegian bokmål (Norway),th_nb_NO_v2.zip" -) - -inherit myspell - -DESCRIPTION="Norwegian dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://spell-norwegian.alioth.debian.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |