Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog kde4-base.eclass
Date: Wed, 01 Jul 2015 11:28:33
Message-Id: 20150701112823.EB9DC73A@oystercatcher.gentoo.org
1 mrueg 15/07/01 11:28:23
2
3 Modified: ChangeLog kde4-base.eclass
4 Log:
5 Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and KDEPIM 4.4 no-akonadi branches.
6
7 Revision Changes Path
8 1.1696 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1696&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1696&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1695&r2=1.1696
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1695
18 retrieving revision 1.1696
19 diff -u -r1.1695 -r1.1696
20 --- ChangeLog 29 Jun 2015 11:01:31 -0000 1.1695
21 +++ ChangeLog 1 Jul 2015 11:28:23 -0000 1.1696
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1695 2015/06/29 11:01:31 mrueg Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1696 2015/07/01 11:28:23 mrueg Exp $
27 +
28 + 01 Jul 2015; Manuel Rüger <mrueg@g.o> kde4-base.eclass:
29 + Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and
30 + KDEPIM 4.4 no-akonadi branches.
31
32 29 Jun 2015; Manuel Rüger <mrueg@g.o> ruby-ng.eclass:
33 Quote RUBY_S and sub_S as the directory could contain spaces.
34
35
36
37 1.157 eclass/kde4-base.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.157&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.157&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?r1=1.156&r2=1.157
42
43 Index: kde4-base.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v
46 retrieving revision 1.156
47 retrieving revision 1.157
48 diff -u -r1.156 -r1.157
49 --- kde4-base.eclass 15 Jun 2015 14:04:44 -0000 1.156
50 +++ kde4-base.eclass 1 Jul 2015 11:28:23 -0000 1.157
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.156 2015/06/15 14:04:44 kensington Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.157 2015/07/01 11:28:23 mrueg Exp $
56
57 # @ECLASS: kde4-base.eclass
58 # @MAINTAINER:
59 @@ -430,6 +430,10 @@
60 # KDEPIM 4.4, special case
61 # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
62 SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
63 + 4.4.20*)
64 + # KDEPIM 4.4 no-akonadi branch, special case
65 + # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
66 + SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;;
67 4.?.[6-9]? | 4.??.[6-9]?)
68 # Unstable KDE SC releases
69 SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
70 @@ -448,6 +452,9 @@
71 4.11.20)
72 # Part of 15.04.2 actually, sigh. Not stable for next release!
73 SRC_URI="mirror://kde/stable/applications/15.04.2/src/${_kmname_pv}.tar.xz" ;;
74 + 4.11.21)
75 + # Part of 15.04.3 actually, sigh. Not stable for next release!
76 + SRC_URI="mirror://kde/stable/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
77 4.14.3)
78 # Last SC release
79 SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;
80 @@ -463,6 +470,9 @@
81 4.14.9)
82 # Part of 15.04.2 actually, sigh. Not stable for next release!
83 SRC_URI="mirror://kde/stable/applications/15.04.2/src/${_kmname_pv}.tar.xz" ;;
84 + 4.14.10)
85 + # Part of 15.04.3 actually, sigh. Not stable for next release!
86 + SRC_URI="mirror://kde/stable/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
87 ??.?.[6-9]? | ??.??.[4-9]?)
88 # Unstable KDE Applications releases
89 SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;