From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C489D1391DB for ; Mon, 28 Jul 2014 12:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 329D2E08FF; Mon, 28 Jul 2014 12:05:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7D32E08FF for ; Mon, 28 Jul 2014 12:05:11 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C673833FD6E for ; Mon, 28 Jul 2014 12:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 71C3618BF0 for ; Mon, 28 Jul 2014 12:05:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1406549023.907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-2.2.0.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d X-VCS-Branch: master Date: Mon, 28 Jul 2014 12:05:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f857bb78-0cd8-48c2-9247-eb5c8d320eb5 X-Archives-Hash: 435eb1b73073c5e0582a076f68dbac81 commit: 907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 28 12:03:43 2014 +0000 Commit: Michael Palimaka gentoo 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}"