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 DE141139694 for ; Thu, 16 Feb 2017 00:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE17E0D17; Thu, 16 Feb 2017 00:18:07 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC48BE0D17 for ; Thu, 16 Feb 2017 00:18:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7696C341656 for ; Thu, 16 Feb 2017 00:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998AA494A for ; Thu, 16 Feb 2017 00:17:53 +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: <1487204138.58cdbe05760bed27cb4ecfecb55a5a8fe44f8198.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-transcoder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild X-VCS-Directories: media-plugins/gst-transcoder/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 58cdbe05760bed27cb4ecfecb55a5a8fe44f8198 X-VCS-Branch: master Date: Thu, 16 Feb 2017 00:17:53 +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: 6b7b3e20-1da0-447d-8475-54b796845312 X-Archives-Hash: 86b4169d9112e47f2e6856b8df7530b6 commit: 58cdbe05760bed27cb4ecfecb55a5a8fe44f8198 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 16 00:03:47 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 16 00:15:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cdbe05 media-plugins/gst-transcoder: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../gst-transcoder/gst-transcoder-1.8.2.ebuild | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild deleted file mode 100644 index dee0c8be92..0000000000 --- a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) - -inherit python-any-r1 xdg - -DESCRIPTION="GStreamer Transcoding API" -HOMEPAGE="https://github.com/pitivi/gst-transcoder" -SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-libs/gobject-introspection:= - dev-libs/glib:2 - >=media-libs/gstreamer-${PV}:1.0[introspection] - >=media-libs/gst-plugins-base-${PV}:1.0[introspection] -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - >=dev-util/meson-0.28.0 - virtual/pkgconfig -" - -src_configure() { - # Not a normal configure - # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not - # defaulting to debug - ./configure --prefix=/usr --buildtype=plain || die -} - -src_compile() { - addpredict /dev #590848 - # We cannot use 'make' as it won't allow us to build verbosely - cd mesonbuild || die - ninja -v || die -}