Gentoo Archives: gentoo-commits

From: Andreas Schuerch <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/coturn/
Date: Wed, 11 Jul 2018 10:07:17
Message-Id: 1531303604.239c240cbc5792dfbb4fdd6cfe48980aba48b07c.nativemad@gentoo
1 commit: 239c240cbc5792dfbb4fdd6cfe48980aba48b07c
2 Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 11 10:06:44 2018 +0000
4 Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 11 10:06:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239c240c
7
8 net-im/coturn: version bump and libressl deps. Bug 652586
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-im/coturn/Manifest | 1 +
13 net-im/coturn/{coturn-9999.ebuild => coturn-4.5.0.7.ebuild} | 6 +++---
14 net-im/coturn/coturn-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/coturn/Manifest b/net-im/coturn/Manifest
18 index 00fbd87c3fb..f2225cc4c99 100644
19 --- a/net-im/coturn/Manifest
20 +++ b/net-im/coturn/Manifest
21 @@ -1,2 +1,3 @@
22 DIST coturn-4.5.0.4.tar.gz 381015 BLAKE2B 838cbdbcc2a3a5b1bdd93f2688ecca8bd81b3349501b6729562b6d45037a8fc27fce6c39a035ecfd6f36d03402e78f796cf3b19a4894e5bfcd89ab3172980c36 SHA512 1d267b715b08853a5434d0a10cffd49e035624353e6733ff7349c549ef3f69240c2488097d81e33f7a551e02d72a26f1f430aefb9cbacda511a2ae6f883cd414
23 DIST coturn-4.5.0.6.tar.gz 394071 BLAKE2B 35a805d0e210439cd8f32621f342f3a2d9da17392d8fbae5ac8165bcefa6e8f0ed1a32a2c785bff075bcf33ab2f0f22da8c7c620e40f3ae6f582733f6802c431 SHA512 4ad7d482af675033d050258e2af04b813561414d4ba926cfd336c6548200dbf1a90f9511983b8cad20713c7edff2a424c9d6b11d401717794e3d1af6b7ed9208
24 +DIST coturn-4.5.0.7.tar.gz 396579 BLAKE2B ac66fbac772ad4b182f0c4b64178a780bfb364e4c1cf105fc340ac60da0a4c2e2b186c3ce08cade347a5d1a4b233bfed604db74eacd81967c3090e00bc1e36e8 SHA512 4e6e4efb456449752b2cd242c9be7c5dc2298472e338293d3de21c3a9da968f2f304625663372bb4d857c092c694aa4681630773a46e4928b9c60c69378adacc
25
26 diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-4.5.0.7.ebuild
27 similarity index 93%
28 copy from net-im/coturn/coturn-9999.ebuild
29 copy to net-im/coturn/coturn-4.5.0.7.ebuild
30 index 02115af3223..438817b8c4a 100644
31 --- a/net-im/coturn/coturn-9999.ebuild
32 +++ b/net-im/coturn/coturn-4.5.0.7.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -20,13 +20,13 @@ fi
40 LICENSE="BSD"
41 SLOT="0"
42 IUSE="mongodb mysql postgres redis sqlite"
43 -RDEPEND="dev-libs/libevent[ssl]
44 - dev-libs/openssl:*
45 +RDEPEND="|| ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl] )
46 mongodb? ( dev-libs/mongo-c-driver )
47 mysql? ( virtual/mysql )
48 postgres? ( dev-db/postgresql:* )
49 redis? ( dev-libs/hiredis )
50 sqlite? ( dev-db/sqlite )"
51 +
52 DEPEND="${RDEPEND}"
53
54 src_configure() {
55
56 diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild
57 index 02115af3223..438817b8c4a 100644
58 --- a/net-im/coturn/coturn-9999.ebuild
59 +++ b/net-im/coturn/coturn-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -20,13 +20,13 @@ fi
67 LICENSE="BSD"
68 SLOT="0"
69 IUSE="mongodb mysql postgres redis sqlite"
70 -RDEPEND="dev-libs/libevent[ssl]
71 - dev-libs/openssl:*
72 +RDEPEND="|| ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl] )
73 mongodb? ( dev-libs/mongo-c-driver )
74 mysql? ( virtual/mysql )
75 postgres? ( dev-db/postgresql:* )
76 redis? ( dev-libs/hiredis )
77 sqlite? ( dev-db/sqlite )"
78 +
79 DEPEND="${RDEPEND}"
80
81 src_configure() {