mrueg       15/06/03 22:36:30

  Modified:             ChangeLog kde4-base.eclass
  Log:
  Sync verbosely with overlay. Add support for kde4 localization package 
kde-apps/kde4-l10n. Include URIs to support new kdelibs and kde workspaces 
releases. Fix a typo in a comment here. Add support for stable live branches 
for kde applications packages.

Revision  Changes    Path
1.1637               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1637&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1637&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1636&r2=1.1637

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1636
retrieving revision 1.1637
diff -u -r1.1636 -r1.1637
--- ChangeLog   3 Jun 2015 17:37:46 -0000       1.1636
+++ ChangeLog   3 Jun 2015 22:36:30 -0000       1.1637
@@ -1,6 +1,12 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1636 2015/06/03 
17:37:46 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1637 2015/06/03 
22:36:30 mrueg Exp $
+
+  03 Jun 2015; Manuel RĂ¼ger <[email protected]> kde4-base.eclass:
+  Sync verbosely with overlay. Add support for kde4 localization package
+  kde-apps/kde4-l10n. Include URIs to support new kdelibs and kde workspaces
+  releases. Fix a typo in a comment here. Add support for stable live branches
+  for kde applications packages.
 
   03 Jun 2015; <[email protected]> s6.eclass:
   Fix missing comment character and case syntax error



1.154                eclass/kde4-base.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.154&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.154&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?r1=1.153&r2=1.154

Index: kde4-base.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- kde4-base.eclass    31 May 2015 10:11:35 -0000      1.153
+++ kde4-base.eclass    3 Jun 2015 22:36:30 -0000       1.154
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.153 2015/05/31 
10:11:35 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.154 2015/06/03 
22:36:30 mrueg Exp $
 
 # @ECLASS: kde4-base.eclass
 # @MAINTAINER:
@@ -339,7 +339,7 @@
                # this can't be done on one line because if user doesn't use 
any localisation
                # then he is probably not interested in kde-l10n at all.
                kderdepend+="
-               linguas_${_lingua}? ( || ( 
kde-apps/kde-l10n[linguas_${_lingua}(+)] $(add_kdebase_dep kde-l10n 
"linguas_${_lingua}(+)") ) )
+               linguas_${_lingua}? ( || ( 
kde-apps/kde4-l10n[linguas_${_lingua}(+)] $(add_kdebase_dep kde-l10n 
"linguas_${_lingua}(+)") ) )
                "
        done
        unset _lingua
@@ -440,11 +440,14 @@
                                        # 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.1 actually, sigh. Not 
stable for next release!
+                                       # 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.11.19)
-                                       # Part of 15.04.0 actually, sigh. Not 
stable for next release!
+                                       # Part of 15.04.1 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
+                               4.11.20)
+                                       # Part of 15.04.2 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/applications/15.04.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" ;;
@@ -454,6 +457,9 @@
                                4.14.8)
                                        # Part of 15.04.1 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
+                               4.14.9)
+                                       # Part of 15.04.2 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/applications/15.04.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" 
;;
@@ -576,6 +582,10 @@
                        [[ ${PV} != 4.9999* && ${PV} != 9999 && ${KDEBASE} == 
kde-base ]] && \
                                EGIT_BRANCH="KDE/$(get_kde_version)"
 
+                       # Applications branching
+                       [[ ${PV} == ??.??.49.9999 && ${KDEBASE} == kde-base ]] 
&& \
+                               EGIT_BRANCH="Applications/$(get_kde_version)"
+
                        # default repo uri
                        EGIT_REPO_URI+=( "${EGIT_MIRROR}/${_kmname}" )
 




Reply via email to