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-misc/akonadi-google: akonadi-google-20120619.ebuild akonadi-google-0.3.1.ebuild ChangeLog
Date: Thu, 30 May 2013 11:43:57
Message-Id: 20130530114353.E42162171D@flycatcher.gentoo.org
1 kensington 13/05/30 11:43:53
2
3 Modified: akonadi-google-20120619.ebuild
4 akonadi-google-0.3.1.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.2 kde-misc/akonadi-google/akonadi-google-20120619.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild?r1=1.1&r2=1.2
16
17 Index: akonadi-google-20120619.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- akonadi-google-20120619.ebuild 19 Jun 2012 20:17:18 -0000 1.1
24 +++ akonadi-google-20120619.ebuild 30 May 2013 11:43:53 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.1 2012/06/19 20:17:18 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.2 2013/05/30 11:43:53 kensington Exp $
31
32 EAPI=4
33
34 @@ -18,12 +18,12 @@
35 IUSE="oldpim"
36
37 DEPEND="
38 - $(add_kdebase_dep kdepimlibs semantic-desktop)
39 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
40 dev-libs/libxslt
41 dev-libs/qjson
42 net-libs/libkgapi
43 oldpim? ( dev-libs/boost )
44 - !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
45 + !oldpim? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6.0) )
46 !>=kde-base/kdepim-runtime-4.8.50
47 "
48 RDEPEND=${DEPEND}
49
50
51
52 1.3 kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild?r1=1.2&r2=1.3
57
58 Index: akonadi-google-0.3.1.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- akonadi-google-0.3.1.ebuild 19 Jun 2012 20:00:57 -0000 1.2
65 +++ akonadi-google-0.3.1.ebuild 30 May 2013 11:43:53 -0000 1.3
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 +# Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild,v 1.2 2012/06/19 20:00:57 dilfridge Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild,v 1.3 2013/05/30 11:43:53 kensington Exp $
72
73 EAPI=4
74
75 @@ -18,11 +18,11 @@
76 IUSE="oldpim"
77
78 DEPEND="
79 - $(add_kdebase_dep kdepimlibs semantic-desktop)
80 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
81 dev-libs/libxslt
82 dev-libs/qjson
83 oldpim? ( dev-libs/boost )
84 - !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
85 + !oldpim? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6.0) )
86 !>=kde-base/kdepim-runtime-4.8.50
87 "
88 RDEPEND=${DEPEND}
89
90
91
92 1.14 kde-misc/akonadi-google/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.14&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.14&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?r1=1.13&r2=1.14
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v
101 retrieving revision 1.13
102 retrieving revision 1.14
103 diff -u -r1.13 -r1.14
104 --- ChangeLog 19 Jun 2012 20:17:18 -0000 1.13
105 +++ ChangeLog 30 May 2013 11:43:53 -0000 1.14
106 @@ -1,6 +1,11 @@
107 # ChangeLog for kde-misc/akonadi-google
108 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.13 2012/06/19 20:17:18 dilfridge Exp $
110 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
111 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.14 2013/05/30 11:43:53 kensington Exp $
112 +
113 + 30 May 2013; Michael Palimaka <kensington@g.o>
114 + akonadi-google-0.3.1.ebuild, akonadi-google-20120619.ebuild:
115 + Add USE dependency default in preparation for the removal of the semantic-
116 + desktop USE flag.
117
118 *akonadi-google-20120619 (19 Jun 2012)
119
120 @@ -70,4 +75,3 @@
121 06 Dec 2011; Andreas K. Huettel <dilfridge@g.o>
122 +akonadi-google-0.2_p20111130.ebuild, +metadata.xml:
123 New ebuild, imported from kde overlay after some testing.
124 -