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 899331384E3 for ; Fri, 28 Aug 2015 11:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FA65141A1; Fri, 28 Aug 2015 11:08:17 +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 BB22A141A1 for ; Fri, 28 Aug 2015 11:08:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E55A340BC0 for ; Fri, 28 Aug 2015 11:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C424171 for ; Fri, 28 Aug 2015 11:08:13 +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: <1440760079.52279cd957791caf2c94c8689361f1f4fa57fc55.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 52279cd957791caf2c94c8689361f1f4fa57fc55 X-VCS-Branch: master Date: Fri, 28 Aug 2015 11:08:13 +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: 53fb186e-eb6a-4bd3-a799-c9115481834e X-Archives-Hash: 3d7afbb2b676d635fda466a4227de3da commit: 52279cd957791caf2c94c8689361f1f4fa57fc55 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 28 11:07:59 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 28 11:07:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=52279cd9 kde-apps/kaccounts-integration: Restrict tests Gentoo-Bug: 549444 Reported-by: Paolo Pedroni iol.it> Package-Manager: portage-2.2.20.1 kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild | 5 +++++ kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild | 5 +++++ .../kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild | 5 +++++ kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild index 474fb10..98b3e40 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild @@ -5,6 +5,8 @@ EAPI=5 KDE_TEST="true" +VIRTUALDBUS_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -33,6 +35,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# bug #549444 +RESTRICT="test" + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild index 474fb10..98b3e40 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild @@ -5,6 +5,8 @@ EAPI=5 KDE_TEST="true" +VIRTUALDBUS_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -33,6 +35,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# bug #549444 +RESTRICT="test" + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild index 6e1f8a2..29ac7b6 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild @@ -5,6 +5,8 @@ EAPI=5 KDE_TEST="true" +VIRTUALDBUS_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -33,6 +35,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# bug #549444 +RESTRICT="test" + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 6e1f8a2..29ac7b6 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -5,6 +5,8 @@ EAPI=5 KDE_TEST="true" +VIRTUALDBUS_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -33,6 +35,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# bug #549444 +RESTRICT="test" + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON