Gentoo Archives: gentoo-commits

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