Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/
Date: Sun, 09 Oct 2016 16:19:17
Message-Id: 1476029920.554be55977758c97913f15c49c56590959a3a5d2.pacho@gentoo
1 commit: 554be55977758c97913f15c49c56590959a3a5d2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 15:37:18 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:18:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554be559
7
8 net-libs/ortp: zrtp support was removed from the tree
9
10 Package-Manager: portage-2.3.1
11
12 net-libs/ortp/ortp-0.23.0-r1.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild
16 index bdc1b15..683b45e 100644
17 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild
18 +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild
19 @@ -13,15 +13,13 @@ LICENSE="LGPL-2.1"
20 SLOT="0/9"
21 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
22
23 -IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp zrtp"
24 -REQUIRED_USE="zrtp? ( srtp )"
25 +IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp"
26
27 RDEPEND="
28 ssl? (
29 !libressl? ( dev-libs/openssl:0= )
30 libressl? ( dev-libs/libressl:= ) )
31 srtp? ( net-libs/libsrtp:0= )
32 - zrtp? ( >=net-libs/libzrtpcpp-4.0.0:0= )
33 "
34 DEPEND="${RDEPEND}
35 doc? ( app-doc/doxygen )
36 @@ -51,13 +49,14 @@ src_configure() {
37 --enable-libtool-lock
38 # this is fine as long as we do not link to polarssl
39 --enable-broken-srtp
40 + # zrtp removed from the tree
41 + --disable-zrtp
42
43 $(use_enable debug)
44 $(use_enable ipv6)
45 $(use_enable minimal perf)
46 $(use_enable ntp-timestamp)
47 $(use_enable ssl ssl-hmac)
48 - $(use_enable zrtp)
49
50 --with-srtp=$(usex srtp "${EPREFIX}"/usr none)
51 $(use doc || echo ac_cv_path_DOXYGEN=false)