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 75E2E138239 for ; Wed, 20 Jun 2018 16:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DFE7E0A0B; Wed, 20 Jun 2018 16:59:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E86E8E0A0B for ; Wed, 20 Jun 2018 16:59:43 +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 EF65A335CDF for ; Wed, 20 Jun 2018 16:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227AE2E1 for ; Wed, 20 Jun 2018 16:59:39 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529513972.d52220571c9e2280f6eabfcb3dc6aa82c9908969.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ortp/Manifest net-libs/ortp/ortp-0.20.0.ebuild X-VCS-Directories: net-libs/ortp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d52220571c9e2280f6eabfcb3dc6aa82c9908969 X-VCS-Branch: master Date: Wed, 20 Jun 2018 16:59:39 +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-Archives-Salt: 93f2f192-df0e-4ab9-a6bd-7d906e180b95 X-Archives-Hash: 7ecd2d481232a25b251db1d5a0df6139 commit: d52220571c9e2280f6eabfcb3dc6aa82c9908969 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 20 16:55:32 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 20 16:59:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5222057 net-libs/ortp: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/ortp/Manifest | 1 - net-libs/ortp/ortp-0.20.0.ebuild | 76 ---------------------------------------- 2 files changed, 77 deletions(-) diff --git a/net-libs/ortp/Manifest b/net-libs/ortp/Manifest index 039f3ed17eb..896deddf9d4 100644 --- a/net-libs/ortp/Manifest +++ b/net-libs/ortp/Manifest @@ -1,2 +1 @@ -DIST ortp-0.20.0.tar.gz 515505 BLAKE2B 94e0127d5e6a13e520a74f193cf8e99325b2605405aea3772ed6bf94dc1b1c4b967b6e608e3a96bda56a022d253e2623e8177c6dec4c4cfc95eb99d192a86013 SHA512 a4d666be6b6825eeb28204001d5d1263c80ef3c07931586e753d3efa8c72d76e993335c4eeaa558209b5d10d5e991ba0c88e2f5c9a35aff46b36d6e76f92b706 DIST ortp-0.23.0.tar.gz 540135 BLAKE2B 46bc411df48f7f8a2fd180ff75dc5f515c36a71bcaced0d3fcf5336ee8e142c6ae6d597ba39a92c38be78ce74d3eb79692f26596f37075829850222cdf381793 SHA512 70560168f1b138ad825e4e836e7ee218bd24b92a2d76666ba2794a4b31cadbdd8fdd40fee78d612187cde6a827005cbd836cdfc13a70947374356fb84a853ea4 diff --git a/net-libs/ortp/ortp-0.20.0.ebuild b/net-libs/ortp/ortp-0.20.0.ebuild deleted file mode 100644 index 9b860bad5ad..00000000000 --- a/net-libs/ortp/ortp-0.20.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Open Real-time Transport Protocol (RTP, RFC3550) stack" -HOMEPAGE="http://www.linphone.org/" -SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug doc examples ipv6 minimal srtp ssl" # zrtp" - -# Note: -# This package supposedly requires libzrtpcpp-2.0.0 -# but it is incompatible with its API... - -RDEPEND="srtp? ( net-libs/libsrtp ) - ssl? ( dev-libs/openssl )" -# zrtp? ( >=net-libs/libzrtpcpp-2.0.0 )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -#REQUIRED_USE="zrtp? ( srtp )" - -src_prepare() { - # ${P} is added after ${docdir} - if use doc; then - sed -i -e 's/$(docdir)\/$(PACKAGE)-$(VERSION)/$(docdir)/' Makefile.in \ - || die "patching Makefile.in failed" - fi -} - -src_configure() { - local myeconfargs=( - # memcheck is for HP-UX only - --disable-memcheck - # mode64bit adds +DA2.0W +DS2.0 CFLAGS wich are needed for HP-UX - --disable-mode64bit - # strict adds -Werror, don't want it - --disable-strict - # they seriously failed to understand AC_ARG_ENABLE... - --disable-tests_enabled - --enable-fast-install - --enable-libtool-lock - - $(use_enable debug) - $(use_enable ipv6) - $(use_enable minimal perf) - $(use_enable ssl ssl-hmac) -# $(use_enable zrtp) - --disable-zrtp - - "--with-srtp=$(usex srtp "${EPREFIX}"/usr none)" - $(use doc || echo ac_cv_path_DOXYGEN=false) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \ - install - dodoc AUTHORS ChangeLog NEWS README TODO - - prune_libtool_files - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/tests/*.c - fi -}