Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: akonadi-4.4.11.1.ebuild ChangeLog
Date: Fri, 31 May 2013 15:19:49
Message-Id: 20130531151941.F2F162171D@flycatcher.gentoo.org
1 kensington 13/05/31 15:19:41
2
3 Modified: akonadi-4.4.11.1.ebuild ChangeLog
4 Log:
5 Add USE dependency default in preparation for the removal of the semantic-desktop USE flag.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.9 kde-base/akonadi/akonadi-4.4.11.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild?r1=1.8&r2=1.9
15
16 Index: akonadi-4.4.11.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- akonadi-4.4.11.1.ebuild 23 Feb 2013 15:53:35 -0000 1.8
23 +++ akonadi-4.4.11.1.ebuild 31 May 2013 15:19:41 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild,v 1.8 2013/02/23 15:53:35 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1.ebuild,v 1.9 2013/05/31 15:19:41 kensington Exp $
29
30 EAPI=4
31
32 @@ -13,8 +13,8 @@
33
34 DEPEND="
35 >=app-office/akonadi-server-1.3.1
36 - $(add_kdebase_dep kdelibs 'semantic-desktop' 4.6)
37 - $(add_kdebase_dep kdepimlibs 'semantic-desktop' 4.6)
38 + $(add_kdebase_dep kdelibs 'semantic-desktop(+)' 4.6)
39 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6)
40 $(add_kdebase_dep libkdepim)
41 "
42 RDEPEND="${DEPEND}
43
44
45
46 1.95 kde-base/akonadi/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.95&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.95&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.94&r2=1.95
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
55 retrieving revision 1.94
56 retrieving revision 1.95
57 diff -u -r1.94 -r1.95
58 --- ChangeLog 23 Feb 2013 15:53:35 -0000 1.94
59 +++ ChangeLog 31 May 2013 15:19:41 -0000 1.95
60 @@ -1,6 +1,10 @@
61 # ChangeLog for kde-base/akonadi
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.94 2013/02/23 15:53:35 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.95 2013/05/31 15:19:41 kensington Exp $
65 +
66 + 31 May 2013; Michael Palimaka <kensington@g.o> akonadi-4.4.11.1.ebuild:
67 + Add USE dependency default in preparation for the removal of the semantic-
68 + desktop USE flag.
69
70 23 Feb 2013; Agostino Sarubbo <ago@g.o> akonadi-4.4.11.1.ebuild:
71 Add ~ppc64, wrt bug #455960