Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 17 Feb 2016 15:06:48
Message-Id: 1455721593.66f96424e5dbb451e442e014813f0ac50aab6c17.kensington@gentoo
1 commit: 66f96424e5dbb451e442e014813f0ac50aab6c17
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 15 18:34:37 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 15:06:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f96424
7
8 kde4-base.eclass: 15.04.3 SRC_URI moved to attic
9
10 eclass/kde4-base.eclass | 5 ++++-
11 1 file changed, 4 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
14 index 299ac3e..b6258da 100644
15 --- a/eclass/kde4-base.eclass
16 +++ b/eclass/kde4-base.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -465,6 +465,9 @@ _calculate_src_uri() {
24 4.14.16)
25 # Part of 15.12.1 actually, sigh. Not stable for next release!
26 SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;;
27 + 15.04.3)
28 + # Files moved to Attic
29 + SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
30 ??.?.[6-9]? | ??.??.[4-9]?)
31 # Unstable KDE Applications releases
32 SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;