diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 | ||||
-rw-r--r-- | eclass/kde4-meta.eclass | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 2c75b51481..0c5b7b7ede 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -377,10 +377,10 @@ case ${BUILD_TYPE} in case ${KDEBASE} in kde-base) case ${PV} in - 4.[23].85 | 4.[23].9[056] | 4.2.98 | 4.1.[9876]* | 4.0.[98]*) + 4.[23].85 | 4.[23].9[0568] | 4.1.[6-9]* | 4.0.[89]*) # block for normally packed unstable releases SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" ;; - 4.[23].[9876]*) + 4.[23].[6-9]*) SRC_URI="http://dev.gentooexperimental.org/~alexxy/kde/${PV}/${_kmname_pv}.tar.lzma" ;; *) SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;; esac diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 5fa5d8720d..fac275ff12 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -217,12 +217,12 @@ kde4-meta_src_extract() { else local abort tarball tarfile f extractlist moduleprefix postfix case ${PV} in - 4.3.85 | 4.3.90 | 4.3.95 | 4.3.96 | 4.3.98 | 4.2.85 | 4.2.90 | 4.2.95 | 4.2.96 | 4.2.98) + 4.[23].85 | 4.[23].9[0568]) # block for normally packed upstream unstable snapshots KMTARPARAMS+=" --bzip2" # bz2 postfix="bz2" ;; - 4.2.9* | 4.2.8* | 4.2.7* | 4.2.6* | 4.3.9* | 4.3.8* | 4.3.7* | 4.3.6*) + 4.[23].[6-9]*) KMTARPARAMS+=" --lzma" # lzma postfix="lzma" ;; @@ -392,7 +392,7 @@ kde4-meta_create_extractlists() { # No need for unpack since 4.2.86 # Remove when 4.2 is wiped out from the tree case ${PV} in - 4.1*|4.2.0|4.2.1|4.2.2|4.2.3|4.2.4|4.2.85) + 4.1*|4.2.[0-4]|4.2.85) KMCOMPILEONLY+=" cmake/modules/" ;; |