commit:     38b0e1d9bd71d5ee62d08ee1f5caf7239d2c0f72
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  3 12:52:30 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb  3 12:52:30 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38b0e1d9

[eclass] Add SRC_URI for 4.14.5

---
 eclass/kde4-base.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 88a11c2..e069646 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -458,6 +458,9 @@ _calculate_src_uri() {
                                4.11.14)
                                        # Part of 4.14 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/4.14.3/src/${_kmname_pv}.tar.xz" ;;
+                               4.14.5)
+                                       # Part of 14.12.1 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/applications/14.12.2/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" 
;;

Reply via email to