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 30C82139694 for ; Thu, 16 Feb 2017 00:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE654E0D0D; Thu, 16 Feb 2017 00:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90139E0D0D 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 2A80F341646 for ; Thu, 16 Feb 2017 00:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8524E4949 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: <1487204132.f2bdb102a40ec008e916b36e6bde83fe8093418d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-soup/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f2bdb102a40ec008e916b36e6bde83fe8093418d 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: 8bf8c363-45e3-4b44-9b7e-f457be86e8a5 X-Archives-Hash: 2b6cee297a346d055bfb74799d52f909 commit: f2bdb102a40ec008e916b36e6bde83fe8093418d Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 16 00:03:06 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 16 00:15:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2bdb102 media-plugins/gst-plugins-soup: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../gst-plugins-soup/gst-plugins-soup-0.10.31-r1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r1.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r1.ebuild deleted file mode 100644 index 96422fd52a..0000000000 --- a/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GST_ORG_MODULE=gst-plugins-good -inherit gstreamer - -DESCRIPTION="GStreamer plugin for HTTP client sources" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" -IUSE="" - -# FIXME: automagic dependency on libsoup-gnome -RDEPEND=">=net-libs/libsoup-2.44.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}"