commit: 9c4dfedaeed2a66afa1dfd79ab846dc749aa00d6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 15:52:58 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 15:52:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4dfeda
net-voip/yate: remove stale EAPI=7 live ebuild Upstream SVN is gone. Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-voip/yate/yate-9999.ebuild | 94 ------------------------------------------ 1 file changed, 94 deletions(-) diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild deleted file mode 100644 index 5baf91c30cf2..000000000000 --- a/net-voip/yate/yate-9999.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="The Yate AV Suite" -HOMEPAGE="http://yate.null.ro/" - -if [[ ${PV} == 9999 ]] ; then - ESVN_REPO_URI="http://voip.null.ro/svn/yate/trunk" - inherit subversion -else - SRC_URI="http://voip.null.ro/tarballs/${PN}6/${P}-1.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" - S="${WORKDIR}/${PN}" -fi - -LICENSE="GPL-2" -SLOT="0/${PV}" -IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex spandsp +ssl +zlib amrnb" - -RDEPEND=" - postgres? ( dev-db/postgresql:* ) - mysql? ( dev-db/mysql-connector-c:= ) - gsm? ( media-sound/gsm ) - speex? ( media-libs/speex ) - ssl? ( dev-libs/openssl:0= ) - zlib? ( sys-libs/zlib ) - ilbc? ( media-libs/libilbc:= ) - spandsp? ( >=media-libs/spandsp-0.0.3 ) - dahdi? ( net-misc/dahdi ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" - -PATCHES=( - "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" - "${FILESDIR}/${PN}-6.2.0-my_bool.patch" -) - -src_prepare() { - default_src_prepare - eautoreconf - ./yate-config.sh || die -} - -#fdsize, inline, rtti: keep default values -#internalregex: use system -#coredumper: not in the tree, bug 118716 -#wanpipe, wphwec: not in the tree, bug 188939 -#amrnb: not in tree! -#zaptel: ?? -src_configure() { - econf \ - --with-archlib=$(get_libdir) \ - --without-libqt4 \ - $(use_enable cpu_flags_x86_sse2 sse2) \ - $(use_enable sctp) \ - $(use_enable dahdi) \ - $(use_enable zaptel) \ - $(use_enable wpcard) \ - $(use_enable tdmcard) \ - $(use_enable wanpipe) \ - $(use_enable ilbc) \ - $(use_enable ilbc-webrtc) \ - $(use_enable isac-float) \ - $(use_enable isac-fixed) \ - $(use_with postgres libpq) \ - $(use_with mysql) \ - $(use_with gsm libgsm) \ - $(use_with speex libspeex) \ - $(use_with amrnb) \ - $(use_with spandsp) \ - $(use_with ssl openssl) -} - -src_compile() { - emake -j1 -} - -src_install() { - if use doc; then - emake DESTDIR="${ED}" install - else - emake DESTDIR="${ED}" install-noapi - fi - newinitd "${FILESDIR}"/yate.initd yate - newconfd "${FILESDIR}"/yate.confd yate -}
