summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-17 15:00:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-17 15:00:20 +0000
commit45a8c75fa8ed4d14dbbe44dee72052e8b43bd1cb (patch)
tree0af0fd03001df7d8d24023979c07a089b5f6c6e3 /app-dicts
parentVersion bump, drop old (diff)
downloadgentoo-2-45a8c75fa8ed4d14dbbe44dee72052e8b43bd1cb.tar.gz
gentoo-2-45a8c75fa8ed4d14dbbe44dee72052e8b43bd1cb.tar.bz2
gentoo-2-45a8c75fa8ed4d14dbbe44dee72052e8b43bd1cb.zip
Add latest ispell dict version.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-pl/ChangeLog10
-rw-r--r--app-dicts/ispell-pl/ispell-pl-20120417.ebuild (renamed from app-dicts/ispell-pl/ispell-pl-20021127.ebuild)22
2 files changed, 21 insertions, 11 deletions
diff --git a/app-dicts/ispell-pl/ChangeLog b/app-dicts/ispell-pl/ChangeLog
index 49af0d90365c..f530f516bf5b 100644
--- a/app-dicts/ispell-pl/ChangeLog
+++ b/app-dicts/ispell-pl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/ispell-pl
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ChangeLog,v 1.14 2008/11/23 17:35:06 jer Exp $
+# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ChangeLog,v 1.15 2012/04/17 15:00:19 scarabeus Exp $
+
+*ispell-pl-20120417 (17 Apr 2012)
+
+ 17 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ispell-pl-20120417.ebuild,
+ -ispell-pl-20021127.ebuild:
+ Add latest ispell dict version.
23 Nov 2008; Jeroen Roovers <jer@gentoo.org> ispell-pl-20021127.ebuild:
Marked ~hppa (bug #245139).
diff --git a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild b/app-dicts/ispell-pl/ispell-pl-20120417.ebuild
index 7861d744541f..74aab762c86a 100644
--- a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild
+++ b/app-dicts/ispell-pl/ispell-pl-20120417.ebuild
@@ -1,12 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ispell-pl-20021127.ebuild,v 1.13 2008/11/23 17:35:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ispell-pl-20120417.ebuild,v 1.1 2012/04/17 15:00:19 scarabeus Exp $
+
+EAPI=4
+
+MY_P="sjp-${P}"
inherit multilib
DESCRIPTION="Polish dictionary for ispell"
-HOMEPAGE="http://ispell-pl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz"
+HOMEPAGE="http://www.sjp.pl/slownik/en/"
+SRC_URI="http://sjp.pl/slownik/ort/${MY_P}-src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -15,15 +19,15 @@ IUSE=""
DEPEND="app-text/ispell"
-DICTBUILD="./zbuduj.slownik.sh"
+S="${WORKDIR}/${MY_P}"
src_compile() {
- sed "s/sort +1/sort -k 1/" -i zbuduj.slownik.sh
- ./zbuduj.slownik.sh || die
+ iconv -f iso8859-2 -t utf-8 polish.all -o polish.all.utf
+ ./build polish.all.utf || die
}
src_install () {
insinto /usr/$(get_libdir)/ispell
- doins polish.aff polish.hash || die
- dodoc Changelog CZYTAJ.TO
+ doins polish.aff polish.hash
+ dodoc README
}