commit: 1e72df927b303c317979589c33b09e2d25c66ab5
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Thu Apr 16 14:54:46 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 14:54:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e72df92
[eclass] Add SRC_URI for kdelibs 4.14.7 and Workspaces 4.11.18.
eclass/kde4-base.eclass | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 206d8f0..1cc2147 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -439,9 +439,15 @@ _calculate_src_uri() {
4.11.17)
# Part of 14.12.3 actually, sigh. Not
stable for next release!
SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;;
+ 4.11.18)
+ # Part of 15.04.0 actually, sigh. Not
stable for next release!
+
SRC_URI="mirror://kde/stable/applications/15.04.0/src/${_kmname_pv}.tar.xz" ;;
4.14.6)
# Part of 14.12.3 actually, sigh. Not
stable for next release!
SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;;
+ 4.14.7)
+ # Part of 15.04.0 actually, sigh. Not
stable for next release!
+
SRC_URI="mirror://kde/stable/applications/15.04.0/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"
;;