commit: 907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Jul 28 12:03:43 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Jul 28 12:03:43 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=907fe36a
[net-libs/libkgapi] Version bump. Package-Manager: portage-2.2.10 --- net-libs/libkgapi/libkgapi-2.2.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild new file mode 100644 index 0000000..2c7d298 --- /dev/null +++ b/net-libs/libkgapi/libkgapi-2.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-2.1.1.ebuild,v 1.1 2014/04/11 22:38:28 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.14) + dev-libs/qjson +" +RDEPEND="${DEPEND}"
