Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
Date: Wed, 04 Apr 2012 11:17:34
Message-Id: 1333538243.86d92414b664906ee2467fcb2e880d956f387db1.johu@gentoo
1 commit: 86d92414b664906ee2467fcb2e880d956f387db1
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 4 11:17:23 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 4 11:17:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86d92414
7
8 [kde-misc/akonadi-google] Remove, already in tree.
9
10 (Portage version: 2.2.0_alpha98/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 kde-misc/akonadi-google/akonadi-google-0.3.ebuild | 34 ---------------------
14 1 files changed, 0 insertions(+), 34 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 deleted file mode 100644
18 index 5e1bee4..0000000
19 --- a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
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 -}