commit: 7531baaa79713ecc1ed908883f6053a4c043d159
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 22:11:51 2015 +0000
Commit: git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT>
gentoo <DOT> org>
CommitDate: Tue Mar 3 22:11:51 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7531baaa
[eclass] Add SRC_URI for kdelibs, kdepim 4.14.6 and Workspaces 4.11.17
eclass/kde4-base.eclass | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index e483143..39b8f11 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -446,9 +446,15 @@ _calculate_src_uri() {
4.11.16)
# Part of 14.12.2 actually, sigh. Not
stable for next release!
SRC_URI="mirror://kde/stable/applications/14.12.2/src/${_kmname_pv}.tar.xz" ;;
+ 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.14.5)
# Part of 14.12.2 actually, sigh. Not
stable for next release!
SRC_URI="mirror://kde/stable/applications/14.12.2/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" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz"
;;