From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7E7F138330 for ; Wed, 7 Sep 2016 08:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7168F21C273; Wed, 7 Sep 2016 08:58:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1CDC21C271 for ; Wed, 7 Sep 2016 08:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC5AD3408F9 for ; Wed, 7 Sep 2016 08:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D732475 for ; Wed, 7 Sep 2016 08:57:57 +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: <1473096299.b1d2568032ae6c6c62139d9b7cbf09c60fbd73bf.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-5.3.1.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: b1d2568032ae6c6c62139d9b7cbf09c60fbd73bf X-VCS-Branch: master Date: Wed, 7 Sep 2016 08:57:57 +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: 72b096e4-36d8-4037-8c48-ec87e0c18df4 X-Archives-Hash: ccbfcf0a5174ef6fd02ee057997bafe3 commit: b1d2568032ae6c6c62139d9b7cbf09c60fbd73bf Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Sep 5 17:06:43 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 5 17:24:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d25680 net-libs/libkgapi: Version bump to 5.3.1 Used by kde-misc/kio-gdrive RESTRICT= -> +=" test" Package-Manager: portage-2.2.28 net-libs/libkgapi/{libkgapi-9999.ebuild => libkgapi-5.3.1.ebuild} | 5 +++-- net-libs/libkgapi/libkgapi-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild similarity index 84% copy from net-libs/libkgapi/libkgapi-9999.ebuild copy to net-libs/libkgapi/libkgapi-5.3.1.ebuild index 7f6eb70..29ba1ef 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-5.3.1.ebuild @@ -10,9 +10,10 @@ inherit kde5 DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="" DEPEND=" @@ -30,4 +31,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT="test" +RESTRICT+=" test" diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index 7f6eb70..1006c2a 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -10,6 +10,7 @@ inherit kde5 DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" @@ -30,4 +31,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT="test" +RESTRICT+=" test"