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 B867A138350 for ; Wed, 12 Feb 2020 11:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF1F5E085E; Wed, 12 Feb 2020 11:46:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA6F9E085A for ; Wed, 12 Feb 2020 11:46:12 +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 6290834EC41 for ; Wed, 12 Feb 2020 11:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B416138 for ; Wed, 12 Feb 2020 11:46:09 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1581507930.3602220c1350839dde5676275c118686a0708619.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/farstream/farstream-0.2.8-r1.ebuild X-VCS-Directories: net-libs/farstream/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3602220c1350839dde5676275c118686a0708619 X-VCS-Branch: master Date: Wed, 12 Feb 2020 11:46:09 +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: 468f0c9f-7ebf-4126-aff4-20e83684a3da X-Archives-Hash: 84b64fc9352a24af0a3abf4d068e6d53 commit: 3602220c1350839dde5676275c118686a0708619 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 12 11:01:35 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 12 11:45:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3602220c net-libs/farstream: remove old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/farstream/farstream-0.2.8-r1.ebuild | 65 ---------------------------- 1 file changed, 65 deletions(-) diff --git a/net-libs/farstream/farstream-0.2.8-r1.ebuild b/net-libs/farstream/farstream-0.2.8-r1.ebuild deleted file mode 100644 index 20a915a51b3..00000000000 --- a/net-libs/farstream/farstream-0.2.8-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-any-r1 - -DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream" -SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="+introspection test upnp" -SLOT="0.2/5" # .so version - -# Tests need shmsink from gst-plugins-bad, which isn't packaged -# FIXME: do an out-of-tree build for tests if USE=-msn -RESTRICT="test" - -COMMONDEPEND=" - >=media-libs/gstreamer-1.4:1.0 - >=media-libs/gst-plugins-base-1.4:1.0 - >=dev-libs/glib-2.32:2 - >=net-libs/libnice-0.1.8 - introspection? ( >=dev-libs/gobject-introspection-0.10.11:= ) - upnp? ( >=net-libs/gupnp-igd-0.2:= ) -" -RDEPEND="${COMMONDEPEND} - >=media-libs/gst-plugins-good-1.4:1.0 - >=media-libs/gst-plugins-bad-1.4:1.0 - media-plugins/gst-plugins-libnice:1.0 -" -DEPEND="${COMMONDEPEND} - ${PYTHON_DEPS} - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.18 - virtual/pkgconfig - test? ( - media-libs/gst-plugins-base:1.0[vorbis] - media-libs/gst-plugins-good:1.0 ) -" - -pkg_setup() { - python-any-r1_pkg_setup -} - -src_configure() { - plugins="fsrawconference,fsrtpconference,fsmsnconference,fsrtpxdata,fsfunnel,fsrtcpfilter,fsvideoanyrate" - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable upnp gupnp) \ - --with-plugins=${plugins} -} - -src_compile() { - # Prevent sandbox violations, bug #539224 - # https://bugzilla.gnome.org/show_bug.cgi?id=744135 - # https://bugzilla.gnome.org/show_bug.cgi?id=744134 - addpredict /dev - gnome2_src_compile -}