aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-15 17:03:30 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-04-03 01:53:56 +1100
commitcb35d321cc212cad142032935526d6b146f4ec83 (patch)
tree0db70dc616b4229ff1824474114c84ba7be61353
parentsys-auth/elogind: launch elogind when called via dbus (diff)
downloadkde-cb35d321.tar.gz
kde-cb35d321.tar.bz2
kde-cb35d321.zip
kde4-base.eclass: Add SRC_URI for 4.14.18
-rw-r--r--eclass/kde4-base.eclass9
1 files changed, 3 insertions, 6 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 9f5bf092c4..3fab577a85 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -475,18 +475,15 @@ _calculate_src_uri() {
4.14.10)
# Part of 15.04.3 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
- 4.14.14)
- # Part of 15.08.3 actually, sigh. Not stable for next release!
- SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;;
- 4.14.15)
- # Part of 15.12.0 actually, sigh. Not stable for next release!
- SRC_URI="mirror://kde/stable/applications/15.12.0/src/${_kmname_pv}.tar.xz" ;;
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" ;;
4.14.17)
# Part of 15.12.2 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.12.2/src/${_kmname_pv}.tar.xz" ;;
+ 4.14.18)
+ # Part of 15.12.3 actually, sigh. Not stable for next release!
+ SRC_URI="mirror://kde/stable/applications/15.12.3/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" ;;