Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
Date: Wed, 30 Nov 2011 18:25:09
Message-Id: e4d85010c87cef5bbbbe518dba9b65da24ba815b.dilfridge@gentoo
1 commit: e4d85010c87cef5bbbbe518dba9b65da24ba815b
2 Author: Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
3 AuthorDate: Wed Nov 30 18:24:00 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:24:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4d85010
7
8 [kde-misc/akonadi-google] make snapshot
9
10 (Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 .../akonadi-google-0.2_p20111130.ebuild | 37 ++++++++++++++++++++
14 1 files changed, 37 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
17 new file mode 100644
18 index 0000000..61fedad
19 --- /dev/null
20 +++ b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
21 @@ -0,0 +1,37 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +KDE_SCM="git"
29 +EGIT_REPONAME="akonadi-google"
30 +inherit kde4-base
31 +
32 +DESCRIPTION="Google services integration in Akonadi"
33 +HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
34 +LICENSE="GPL-2"
35 +
36 +# this is a temporary workaround
37 +SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
38 +
39 +SLOT="4"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE="oldpim"
42 +
43 +DEPEND="
44 + $(add_kdebase_dep kdepimlibs semantic-desktop)
45 + dev-libs/libxslt
46 + dev-libs/qjson
47 + net-libs/libgcal
48 + oldpim? ( dev-libs/boost )
49 + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
50 +"
51 +RDEPEND=${DEPEND}
52 +
53 +src_configure() {
54 + mycmakeargs=(
55 + $(cmake-utils_use oldpim KCAL)
56 + )
57 + kde4-base_src_configure
58 +}