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 925F2138CD3 for ; Mon, 8 Jun 2015 20:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58284E08A1; Mon, 8 Jun 2015 20:58:17 +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 E6B7DE08A1 for ; Mon, 8 Jun 2015 20:58:16 +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 2A41F340A67 for ; Mon, 8 Jun 2015 20:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0B89FC for ; Mon, 8 Jun 2015 20:58:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1433794574.faf8c075109fbd123f7cf8e4e6d43e3d61aa073f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: faf8c075109fbd123f7cf8e4e6d43e3d61aa073f X-VCS-Branch: master Date: Mon, 8 Jun 2015 20:58:13 +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: c2fc9553-5f5e-41cd-8a09-8deda925094b X-Archives-Hash: aa8b1d9a368be0340c85352e8e2c2bb9 commit: faf8c075109fbd123f7cf8e4e6d43e3d61aa073f Author: Johannes Huber gentoo org> AuthorDate: Mon Jun 8 20:16:14 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jun 8 20:16:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=faf8c075 [net-libs/libkgapi] Move to KF5 Package-Manager: portage-2.2.20 net-libs/libkgapi/libkgapi-9999.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index 584f3d3..d6dc072 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -4,18 +4,26 @@ EAPI=5 -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" LICENSE="GPL-2" -SLOT="4" KEYWORDS="" -IUSE="debug" +IUSE="" DEPEND=" - $(add_kdebase_dep kdepimlibs '' 4.14) - dev-libs/qjson + $(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}"