From a7a8a4c3bb2898e13a073b0321964e72c9204f55 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Fri, 22 Jul 2022 23:41:39 +0200 Subject: [PATCH] - bctoolbox: bitrotten ebuild, in ::nest --- net-libs/bctoolbox/bctoolbox-9999.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 net-libs/bctoolbox/bctoolbox-9999.ebuild diff --git a/net-libs/bctoolbox/bctoolbox-9999.ebuild b/net-libs/bctoolbox/bctoolbox-9999.ebuild deleted file mode 100644 index 2efaf3f..0000000 --- a/net-libs/bctoolbox/bctoolbox-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone." -HOMEPAGE="http://www.linphone.org/" -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.linphone.org/bctoolbox.git" -else - SRC_URI="https://www.linphone.org/releases/sources/bctoolbox/$P.tar.gz" - KEYWORDS="~x86 ~amd64" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=" - || ( net-libs/polarssl net-libs/mbedtls )" -DEPEND="${RDEPEND} - dev-util/bcunit" -- 2.11.4.GIT