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/akonadiconsole: akonadiconsole-4.10.2.ebuild akonadiconsole-4.10.3.ebuild ChangeLog
Date: Fri, 31 May 2013 15:16:41
Message-Id: 20130531151637.D4AF12171D@flycatcher.gentoo.org
1 kensington 13/05/31 15:16:37
2
3 Modified: akonadiconsole-4.10.2.ebuild
4 akonadiconsole-4.10.3.ebuild ChangeLog
5 Log:
6 Add USE dependency default in preparation for the removal of the semantic-desktop USE flag.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.6 kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild?r1=1.5&r2=1.6
16
17 Index: akonadiconsole-4.10.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- akonadiconsole-4.10.2.ebuild 5 May 2013 10:14:01 -0000 1.5
24 +++ akonadiconsole-4.10.2.ebuild 31 May 2013 15:16:37 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild,v 1.5 2013/05/05 10:14:01 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild,v 1.6 2013/05/31 15:16:37 kensington Exp $
30
31 EAPI=5
32
33 @@ -12,7 +12,7 @@
34 IUSE="debug"
35
36 DEPEND="
37 - $(add_kdebase_dep kdepimlibs 'semantic-desktop')
38 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
39 $(add_kdebase_dep kdepim-common-libs)
40 $(add_kdebase_dep nepomuk-core)
41 $(add_kdebase_dep nepomuk-widgets)
42
43
44
45 1.2 kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild?r1=1.1&r2=1.2
50
51 Index: akonadiconsole-4.10.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- akonadiconsole-4.10.3.ebuild 6 May 2013 20:18:48 -0000 1.1
58 +++ akonadiconsole-4.10.3.ebuild 31 May 2013 15:16:37 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild,v 1.1 2013/05/06 20:18:48 johu Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild,v 1.2 2013/05/31 15:16:37 kensington Exp $
64
65 EAPI=5
66
67 @@ -12,7 +12,7 @@
68 IUSE="debug"
69
70 DEPEND="
71 - $(add_kdebase_dep kdepimlibs 'semantic-desktop')
72 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
73 $(add_kdebase_dep kdepim-common-libs)
74 $(add_kdebase_dep nepomuk-core)
75 $(add_kdebase_dep nepomuk-widgets)
76
77
78
79 1.74 kde-base/akonadiconsole/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/ChangeLog?rev=1.74&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/ChangeLog?rev=1.74&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadiconsole/ChangeLog?r1=1.73&r2=1.74
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/ChangeLog,v
88 retrieving revision 1.73
89 retrieving revision 1.74
90 diff -u -r1.73 -r1.74
91 --- ChangeLog 6 May 2013 20:18:48 -0000 1.73
92 +++ ChangeLog 31 May 2013 15:16:37 -0000 1.74
93 @@ -1,6 +1,11 @@
94 # ChangeLog for kde-base/akonadiconsole
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/ChangeLog,v 1.73 2013/05/06 20:18:48 johu Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/ChangeLog,v 1.74 2013/05/31 15:16:37 kensington Exp $
98 +
99 + 31 May 2013; Michael Palimaka <kensington@g.o>
100 + akonadiconsole-4.10.2.ebuild, akonadiconsole-4.10.3.ebuild:
101 + Add USE dependency default in preparation for the removal of the semantic-
102 + desktop USE flag.
103
104 *akonadiconsole-4.10.3 (06 May 2013)