]> git.bzium.org/ - embe/overlay.git/blobdiff - app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild
Poprawka EAPI=3 dla app-dicts/aspell-pl-6.0.20101220.0
[embe/overlay.git] / app-dicts / aspell-pl / aspell-pl-6.0.20101220.0.ebuild
index 82cf0a5da6414c4b4ff473f04af6a2bc9c775f0f..d39106a58616fe6755128a604d17eec569047045 100644 (file)
@@ -3,6 +3,8 @@
 
 EAPI="3"
 
 
 EAPI="3"
 
+RESTRICT="mirror"
+
 ASPELL_LANG="Polish"
 ASPOSTFIX="6"
 
 ASPELL_LANG="Polish"
 ASPOSTFIX="6"
 
@@ -13,7 +15,13 @@ KEYWORDS="amd64 x86 x64-macos"
 IUSE=""
 
 MY_P=$(version_format_string 'aspell${1}-pl-${1}.${2}_${3}-${4}')
 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/"
 S="${WORKDIR}/${MY_P}"
 
 HOMEPAGE="http://www.sjp.pl/slownik/ort/"
+
+src_configure()
+{
+       # Puste, aspell-dict.eclass potrzebuje tego dla EAPI >= 2
+       return 0
+}