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 9CF9E1396D0 for ; Sun, 27 Aug 2017 17:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DE4E0CB6; Sun, 27 Aug 2017 17:23:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEE1DE0CB6 for ; Sun, 27 Aug 2017 17:23:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06607341A6E for ; Sun, 27 Aug 2017 17:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A6D84A0 for ; Sun, 27 Aug 2017 17:23:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1503854560.10199e4b090fe561f603b618769a31627b22b74b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepimlibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild kde-apps/kdepimlibs/metadata.xml X-VCS-Directories: kde-apps/kdepimlibs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 10199e4b090fe561f603b618769a31627b22b74b X-VCS-Branch: master Date: Sun, 27 Aug 2017 17:23:06 +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: 94f38685-65f2-40e4-a47e-d8d38ae1cf21 X-Archives-Hash: d802ff3e327c27b20b26c67776b137da commit: 10199e4b090fe561f603b618769a31627b22b74b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 27 17:21:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 27 17:22:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10199e4b kde-apps/kdepimlibs: Drop USE=prison It is a no-op for veryoldpim. Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild | 5 ++--- kde-apps/kdepimlibs/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild b/kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild index 2a93f71a83b..831871c89f2 100644 --- a/kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild +++ b/kde-apps/kdepimlibs/kdepimlibs-4.14.10_p20160611.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P/10_p/11_pre}.tar.xz" KEYWORDS="amd64 ~arm x86" LICENSE="LGPL-2.1" -IUSE="debug ldap prison" +IUSE="debug ldap" # some akonadi tests timeout, that probably needs more work as its ~700 tests RESTRICT="test" @@ -29,7 +29,6 @@ DEPEND=" media-libs/phonon[qt4] x11-misc/shared-mime-info ldap? ( net-nds/openldap ) - prison? ( kde-frameworks/prison:4 ) " # boost is not linked to, but headers which include it are installed # bug #418071 @@ -45,7 +44,7 @@ src_configure() { -DBUILD_TOOLS=OFF -DBUILD_doc=$(usex handbook) $(cmake-utils_use_find_package ldap Ldap) - $(cmake-utils_use_find_package prison Prison) + -DCMAKE_DISABLE_FIND_PACKAGE_Prison=ON ) kde4-base_src_configure diff --git a/kde-apps/kdepimlibs/metadata.xml b/kde-apps/kdepimlibs/metadata.xml index b17398a5cb9..2fdbf33d963 100644 --- a/kde-apps/kdepimlibs/metadata.xml +++ b/kde-apps/kdepimlibs/metadata.xml @@ -5,7 +5,4 @@ kde@gentoo.org Gentoo KDE Project - - Enable support for QRcodes in contacts -