Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/akonadi-google: ChangeLog akonadi-google-0.2_p20111229.ebuild
Date: Thu, 29 Dec 2011 22:42:06
Message-Id: 20111229224156.066DC2004B@flycatcher.gentoo.org
1 dilfridge 11/12/29 22:41:56
2
3 Modified: ChangeLog
4 Added: akonadi-google-0.2_p20111229.ebuild
5 Log:
6 Add newer snapshot
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 kde-misc/akonadi-google/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 6 Dec 2011 02:15:32 -0000 1.1
24 +++ ChangeLog 29 Dec 2011 22:41:55 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/akonadi-google
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.1 2011/12/06 02:15:32 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.2 2011/12/29 22:41:55 dilfridge Exp $
30 +
31 +*akonadi-google-0.2_p20111229 (29 Dec 2011)
32 +
33 + 29 Dec 2011; Andreas K. Huettel <dilfridge@g.o>
34 + +akonadi-google-0.2_p20111229.ebuild:
35 + Add newer snapshot
36
37 *akonadi-google-0.2_p20111130 (06 Dec 2011)
38
39
40
41
42 1.1 kde-misc/akonadi-google/akonadi-google-0.2_p20111229.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20111229.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20111229.ebuild?rev=1.1&content-type=text/plain
46
47 Index: akonadi-google-0.2_p20111229.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20111229.ebuild,v 1.1 2011/12/29 22:41:55 dilfridge Exp $
52
53 EAPI=4
54
55 KDE_SCM="git"
56 EGIT_REPONAME="akonadi-google"
57 inherit kde4-base
58
59 DESCRIPTION="Google services integration in Akonadi"
60 HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
61 LICENSE="GPL-2"
62
63 SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
64
65 SLOT="4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="oldpim"
68
69 DEPEND="
70 $(add_kdebase_dep kdepimlibs semantic-desktop)
71 dev-libs/libxslt
72 dev-libs/qjson
73 net-libs/libgcal
74 oldpim? ( dev-libs/boost )
75 !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
76 "
77 RDEPEND=${DEPEND}
78
79 src_configure() {
80 mycmakeargs=(
81 $(cmake-utils_use oldpim KCAL)
82 )
83 kde4-base_src_configure
84 }