]> git.bzium.org - embe/overlay.git/commitdiff
Poprawka EAPI=3 dla app-dicts/aspell-pl-6.0.20101220.0
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Mon, 20 Dec 2010 22:10:05 +0000 (23:10 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Mon, 20 Dec 2010 22:10:05 +0000 (23:10 +0100)
app-dicts/aspell-pl/Manifest
app-dicts/aspell-pl/aspell-pl-6.0.20101220.0.ebuild

index 180dbcd6dfee585afdb6554e4a0c46490b55bcb7..3eff6168e6c5615291df67a96b3f16e613a16abe 100644 (file)
@@ -1,2 +1,2 @@
 DIST sjp-aspell6-pl-6.0_20101220-0.tar.bz2 562850 RMD160 72bf56695244b645ba1b7eaabd3d933302eb4ea9 SHA1 97c932e138130f723d4d6393297cad7a620a64bb SHA256 981a1c1933dcfcf30aefc293018661a537b04a17eb9d0e5acb93bc8cb6b5fa03
-EBUILD aspell-pl-6.0.20101220.0.ebuild 547 RMD160 99ae62a5d10448fce91cdd0b8f0e80aa5407cdd7 SHA1 a12f9f88c62847b88d10f75ac3f7af8dc804ee91 SHA256 5f8f6a2457598456605cc3acdeb26c8cf331e4d37cf9ef878760468511bdaa49
+EBUILD aspell-pl-6.0.20101220.0.ebuild 637 RMD160 11a4a9d566ce2bba28dd84291ea9f2fd92cd850b SHA1 5822300e92398929f45650a3688cc9f384ea0eda SHA256 2b05f7fc24fcc051230d0cd41c3596137ef95a4b8658b4ec48df02e23fbede37
index 7ff4871039c7c3d1ab551786bc6da0cd266cdce0..d39106a58616fe6755128a604d17eec569047045 100644 (file)
@@ -19,3 +19,9 @@ SRC_URI="http://toy.bzium.org/~embe/dicts/sjp-${MY_P}.tar.bz2 http://sjp.pl/slow
 S="${WORKDIR}/${MY_P}"
 
 HOMEPAGE="http://www.sjp.pl/slownik/ort/"
+
+src_configure()
+{
+       # Puste, aspell-dict.eclass potrzebuje tego dla EAPI >= 2
+       return 0
+}