Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
Date: Mon, 28 Jul 2014 12:05:12
Message-Id: 1406549023.907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d.kensington@gentoo
1 commit: 907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 28 12:03:43 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 28 12:03:43 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=907fe36a
7
8 [net-libs/libkgapi] Version bump.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 net-libs/libkgapi/libkgapi-2.2.0.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
17 new file mode 100644
18 index 0000000..2c7d298
19 --- /dev/null
20 +++ b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-2.1.1.ebuild,v 1.1 2014/04/11 22:38:28 johu Exp $
25 +
26 +EAPI=5
27 +
28 +inherit kde4-base
29 +
30 +DESCRIPTION="Library for accessing Google calendar and contact resources"
31 +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
32 +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
33 +
34 +LICENSE="GPL-2"
35 +SLOT="4"
36 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
37 +IUSE="debug"
38 +
39 +DEPEND="
40 + $(add_kdebase_dep kdepimlibs '' 4.14)
41 + dev-libs/qjson
42 +"
43 +RDEPEND="${DEPEND}"