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 316B11381F3 for ; Sat, 15 Jun 2013 15:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4471E0A59; Sat, 15 Jun 2013 15:12:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 574FFE0A59 for ; Sat, 15 Jun 2013 15:12:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ACC833E4F1 for ; Sat, 15 Jun 2013 15:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 02854E468F for ; Sat, 15 Jun 2013 15:12:10 +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: <1371309123.42b0664d92bd22b413a0b63f3195180fd6986255.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 net-libs/libkgapi/metadata.xml X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 42b0664d92bd22b413a0b63f3195180fd6986255 X-VCS-Branch: master Date: Sat, 15 Jun 2013 15:12:10 +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: 0f11299e-0eec-46cc-a1bd-a26ad868630b X-Archives-Hash: 9524518619a280d72acda49aebe8c8e0 commit: 42b0664d92bd22b413a0b63f3195180fd6986255 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 15 15:12:03 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 15 15:12:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42b0664d [net-libs/libkgapi] Live version. Package-Manager: portage-2.2.0_alpha179 --- net-libs/libkgapi/libkgapi-9999.ebuild | 29 +++++++++++++++++++++++++++++ net-libs/libkgapi/metadata.xml | 5 +++++ 2 files changed, 34 insertions(+) diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild new file mode 100644 index 0000000..b36c371 --- /dev/null +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="debug" +SLOT=4 + +DEPEND=" + $(add_kdebase_dep kdepimlibs ) + dev-libs/qjson +" +RDEPEND=${DEPEND} + +src_configure() { + mycmakeargs=( + -DKGAPI_DISABLE_DEPRECATED=TRUE + -DKCAL=OFF + ) + kde4-base_src_configure +} diff --git a/net-libs/libkgapi/metadata.xml b/net-libs/libkgapi/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/net-libs/libkgapi/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +