public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/
Date: Wed, 20 Jun 2018 16:59:39 +0000 (UTC)	[thread overview]
Message-ID: <1529513972.d52220571c9e2280f6eabfcb3dc6aa82c9908969.pacho@gentoo> (raw)

commit:     d52220571c9e2280f6eabfcb3dc6aa82c9908969
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 16:55:32 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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
-}


             reply	other threads:[~2018-06-20 16:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-20 16:59 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-13 21:08 [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/ Conrad Kostecki
2021-05-31 17:49 David Seifert
2021-05-31  9:20 David Seifert
2021-05-02 10:56 Mikle Kolyada
2019-07-29 18:42 Aaron Bauman
2017-02-04 19:48 Michał Górny
2016-10-09 16:19 Pacho Ramos
2016-10-09 16:19 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1529513972.d52220571c9e2280f6eabfcb3dc6aa82c9908969.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox