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: Tue, 03 Apr 2012 11:43:08
Message-Id: 1333453307.229811ea43d71f1b1963d4c18d38ec49f1253763.dilfridge@gentoo
1 commit: 229811ea43d71f1b1963d4c18d38ec49f1253763
2 Author: Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
3 AuthorDate: Tue Apr 3 11:41:47 2012 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 11:41:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=229811ea
7
8 [kde-misc/akonadi-google] Major version bump
9
10 (Portage version: 2.1.10.54/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-misc/akonadi-google/akonadi-google-0.3.ebuild | 34 +++++++++++++++++++++
14 1 files changed, 34 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
17 new file mode 100644
18 index 0000000..5e1bee4
19 --- /dev/null
20 +++ b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
21 @@ -0,0 +1,34 @@
22 +# Copyright 1999-2012 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 +SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
36 +
37 +SLOT="4"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="oldpim"
40 +
41 +DEPEND="
42 + $(add_kdebase_dep kdepimlibs semantic-desktop)
43 + dev-libs/libxslt
44 + dev-libs/qjson
45 + oldpim? ( dev-libs/boost )
46 + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
47 +"
48 +RDEPEND=${DEPEND}
49 +
50 +src_configure() {
51 + mycmakeargs=(
52 + $(cmake-utils_use oldpim KCAL)
53 + )
54 + kde4-base_src_configure
55 +}