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 5645813835B for ; Fri, 19 Feb 2021 23:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E823E0825; Fri, 19 Feb 2021 23:16:48 +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 54D3CE0825 for ; Fri, 19 Feb 2021 23:16:48 +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 6A7DD340CFE for ; Fri, 19 Feb 2021 23:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4FD530 for ; Fri, 19 Feb 2021 23:16:44 +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: <1613776169.8f6a77a354d839503320d376f2ad685ba2a924a7.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-opencv/Manifest media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-opencv/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8f6a77a354d839503320d376f2ad685ba2a924a7 X-VCS-Branch: master Date: Fri, 19 Feb 2021 23:16:44 +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: b91cd93e-969a-433c-83a3-a9586dc520d7 X-Archives-Hash: 0f738994df4a16b51a4a0199acadd6a0 commit: 8f6a77a354d839503320d376f2ad685ba2a924a7 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 19 23:09:29 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 19 23:09:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a77a3 media-plugins/gst-plugins-opencv: remove old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-opencv/Manifest | 1 - .../gst-plugins-opencv-1.16.2-r1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/media-plugins/gst-plugins-opencv/Manifest b/media-plugins/gst-plugins-opencv/Manifest index c1da36dd35d..b8facca998f 100644 --- a/media-plugins/gst-plugins-opencv/Manifest +++ b/media-plugins/gst-plugins-opencv/Manifest @@ -1,2 +1 @@ -DIST gst-plugins-bad-1.16.2.tar.xz 4887812 BLAKE2B edf10aeb365d9a7cf4b5172af29b46cff4c7a49a3e4dde881469f5738b5a525eb51a6f70bb1dd6f680e4e48977d65769ac8e8f41d914b7ce7719b9fa260a7bd4 SHA512 aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25 SHA512 378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04 diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild deleted file mode 100644 index 6e31c6ff5ec..00000000000 --- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="OpenCV elements for GStreamer" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# >=opencv-4.1.2-r3 to help testing removal of older being fine -RDEPEND=" - >=media-libs/opencv-4.1.2-r3:=[contrib,${MULTILIB_USEDEP}] -