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 1SZjYf-00036R-8K for garchives@archives.gentoo.org; Wed, 30 May 2012 14:07:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F5CE032F; Wed, 30 May 2012 14:07:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7940DE032F for ; Wed, 30 May 2012 14:07:16 +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 DAA011B4020 for ; Wed, 30 May 2012 14:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B348E5428 for ; Wed, 30 May 2012 14:07:14 +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: <1338386809.426f4620dbe5a47116e1f3e0a479005340a59727.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-0.3.2.ebuild X-VCS-Directories: net-libs/libkgoogle/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 426f4620dbe5a47116e1f3e0a479005340a59727 X-VCS-Branch: master Date: Wed, 30 May 2012 14:07:14 +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: 3d0ff65a-60b5-4db1-b56e-b0e392e56218 X-Archives-Hash: ffd64b50c0274edc327592d1e31c6e7a commit: 426f4620dbe5a47116e1f3e0a479005340a59727 Author: Johannes Huber gentoo org> AuthorDate: Wed May 30 14:06:49 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 30 14:06:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D426f4620 [net-libs/libkgoogle] Add release version. (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest comm= it) --- net-libs/libkgoogle/libkgoogle-0.3.2.ebuild | 35 +++++++++++++++++++++= ++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/net-libs/libkgoogle/libkgoogle-0.3.2.ebuild b/net-libs/libkg= oogle/libkgoogle-0.3.2.ebuild new file mode 100644 index 0000000..bf948d5 --- /dev/null +++ b/net-libs/libkgoogle/libkgoogle-0.3.2.ebuild @@ -0,0 +1,35 @@ +# 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/" +SRC_URI=3D"mirror://kde/stable/${PN}/${PV}/${P}.tar.bz2" + +LICENSE=3D"GPL-3" +SLOT=3D"4" +KEYWORDS=3D"~amd64 ~x86" +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 +}