From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SSxT7-0002Ac-A3 for garchives@archives.gentoo.org; Fri, 11 May 2012 21:33:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FAF6E0B1F; Fri, 11 May 2012 21:33:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 59300E0B1F for ; Fri, 11 May 2012 21:33:31 +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 935511B4026 for ; Fri, 11 May 2012 21:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 532B8E542D for ; Fri, 11 May 2012 21:33:29 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1336771673.43b8e1fba5b3de77134c896b6e00655e6c28f6ca.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgoogle/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgoogle/libkgoogle-9999.ebuild net-libs/libkgoogle/metadata.xml X-VCS-Directories: net-libs/libkgoogle/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 43b8e1fba5b3de77134c896b6e00655e6c28f6ca X-VCS-Branch: master Date: Fri, 11 May 2012 21:33:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 092e7ee5-286b-4d4e-849c-00ca5c02fd20 X-Archives-Hash: 04168fc30f0730c2fe124e48c63de677 commit: 43b8e1fba5b3de77134c896b6e00655e6c28f6ca Author: Johannes Huber gentoo org> AuthorDate: Fri May 11 21:27:53 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 11 21:27:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D43b8e1fb [net-libs/libkgoogle] Move here from cat kde-misc. (Portage version: 2.2.0_alpha102/git/Linux i686, unsigned Manifest commit= ) --- net-libs/libkgoogle/libkgoogle-9999.ebuild | 34 ++++++++++++++++++++++= ++++++ net-libs/libkgoogle/metadata.xml | 8 ++++++ 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/net-libs/libkgoogle/libkgoogle-9999.ebuild b/net-libs/libkgo= ogle/libkgoogle-9999.ebuild new file mode 100644 index 0000000..72a9c0c --- /dev/null +++ b/net-libs/libkgoogle/libkgoogle-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"Library for accessing various Google services based on KD= E Platform" +HOMEPAGE=3D"http://progdan.cz/category/akonadi-google/" +LICENSE=3D"GPL-3" + +SLOT=3D"4" +KEYWORDS=3D"" +IUSE=3D"oldpim" + +DEPEND=3D" + $(add_kdebase_dep kdepimlibs semantic-desktop) + dev-libs/libxslt + dev-libs/qjson + oldpim? ( dev-libs/boost ) + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) +" +RDEPEND=3D"${DEPEND} + !kde-misc/akonadi-google +" + +src_configure() { + mycmakeargs=3D( + $(cmake-utils_use oldpim KCAL) + ) + kde4-base_src_configure +} diff --git a/net-libs/libkgoogle/metadata.xml b/net-libs/libkgoogle/metad= ata.xml new file mode 100644 index 0000000..537293b --- /dev/null +++ b/net-libs/libkgoogle/metadata.xml @@ -0,0 +1,8 @@ + + + + kde + + Allow the use of non-akonadi kdepim-4.4 + +