summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-03-06 21:05:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-03-06 21:05:36 +0000
commit3a7726cb7f58026b73d2392ee942b68e5719b509 (patch)
tree7f169f4cd2e0b39b23859b381a1287620f79b75f /app-dicts
parentVersion bump to latest. Stabilise later on all archs, remove oldest. (diff)
downloadgentoo-2-3a7726cb7f58026b73d2392ee942b68e5719b509.tar.gz
gentoo-2-3a7726cb7f58026b73d2392ee942b68e5719b509.tar.bz2
gentoo-2-3a7726cb7f58026b73d2392ee942b68e5719b509.zip
Bump to another snapshot after 6 months again.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-pl/ChangeLog7
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20130306.ebuild47
2 files changed, 53 insertions, 1 deletions
diff --git a/app-dicts/myspell-pl/ChangeLog b/app-dicts/myspell-pl/ChangeLog
index 6714e14d4652..f963134c28fe 100644
--- a/app-dicts/myspell-pl/ChangeLog
+++ b/app-dicts/myspell-pl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/myspell-pl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.22 2013/02/07 21:25:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.23 2013/03/06 21:05:36 scarabeus Exp $
+
+*myspell-pl-20130306 (06 Mar 2013)
+
+ 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-pl-20130306.ebuild:
+ Bump to another snapshot after 6 months again.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> myspell-pl-20120726.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild
new file mode 100644
index 000000000000..83a7233fa22a
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/myspell-pl-20130306.ebuild,v 1.1 2013/03/06 21:05:35 scarabeus Exp $
+
+EAPI=4
+
+MYSPELL_DICT=(
+ "pl_PL.aff"
+ "pl_PL.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_pl_PL.dic"
+)
+
+MYSPELL_THES=(
+ "th_pl_PL_v2.dat"
+ "th_pl_PL_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Polish dictionaries for myspell/hunspell"
+# dict is bumped every day but nothing changes, RECHECK BEFORE DOING VERSION BUMP!
+# hyphen has no website
+# thesarus released last in 2k8
+HOMEPAGE="
+ http://www.sjp.pl/slownik/en/
+ http://sourceforge.net/projects/synonimy/
+"
+SRC_URI="
+ http://sjp.pl/slownik/ort/sjp-myspell-pl-${PV}.zip
+ http://www.openoffice.org/pl/pliki/hyph_pl_PL.zip -> ${P}-hyph.zip
+ mirror://sourceforge/synonimy/OOo2-Thesaurus-1.5.zip -> ${P}-thes.zip
+"
+LICENSE="CC-SA-1.0 LGPL-3 GPL-3 MPL-1.1"
+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
+
+ # ZIPCEPTION!
+ unzip hyph_pl_PL.zip
+ unzip pl_PL.zip
+}