commit: 1b913cb64105a529ada74fd40e87e329ebbd2269
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 16:44:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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) \