From: MichaƂ Bartoszkiewicz Date: Fri, 17 Dec 2010 18:04:04 +0000 (+0100) Subject: Nowy pakiet: app-dicts/aspell-pl-6.0.20101217.0 X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/fe5a6206c19373dfbc5dc89bda2768348a8d9100 Nowy pakiet: app-dicts/aspell-pl-6.0.20101217.0 --- diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest new file mode 100644 index 0000000..061aaa2 --- /dev/null +++ b/app-dicts/aspell-pl/Manifest @@ -0,0 +1,2 @@ +DIST sjp-aspell6-pl-6.0_20101217-0.tar.bz2 563017 RMD160 79430895281b6386f808443a9b592eb8e460e3ee SHA1 1525a1c11326f30011a4669dff01510e8a285e91 SHA256 c80f900c2204e04113c539aca9bb35a0cd1cf814aa8b6f8f64f40b46a7f5491c +EBUILD aspell-pl-6.0.20101217.0.ebuild 465 RMD160 84051c314986b6428bc7065e7d988bd470def70f SHA1 0ae0cc06807c643c4df81a7ac9271b02336e62f5 SHA256 9da915c4f83e417740f1d752c9d917c849e42dd9d427c371db42cf8c59aafe0f diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20101217.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20101217.0.ebuild new file mode 100644 index 0000000..0ef1f79 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20101217.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +ASPELL_LANG="Polish" +ASPOSTFIX="6" + +inherit aspell-dict versionator + +LICENSE="|| ( GPL-2 LGPL-2.1 CCPL-ShareAlike-1.0 MPL-1.1 )" +KEYWORDS="amd64 x86 x64-macos" +IUSE="" + +MY_P=$(version_format_string 'aspell${1}-pl-${1}.${2}_${3}-${4}') +SRC_URI="http://sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +HOMEPAGE="http://www.sjp.pl/slownik/ort/"