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 1FF62138334 for ; Tue, 5 Feb 2019 22:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA74E0B78; Tue, 5 Feb 2019 22:57:12 +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 9F7C3E0B78 for ; Tue, 5 Feb 2019 22:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C340A33E01A for ; Tue, 5 Feb 2019 22:57:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628CE544 for ; Tue, 5 Feb 2019 22:57:02 +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: <1549407316.1ea9973586a6b52ca13b63f5d05df063167b0960.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-lv2/Manifest media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.1.ebuild X-VCS-Directories: media-plugins/gst-plugins-lv2/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1ea9973586a6b52ca13b63f5d05df063167b0960 X-VCS-Branch: master Date: Tue, 5 Feb 2019 22:57:02 +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: be20581a-eb43-4aeb-ad26-1ea1c65bba60 X-Archives-Hash: 21daba00173136e938f76ba1f876b452 commit: 1ea9973586a6b52ca13b63f5d05df063167b0960 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 5 22:46:29 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Feb 5 22:55:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea99735 media-plugins/gst-plugins-lv2: remove old Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-lv2/Manifest | 1 - .../gst-plugins-lv2/gst-plugins-lv2-1.14.1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/media-plugins/gst-plugins-lv2/Manifest b/media-plugins/gst-plugins-lv2/Manifest index d33e76f1970..9fd3b6a7d64 100644 --- a/media-plugins/gst-plugins-lv2/Manifest +++ b/media-plugins/gst-plugins-lv2/Manifest @@ -1,2 +1 @@ -DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36 SHA512 6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf SHA512 3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7 diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.1.ebuild b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.1.ebuild deleted file mode 100644 index 301141d646f..00000000000 --- a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.14.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="Lv2 elements for Gstreamer" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}] - >=media-libs/lilv-0.24.2-r2[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}"