diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-15 19:34:37 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-18 02:06:33 +1100 |
commit | 66f96424e5dbb451e442e014813f0ac50aab6c17 (patch) | |
tree | 651421f6faed6c58bdaf7770b1b48deec20b0024 /eclass | |
parent | www-client/firefox: Stable for PPC64 (bug #574596). (diff) | |
download | gentoo-66f96424e5dbb451e442e014813f0ac50aab6c17.tar.gz gentoo-66f96424e5dbb451e442e014813f0ac50aab6c17.tar.bz2 gentoo-66f96424e5dbb451e442e014813f0ac50aab6c17.zip |
kde4-base.eclass: 15.04.3 SRC_URI moved to attic
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 299ac3e7c329..b6258da4dbfb 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -465,6 +465,9 @@ _calculate_src_uri() { 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" ;; + 15.04.3) + # Files moved to Attic + SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;; |