diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:30:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 13:30:59 +0000 |
commit | dbce0a8ef722ce7e97e2c120aea0a6b5bed940df (patch) | |
tree | a87bfa179e6fc000a9f8c494114cf228d046285a /app-dicts/myspell-nn | |
parent | Manifest failed (diff) | |
download | gentoo-2-dbce0a8ef722ce7e97e2c120aea0a6b5bed940df.tar.gz gentoo-2-dbce0a8ef722ce7e97e2c120aea0a6b5bed940df.tar.bz2 gentoo-2-dbce0a8ef722ce7e97e2c120aea0a6b5bed940df.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/myspell-nn')
-rw-r--r-- | app-dicts/myspell-nn/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild | 38 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-20060316.ebuild | 21 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-20060530.ebuild | 23 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-20080310.ebuild | 23 |
5 files changed, 46 insertions, 68 deletions
diff --git a/app-dicts/myspell-nn/ChangeLog b/app-dicts/myspell-nn/ChangeLog index 999e072290c3..973e7f15c83c 100644 --- a/app-dicts/myspell-nn/ChangeLog +++ b/app-dicts/myspell-nn/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-nn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nn/ChangeLog,v 1.26 2012/05/17 18:25:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nn/ChangeLog,v 1.27 2012/07/23 13:30:59 scarabeus Exp $ + +*myspell-nn-2.0.10 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-nn-2.0.10.ebuild, -myspell-nn-20060316.ebuild, + -myspell-nn-20060530.ebuild, -myspell-nn-20080310.ebuild: + Use the upstream versioning. Basically equal to 20080310. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-nn-20060316.ebuild, myspell-nn-20060530.ebuild, myspell-nn-20080310.ebuild: diff --git a/app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild b/app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild new file mode 100644 index 000000000000..90d830602085 --- /dev/null +++ b/app-dicts/myspell-nn/myspell-nn-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-nn/myspell-nn-2.0.10.ebuild,v 1.1 2012/07/23 13:30:59 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "nn_NO.aff" + "nn_NO.dic" +) + +MYSPELL_HYPH=( + "hyph_nn_NO.dic" +) + +MYSPELL_THES=( + "th_nn_NO_v2.dat" + "th_nn_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-nn/myspell-nn-20060316.ebuild b/app-dicts/myspell-nn/myspell-nn-20060316.ebuild deleted file mode 100644 index 437b711c9450..000000000000 --- a/app-dicts/myspell-nn/myspell-nn-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-nn/myspell-nn-20060316.ebuild,v 1.13 2012/05/17 18:25:21 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nn,NO,nn_NO,Norwegian Nynorsk (Norway),nn_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-nn/myspell-nn-20060530.ebuild b/app-dicts/myspell-nn/myspell-nn-20060530.ebuild deleted file mode 100644 index 1f4c5b2781a0..000000000000 --- a/app-dicts/myspell-nn/myspell-nn-20060530.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-nn/myspell-nn-20060530.ebuild,v 1.6 2012/05/17 18:25:21 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nn,NO,nn_NO,Norwegian nynorsk (Norway),nn_NO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"nn,NO,hyph_nn_NO,Norwegian nynorsk (Norway),hyph_nn_NO.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -"nn,NO,th_nn_NO_v1,Norwegian nynorsk (Norway),th_nn_NO_v1.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-nn/myspell-nn-20080310.ebuild b/app-dicts/myspell-nn/myspell-nn-20080310.ebuild deleted file mode 100644 index 4d3286eadb67..000000000000 --- a/app-dicts/myspell-nn/myspell-nn-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-nn/myspell-nn-20080310.ebuild,v 1.10 2012/05/17 18:25:21 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"nn,NO,nn_NO,Norwegian nynorsk (Norway),nn_NO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"nn,NO,hyph_nn_NO,Norwegian nynorsk (Norway),hyph_nn_NO.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -"nn,NO,th_nn_NO_v2,Norwegian nynorsk (Norway),th_nn_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" |