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 52B0E13835F for ; Fri, 19 Feb 2021 23:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C207E0825; Fri, 19 Feb 2021 23:03:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 58036E0825 for ; Fri, 19 Feb 2021 23:03:29 +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 7D493340FAF for ; Fri, 19 Feb 2021 23:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37DD7530 for ; Fri, 19 Feb 2021 23:03:25 +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: <1613775793.f5e60da3c6b00826f714385ae51c8529cdd8f403.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gstreamer-editing-services/Manifest media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild X-VCS-Directories: media-libs/gstreamer-editing-services/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f5e60da3c6b00826f714385ae51c8529cdd8f403 X-VCS-Branch: master Date: Fri, 19 Feb 2021 23:03:25 +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: 89fd0446-2a98-4c3a-be89-869cd3328883 X-Archives-Hash: e38424be50472de36afaf5625a7ba063 commit: f5e60da3c6b00826f714385ae51c8529cdd8f403 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 19 23:03:13 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 19 23:03:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e60da3 media-libs/gstreamer-editing-services: remove old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-libs/gstreamer-editing-services/Manifest | 1 - .../gstreamer-editing-services-1.14.5.ebuild | 55 ---------------------- 2 files changed, 56 deletions(-) diff --git a/media-libs/gstreamer-editing-services/Manifest b/media-libs/gstreamer-editing-services/Manifest index d6bf05f50a4..e1b0ae60219 100644 --- a/media-libs/gstreamer-editing-services/Manifest +++ b/media-libs/gstreamer-editing-services/Manifest @@ -1,2 +1 @@ -DIST gstreamer-editing-services-1.14.5.tar.xz 1069356 BLAKE2B 95ddff56b56b3ae59872a340258af0277d9b5c3619fe25861ce3f65238d3802bdda3c51cf84f0a206f7ccf095ab81ff3f178b7c0322dc7687741626c3b8da947 SHA512 9b3d0336e596004a51069900c61f293eaf213a83655799139373c77cf5637a3511ba4ec6a1c75f53d81643539e32f7d130fd0cd58090b948f81e8e081226b5c3 DIST gstreamer-editing-services-1.16.3.tar.xz 1091208 BLAKE2B d88bed4e8958a6bad05aab8d6c19cd737c6812e0780c420fd144d58fe416cd5dbd01e019c3fc53417d65cb2d6e100de123dc8183c8c3dab329fd677ba55644c5 SHA512 c84cc2dab2b1644ab118794b7aeb98748f893a26070359850f48e87cf362fd53b54baf8754a07e1d412cacb85cf9cfcafb3cf10d79c67bbe077e4d763f9703ef diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild deleted file mode 100644 index 24e441707e9..00000000000 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_7 ) -GNOME2_LA_PUNT="yes" - -inherit bash-completion-r1 gnome2 python-r1 - -DESCRIPTION="SDK for making video editors and more" -HOMEPAGE="http://wiki.pitivi.org/wiki/GES" -SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2+" -SLOT="1.0" -KEYWORDS="amd64 x86" - -IUSE="+introspection" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.40.0:2 - dev-libs/libxml2:2 - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=media-libs/gstreamer-${PV}:1.0[introspection?] - >=media-libs/gst-plugins-base-${PV}:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.3 - virtual/pkgconfig -" -# XXX: tests do pass but need g-e-s to be installed due to missing -# AM_TEST_ENVIRONMENT setup. -RESTRICT="test" - -src_configure() { - # gtk is only used for examples - gnome2_src_configure \ - $(use_enable introspection) \ - --disable-examples \ - --without-gtk \ - --with-bash-completion-dir="$(get_bashcompdir)" \ - --with-package-name="GStreamer editing services ebuild for Gentoo" \ - --with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services" -} - -src_compile() { - # Prevent sandbox violations, bug #538888 - # https://bugzilla.gnome.org/show_bug.cgi?id=744135 - # https://bugzilla.gnome.org/show_bug.cgi?id=744134 - addpredict /dev - gnome2_src_compile -}