Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 03 Jun 2015 22:32:22
Message-Id: 1433370728.c1b2559763cfb9f56b01e58abe59fddd0fa46832.mrueg@gentoo
1 commit: c1b2559763cfb9f56b01e58abe59fddd0fa46832
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 22:32:08 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 22:32:08 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1b25597
7
8 [eclass] Update eclass for kdelibs 4.14.9 and kde workspace 4.11.20.
9
10 eclass/kde4-base.eclass | 10 ++++++++--
11 1 file changed, 8 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
14 index 0f03315..0e8738a 100644
15 --- a/eclass/kde4-base.eclass
16 +++ b/eclass/kde4-base.eclass
17 @@ -440,11 +440,14 @@ _calculate_src_uri() {
18 # Part of 14.12.3 actually, sigh. Not stable for next release!
19 SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;;
20 4.11.18)
21 - # Part of 15.04.1 actually, sigh. Not stable for next release!
22 + # Part of 15.04.0 actually, sigh. Not stable for next release!
23 SRC_URI="mirror://kde/stable/applications/15.04.0/src/${_kmname_pv}.tar.xz" ;;
24 4.11.19)
25 - # Part of 15.04.0 actually, sigh. Not stable for next release!
26 + # Part of 15.04.1 actually, sigh. Not stable for next release!
27 SRC_URI="mirror://kde/stable/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
28 + 4.11.20)
29 + # Part of 15.04.2 actually, sigh. Not stable for next release!
30 + SRC_URI="mirror://kde/stable/applications/15.04.2/src/${_kmname_pv}.tar.xz" ;;
31 4.14.6)
32 # Part of 14.12.3 actually, sigh. Not stable for next release!
33 SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;;
34 @@ -454,6 +457,9 @@ _calculate_src_uri() {
35 4.14.8)
36 # Part of 15.04.1 actually, sigh. Not stable for next release!
37 SRC_URI="mirror://kde/stable/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
38 + 4.14.9)
39 + # Part of 15.04.2 actually, sigh. Not stable for next release!
40 + SRC_URI="mirror://kde/stable/applications/15.04.2/src/${_kmname_pv}.tar.xz" ;;
41 ??.?.[6-9]? | ??.??.[4-9]?)
42 # Unstable KDE Applications releases
43 SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;