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 DDB15138334 for ; Wed, 1 Jan 2020 16:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C27E0ADB; Wed, 1 Jan 2020 16:03:32 +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 DF654E0ADB for ; Wed, 1 Jan 2020 16:03:31 +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 416C434DDFA for ; Wed, 1 Jan 2020 16:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29CCB37 for ; Wed, 1 Jan 2020 16:03:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577894594.041bd63368c65beca3556709a25dfe0e0dea1207.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsrtp/libsrtp-1.6.0.ebuild X-VCS-Directories: net-libs/libsrtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 041bd63368c65beca3556709a25dfe0e0dea1207 X-VCS-Branch: master Date: Wed, 1 Jan 2020 16:03:28 +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: 304eef16-ac14-4234-b539-a6b55f88f620 X-Archives-Hash: e8ca75b57cdc2ac52e7ab6352d59b67c commit: 041bd63368c65beca3556709a25dfe0e0dea1207 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 15 15:26:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 16:03:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041bd633 net-libs/libsrtp: Drop 1.6.0 (r0) Broken by >=OpenSSL-1.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libsrtp/libsrtp-1.6.0.ebuild | 85 ----------------------------------- 1 file changed, 85 deletions(-) diff --git a/net-libs/libsrtp/libsrtp-1.6.0.ebuild b/net-libs/libsrtp/libsrtp-1.6.0.ebuild deleted file mode 100644 index 6dedd6b55c7..00000000000 --- a/net-libs/libsrtp/libsrtp-1.6.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal - -DESCRIPTION="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" -HOMEPAGE="https://github.com/cisco/libsrtp" -SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/1" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos ~x86-macos" -IUSE="aesicm console debug doc libressl openssl static-libs syslog test" -RESTRICT="!test? ( test )" - -RDEPEND=" - openssl? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) - ) -" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES README TODO ) - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/srtp/config.h -) -PATCHES=( "${FILESDIR}/${PN}-pcap-automagic-r0.patch" ) - -src_prepare() { - default - - # test/rtpw.c is using /usr/share/dict/words assuming it exists - # using test/rtpw.c guaratees the file exists in any case - sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die - - mv configure.in configure.ac || die - eautoreconf -} - -multilib_src_configure() { - # stdout: default error output for messages in debug - # kernel-linux: breaks the build - # gdoi: disabled by upstream and breaks the build - # pcap: seems to be test-only - ECONF_SOURCE=${S} \ - econf \ - --enable-stdout \ - --disable-kernel-linux \ - --disable-gdoi \ - --disable-pcap \ - $(use_enable aesicm generic-aesicm) \ - $(use_enable console) \ - $(use_enable debug) \ - $(use_enable openssl) \ - $(use_enable syslog) -} - -multilib_src_compile() { - use static-libs && emake ${PN}.a - emake shared_library - use test && emake test -} - -multilib_src_test() { - # work-around tests that do not like out-of-source builds - cp "${S}"/test/{getopt_s,rtpw}.c "${BUILD_DIR}"/test/ || die - - LD_LIBRARY_PATH="${BUILD_DIR}" emake -j1 runtest - - # Makefile.in has '$(testapp): libsrtp.a' - if use !static-libs; then - rm libsrtp.a || die - fi -} - -multilib_src_install_all() { - # libsrtp.pdf can also be generated with doxygen - # but it would be a waste of time as an up-to-date version is built - use doc && DOCS+=( doc/*.txt doc/${PN}.pdf ) - einstalldocs -}