From 5b7b32b96af58fa3ae3bd4175c0fc97f58d7de86 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Wed, 25 Aug 2021 15:01:13 +0300 Subject: [PATCH] bctoolbox: removed old --- net-libs/bctoolbox/Manifest | 1 - net-libs/bctoolbox/bctoolbox-0.2.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 net-libs/bctoolbox/Manifest delete mode 100644 net-libs/bctoolbox/bctoolbox-0.2.0.ebuild diff --git a/net-libs/bctoolbox/Manifest b/net-libs/bctoolbox/Manifest deleted file mode 100644 index 7cd2ff9..0000000 --- a/net-libs/bctoolbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bctoolbox-0.2.0.tar.gz 439179 SHA256 a5d37036169dbf51bb67c705dacd300d1d9e3cd3642cef8df6dc630397d93b92 SHA512 ce77e72071f196d1d508d749f46de92b46a4cf6face2aba81a52c6ae2583483025df1baa308f624c565af2cd2df81bbe316941c83b5b97efd45cdd583dfe483c WHIRLPOOL c8ae8879dd572b9c665b60d96eab1f6fd3b358380ef33f4827afeb2ed6fbcdaf32b16625d080aaf254f484b1c18a44eded8dba32e17fbee3c471ab19be66479e diff --git a/net-libs/bctoolbox/bctoolbox-0.2.0.ebuild b/net-libs/bctoolbox/bctoolbox-0.2.0.ebuild deleted file mode 100644 index ba4cb06..0000000 --- a/net-libs/bctoolbox/bctoolbox-0.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" -fi - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=" - || ( net-libs/polarssl net-libs/mbedtls )" -DEPEND="${RDEPEND} - dev-util/cunit" -- 2.11.4.GIT