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 6F397138334 for ; Sat, 19 Jan 2019 03:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D840E0992; Sat, 19 Jan 2019 03:22:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E6DA7E0992 for ; Sat, 19 Jan 2019 03:22:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0AC34335C7B for ; Sat, 19 Jan 2019 03:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98DD551C for ; Sat, 19 Jan 2019 03:22:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1547864172.94ce2cab54aacbe0381377f680be1eaa42b0532a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild X-VCS-Directories: dev-libs/mongo-c-driver/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 94ce2cab54aacbe0381377f680be1eaa42b0532a X-VCS-Branch: master Date: Sat, 19 Jan 2019 03:22:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c05c394-c3bb-4e28-960f-4bd2e0c3c1f3 X-Archives-Hash: a0db2e6284cd3de6aabb2a36696cba61 commit: 94ce2cab54aacbe0381377f680be1eaa42b0532a Author: Tomas Mozes gmail com> AuthorDate: Wed Jan 9 15:27:23 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jan 19 02:16:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ce2cab dev-libs/mongo-c-driver: disable automagic on dev-libs/icu Closes: https://bugs.gentoo.org/666592 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10788 Signed-off-by: Thomas Deutschmann gentoo.org> ...mongo-c-driver-1.13.0.ebuild => mongo-c-driver-1.13.0-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild similarity index 93% rename from dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild rename to dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild index 5eeca7c911d..33fa5771803 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,13 +12,14 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~hppa x86" -IUSE="debug examples libressl sasl ssl static-libs test" +IUSE="debug examples icu libressl sasl ssl static-libs test" REQUIRED_USE="test? ( static-libs )" RDEPEND="app-arch/snappy:= >=dev-libs/libbson-${PV} dev-python/sphinx sys-libs/zlib:= + icu? ( dev-libs/icu:= ) sasl? ( dev-libs/cyrus-sasl:= ) ssl? ( !libressl? ( dev-libs/openssl:0= ) @@ -56,6 +57,7 @@ src_configure() { -DCMAKE_SKIP_RPATH=ON # mongoc-stat insecure runpath -DENABLE_BSON=SYSTEM -DENABLE_EXAMPLES=OFF + -DENABLE_ICU="$(usex icu ON OFF)" -DENABLE_MAN_PAGES=ON -DENABLE_MONGOC=ON -DENABLE_SNAPPY=SYSTEM