X-Git-Url: https://git.bzium.org/embe/overlay.git/blobdiff_plain/c76c1109a44c6cf60077b07f564e2b622481ad68..c7b09d4bc1ad413a54d9dd800539139e821e1edb:/app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild index 82cf0a5..bf022fc 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild @@ -3,17 +3,25 @@ EAPI="3" +RESTRICT="mirror" + 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" +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" +SRC_URI="http://toy.bzium.org/~embe/dicts/sjp-${MY_P}.tar.bz2 http://sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" HOMEPAGE="http://www.sjp.pl/slownik/ort/" + +src_configure() +{ + # Puste, aspell-dict.eclass potrzebuje tego dla EAPI >= 2 + return 0 +}