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 EA0D2138454 for ; Thu, 10 Sep 2015 18:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12974E08FF; Thu, 10 Sep 2015 18:37:57 +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 84422E08FF for ; Thu, 10 Sep 2015 18:37:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9483434063E for ; Thu, 10 Sep 2015 18:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0188718D for ; Thu, 10 Sep 2015 18:37:54 +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: <1441910261.176f074b1c7bf386f1b502b82aca0e28c189e50c.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-5.0.0.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 176f074b1c7bf386f1b502b82aca0e28c189e50c X-VCS-Branch: master Date: Thu, 10 Sep 2015 18:37:54 +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: 58b9ccfb-e1cd-4f78-8ff0-c1f3edc37681 X-Archives-Hash: 11a4c8bd058efe4b129f2de569f624c5 commit: 176f074b1c7bf386f1b502b82aca0e28c189e50c Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Sep 2 08:11:36 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Sep 10 18:37:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=176f074b net-libs/libkgapi: Version bump Package-Manager: portage-2.2.20.1 net-libs/libkgapi/libkgapi-5.0.0.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/net-libs/libkgapi/libkgapi-5.0.0.ebuild b/net-libs/libkgapi/libkgapi-5.0.0.ebuild new file mode 100644 index 0000000..b61c423 --- /dev/null +++ b/net-libs/libkgapi/libkgapi-5.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +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.xz" + +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwindowsystem) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwebkit:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +RDEPEND="${DEPEND}"