summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-06-30 08:34:29 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-06-30 08:34:29 +0000
commita386eb6f2f9cf70a9df7a71bd44cdda01e69837a (patch)
treec53acfe77bc38c4b5f213a608e52a2c7b397642c /app-dicts/myspell-nl
parentRemove also lower case licenses. (diff)
downloadgentoo-2-a386eb6f2f9cf70a9df7a71bd44cdda01e69837a.tar.gz
gentoo-2-a386eb6f2f9cf70a9df7a71bd44cdda01e69837a.tar.bz2
gentoo-2-a386eb6f2f9cf70a9df7a71bd44cdda01e69837a.zip
Version bump to latest upstream release. Track the version with upstream versioning scheme. Thanks to Qantourisc for the poke on this.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-nl')
-rw-r--r--app-dicts/myspell-nl/ChangeLog10
-rw-r--r--app-dicts/myspell-nl/myspell-nl-2.10g.ebuild44
-rw-r--r--app-dicts/myspell-nl/myspell-nl-20060316.ebuild23
-rw-r--r--app-dicts/myspell-nl/myspell-nl-20070607.ebuild22
-rw-r--r--app-dicts/myspell-nl/myspell-nl-20090725.ebuild22
5 files changed, 53 insertions, 68 deletions
diff --git a/app-dicts/myspell-nl/ChangeLog b/app-dicts/myspell-nl/ChangeLog
index d8e96eb7bbbf..212434630cac 100644
--- a/app-dicts/myspell-nl/ChangeLog
+++ b/app-dicts/myspell-nl/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-dicts/myspell-nl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.24 2012/05/17 18:24:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.25 2012/06/30 08:34:28 scarabeus Exp $
+
+*myspell-nl-2.10g (30 Jun 2012)
+
+ 30 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ +myspell-nl-2.10g.ebuild, -myspell-nl-20060316.ebuild,
+ -myspell-nl-20070607.ebuild, -myspell-nl-20090725.ebuild:
+ Version bump to latest upstream release. Track the version with upstream
+ versioning scheme. Thanks to Qantourisc for the poke on this.
17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-nl-20060316.ebuild,
myspell-nl-20070607.ebuild, myspell-nl-20090725.ebuild:
diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
new file mode 100644
index 000000000000..602148c193cb
--- /dev/null
+++ b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild,v 1.1 2012/06/30 08:34:28 scarabeus Exp $
+
+EAPI=4
+
+MYSPELL_DICT=(
+ "nl_NL.aff"
+ "nl_NL.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_nl_NL.dic"
+)
+
+MYSPELL_THES=(
+ "th_nl_NL_v2.dat"
+ "th_nl_NL_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Czech dictionaries for myspell/hunspell"
+HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/"
+# Thesarus is not versioned at all, I suppose we could bump it with each dict
+# release, or when people say that the download uri checksum changed.
+SRC_URI="
+ http://opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt
+ http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt
+"
+
+LICENSE="BSD-2 CCPL-Attribution-3.0"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+src_prepare() {
+ # thesarus has ugly name
+ mv th_nl_v2.dat th_nl_NL_v2.dat || die
+ mv th_nl_v2.idx th_nl_NL_v2.idx || die
+
+ # remove dutch translated license so it aint installed
+ rm -rf licentie* || die
+}
diff --git a/app-dicts/myspell-nl/myspell-nl-20060316.ebuild b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild
deleted file mode 100644
index 94fccc3ca777..000000000000
--- a/app-dicts/myspell-nl/myspell-nl-20060316.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-nl/myspell-nl-20060316.ebuild,v 1.11 2012/05/17 18:24:46 aballier Exp $
-
-MYSPELL_SPELLING_DICTIONARIES=(
-"nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip"
-"nl,NL,nl_med,Dutch (medical),nl_med.zip"
-)
-
-MYSPELL_HYPHENATION_DICTIONARIES=(
-"nl,NL,hyph_nl_NL,Dutch (Netherlands), hyph_nl_NL.zip"
-)
-
-MYSPELL_THESAURUS_DICTIONARIES=(
-)
-
-inherit myspell
-
-DESCRIPTION="Dutch dictionaries for myspell/hunspell"
-LICENSE="GPL-2"
-HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.goddijn.com/words.htm"
-
-KEYWORDS="alpha amd64 arm ia64 ppc sh sparc x86 ~amd64-fbsd ~x86-fbsd"
diff --git a/app-dicts/myspell-nl/myspell-nl-20070607.ebuild b/app-dicts/myspell-nl/myspell-nl-20070607.ebuild
deleted file mode 100644
index 34c1b3a92469..000000000000
--- a/app-dicts/myspell-nl/myspell-nl-20070607.ebuild
+++ /dev/null
@@ -1,22 +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-nl/myspell-nl-20070607.ebuild,v 1.8 2012/05/17 18:24:46 aballier Exp $
-
-MYSPELL_SPELLING_DICTIONARIES=(
-"nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip"
-)
-
-MYSPELL_HYPHENATION_DICTIONARIES=(
-"nl,NL,hyph_nl_NL,Dutch (Netherlands), hyph_nl_NL.zip"
-)
-
-MYSPELL_THESAURUS_DICTIONARIES=(
-)
-
-inherit myspell
-
-DESCRIPTION="Dutch dictionaries for myspell/hunspell"
-LICENSE="GPL-2"
-HOMEPAGE="http://lingucomponent.openoffice.org/ http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29"
-
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd"
diff --git a/app-dicts/myspell-nl/myspell-nl-20090725.ebuild b/app-dicts/myspell-nl/myspell-nl-20090725.ebuild
deleted file mode 100644
index bdd68ceb4e58..000000000000
--- a/app-dicts/myspell-nl/myspell-nl-20090725.ebuild
+++ /dev/null
@@ -1,22 +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-nl/myspell-nl-20090725.ebuild,v 1.9 2012/05/17 18:24:46 aballier Exp $
-
-MYSPELL_SPELLING_DICTIONARIES=(
-"nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip"
-)
-
-MYSPELL_HYPHENATION_DICTIONARIES=(
-"nl,NL,hyph_nl_NL,Dutch (Netherlands), hyph_nl_NL.zip"
-)
-
-MYSPELL_THESAURUS_DICTIONARIES=(
-)
-
-inherit myspell
-
-DESCRIPTION="Dutch dictionaries for myspell/hunspell"
-LICENSE="GPL-2"
-HOMEPAGE="http://lingucomponent.openoffice.org/ http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"