summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-07-27 13:38:54 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-07-27 13:38:54 +0000
commitc2177e0046675ad7b5c6554f6073ee66667793e9 (patch)
tree5c4aa7163e9e484aa3707376eb55083c0d0345cb /app-dicts/myspell-pl
parentMake dev-util/indent buildtime-only dependency. Do not depend on it on x86-fb... (diff)
downloadgentoo-2-c2177e0046675ad7b5c6554f6073ee66667793e9.tar.gz
gentoo-2-c2177e0046675ad7b5c6554f6073ee66667793e9.tar.bz2
gentoo-2-c2177e0046675ad7b5c6554f6073ee66667793e9.zip
Bumping to 20120726, because 20120725 is no longer valid.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/myspell-pl')
-rw-r--r--app-dicts/myspell-pl/ChangeLog8
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20120726.ebuild47
2 files changed, 54 insertions, 1 deletions
diff --git a/app-dicts/myspell-pl/ChangeLog b/app-dicts/myspell-pl/ChangeLog
index 7aaf002d6d70..9052cee11ef7 100644
--- a/app-dicts/myspell-pl/ChangeLog
+++ b/app-dicts/myspell-pl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/myspell-pl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.19 2012/07/27 09:41:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.20 2012/07/27 13:38:54 aidecoe Exp $
+
+*myspell-pl-20120726 (27 Jul 2012)
+
+ 27 Jul 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ +myspell-pl-20120726.ebuild:
+ Bumping to 20120726, because 20120725 is no longer valid.
*myspell-pl-20120725 (27 Jul 2012)
diff --git a/app-dicts/myspell-pl/myspell-pl-20120726.ebuild b/app-dicts/myspell-pl/myspell-pl-20120726.ebuild
new file mode 100644
index 000000000000..32a9ac39b03a
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20120726.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/myspell-pl-20120726.ebuild,v 1.1 2012/07/27 13:38:54 aidecoe 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="CCPL-ShareAlike-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
+}