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 52F551391DB for ; Mon, 28 Jul 2014 12:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E93B1E09B4; Mon, 28 Jul 2014 12:08:37 +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 838B3E09B4 for ; Mon, 28 Jul 2014 12:08:37 +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 9F81B33F82B for ; Mon, 28 Jul 2014 12:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5EEBA18BF0 for ; Mon, 28 Jul 2014 12:08:35 +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: <1406549300.fd7fe8c9cb4e944116c973c53f6fed28f6af57f1.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 net-libs/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fd7fe8c9cb4e944116c973c53f6fed28f6af57f1 X-VCS-Branch: master Date: Mon, 28 Jul 2014 12:08:35 +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: 878f0392-190d-4da8-a252-327e0e1d3aef X-Archives-Hash: 22dfd19b8e0cb8627e29a7d0015d8296 commit: fd7fe8c9cb4e944116c973c53f6fed28f6af57f1 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 28 12:08:20 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 28 12:08:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fd7fe8c9 [net-libs/libkgapi] Sync live ebuild. Package-Manager: portage-2.2.10 --- net-libs/libkgapi/libkgapi-2.2.0.ebuild | 2 +- net-libs/libkgapi/libkgapi-9999.ebuild | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild index 2c7d298..a448155 100644 --- a/net-libs/libkgapi/libkgapi-2.2.0.ebuild +++ b/net-libs/libkgapi/libkgapi-2.2.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: $ EAPI=5 diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index 7fd9018..5773605 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -4,28 +4,18 @@ EAPI=5 -KDE_LINGUAS="" -KDE_MINIMAL="4.12" inherit kde4-base 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" -SLOT=4 DEPEND=" - $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepimlibs '' 4.14) dev-libs/qjson " -RDEPEND=${DEPEND} - -src_configure() { - local mycmakeargs=( - -DKGAPI_DISABLE_DEPRECATED=TRUE - -DKCAL=OFF - ) - kde4-base_src_configure -} +RDEPEND="${DEPEND}"