From: Andreas Sturmlechner Date: Tue, 15 Mar 2016 16:03:30 +0000 (+0100) Subject: kde4-base.eclass: Add SRC_URI for 4.14.18 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8823bc3dd874d57da4f1c91bfb3e95fd8f36aa8d;p=gentoo.git kde4-base.eclass: Add SRC_URI for 4.14.18 --- diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 9747aecdaf99..d19f416f60b1 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -456,18 +456,15 @@ _calculate_src_uri() { 4.14.10) # Part of 15.04.3 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.14) - # Part of 15.08.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.15) - # Part of 15.12.0 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.0/src/${_kmname_pv}.tar.xz" ;; 4.14.16) # Part of 15.12.1 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;; 4.14.17) # Part of 15.12.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.12.2/src/${_kmname_pv}.tar.xz" ;; + 4.14.18) + # Part of 15.12.3 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;; 15.04.3) # Files moved to Attic SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;