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 07091138239 for ; Mon, 4 Jan 2021 17:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58D97E0A76; Mon, 4 Jan 2021 16:59:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3C0B1E0A6A for ; Mon, 4 Jan 2021 16:59:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF7123411F8 for ; Mon, 4 Jan 2021 16:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0A148D for ; Mon, 4 Jan 2021 16:59:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609778694.1b913cb64105a529ada74fd40e87e329ebbd2269.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/yate/yate-6.2.0.ebuild net-voip/yate/yate-9999.ebuild X-VCS-Directories: net-voip/yate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b913cb64105a529ada74fd40e87e329ebbd2269 X-VCS-Branch: master Date: Mon, 4 Jan 2021 16:59:54 +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: 0d0f9d5e-8a56-4bd9-b6f3-efbe6469a32b X-Archives-Hash: a2fc7bcfaeafa16dd45247b0dab1f232 commit: 1b913cb64105a529ada74fd40e87e329ebbd2269 Author: Sam James gentoo org> AuthorDate: Mon Jan 4 16:44:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 16:44:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b913cb6 net-voip/yate: EAPI 7, copyright headers Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-voip/yate/yate-6.2.0.ebuild | 14 ++++++++------ net-voip/yate/yate-9999.ebuild | 16 +++++++++------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/net-voip/yate/yate-6.2.0.ebuild b/net-voip/yate/yate-6.2.0.ebuild index 6b2c3af2512..601590ffc4a 100644 --- a/net-voip/yate/yate-6.2.0.ebuild +++ b/net-voip/yate/yate-6.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -27,15 +27,17 @@ RDEPEND=" mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib ) - ilbc? ( media-libs/libilbc ) + ilbc? ( media-libs/libilbc:= ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="doc? ( app-doc/doxygen ) +DEPEND="${DEPEND}" +BDEPEND=" virtual/pkgconfig - ${RDEPEND}" + doc? ( app-doc/doxygen ) +" PATCHES=( "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index 5ed8e890f9e..601590ffc4a 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -27,15 +27,17 @@ RDEPEND=" mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib ) - ilbc? ( media-libs/libilbc ) + ilbc? ( media-libs/libilbc:= ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="doc? ( app-doc/doxygen ) +DEPEND="${DEPEND}" +BDEPEND=" virtual/pkgconfig - ${RDEPEND}" + doc? ( app-doc/doxygen ) +" PATCHES=( "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" @@ -57,7 +59,7 @@ src_prepare() { src_configure() { econf \ --with-archlib=$(get_libdir) \ - --without-libqt4 + --without-libqt4 \ $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable sctp) \ $(use_enable dahdi) \