Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/
Date: Sat, 19 Jan 2019 03:22:33
Message-Id: 1547864172.94ce2cab54aacbe0381377f680be1eaa42b0532a.whissi@gentoo
1 commit: 94ce2cab54aacbe0381377f680be1eaa42b0532a
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 9 15:27:23 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 02:16:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ce2cab
7
8 dev-libs/mongo-c-driver: disable automagic on dev-libs/icu
9
10 Closes: https://bugs.gentoo.org/666592
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/10788
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 ...mongo-c-driver-1.13.0.ebuild => mongo-c-driver-1.13.0-r1.ebuild} | 6 ++++--
17 1 file changed, 4 insertions(+), 2 deletions(-)
18
19 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
20 similarity index 93%
21 rename from dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild
22 rename to dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild
23 index 5eeca7c911d..33fa5771803 100644
24 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild
25 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Authors
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -12,13 +12,14 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
33 LICENSE="Apache-2.0"
34 SLOT="0"
35 KEYWORDS="amd64 ~hppa x86"
36 -IUSE="debug examples libressl sasl ssl static-libs test"
37 +IUSE="debug examples icu libressl sasl ssl static-libs test"
38 REQUIRED_USE="test? ( static-libs )"
39
40 RDEPEND="app-arch/snappy:=
41 >=dev-libs/libbson-${PV}
42 dev-python/sphinx
43 sys-libs/zlib:=
44 + icu? ( dev-libs/icu:= )
45 sasl? ( dev-libs/cyrus-sasl:= )
46 ssl? (
47 !libressl? ( dev-libs/openssl:0= )
48 @@ -56,6 +57,7 @@ src_configure() {
49 -DCMAKE_SKIP_RPATH=ON # mongoc-stat insecure runpath
50 -DENABLE_BSON=SYSTEM
51 -DENABLE_EXAMPLES=OFF
52 + -DENABLE_ICU="$(usex icu ON OFF)"
53 -DENABLE_MAN_PAGES=ON
54 -DENABLE_MONGOC=ON
55 -DENABLE_SNAPPY=SYSTEM