Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/
Date: Sun, 26 Jun 2016 00:09:52
Message-Id: 1466898249.19239aaef7013ca1a51fd6d0b55c55c7382104c0.blueness@gentoo
1 commit: 19239aaef7013ca1a51fd6d0b55c55c7382104c0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 23:44:09 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 23:44:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19239aae
7
8 dev-libs/mongo-c-driver: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild | 9 ++++++---
13 dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild | 9 ++++++---
14 dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild | 9 ++++++---
15 3 files changed, 18 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
18 index 0bb5f3e..2b0d4ac 100644
19 --- a/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
20 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-0.98.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -13,11 +13,14 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
28 LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="~amd64 ~hppa ~x86"
31 -IUSE="debug examples sasl ssl static-libs test"
32 +IUSE="debug examples libressl sasl ssl static-libs test"
33
34 RDEPEND=">=dev-libs/libbson-0.98.0
35 sasl? ( dev-libs/cyrus-sasl )
36 - ssl? ( dev-libs/openssl:= )"
37 + ssl? (
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= )
40 + )"
41 DEPEND="${RDEPEND}
42 test? ( dev-db/mongodb )"
43
44
45 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
46 index a745d2d..ab6aedf 100644
47 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
48 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -13,11 +13,14 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
56 LICENSE="BSD"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~x86"
59 -IUSE="debug examples sasl ssl static-libs test"
60 +IUSE="debug examples libressl sasl ssl static-libs test"
61
62 RDEPEND=">=dev-libs/libbson-1.1.10
63 sasl? ( dev-libs/cyrus-sasl )
64 - ssl? ( dev-libs/openssl:= )"
65 + ssl? (
66 + !libressl? ( dev-libs/openssl:0= )
67 + libressl? ( dev-libs/libressl:0= )
68 + )"
69 DEPEND="${RDEPEND}
70 test? ( dev-db/mongodb )"
71
72
73 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
74 index 65f19c5..b5b39fd 100644
75 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
76 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.2-r1.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 +# Copyright 1999-2016 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Id$
82
83 @@ -13,11 +13,14 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
84 LICENSE="BSD"
85 SLOT="0"
86 KEYWORDS="~amd64 ~hppa ~x86"
87 -IUSE="debug examples sasl ssl static-libs test"
88 +IUSE="debug examples libressl sasl ssl static-libs test"
89
90 RDEPEND=">=dev-libs/libbson-1.0
91 sasl? ( dev-libs/cyrus-sasl )
92 - ssl? ( dev-libs/openssl:= )"
93 + ssl? (
94 + !libressl? ( dev-libs/openssl:0= )
95 + libressl? ( dev-libs/libressl:0= )
96 + )"
97 DEPEND="${RDEPEND}
98 test? ( dev-db/mongodb )"