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 E7A7B138359 for ; Mon, 26 Oct 2020 14:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44625E0893; Mon, 26 Oct 2020 14:13:47 +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 2D179E0893 for ; Mon, 26 Oct 2020 14:13:47 +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 3D1D0340F46 for ; Mon, 26 Oct 2020 14:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D69BC3B1 for ; Mon, 26 Oct 2020 14:13:44 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1603721617.451ffeb436e7e9f42f7dd4043e1a523ce282a64d.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/v4l2loopback/Manifest media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild X-VCS-Directories: media-video/v4l2loopback/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 451ffeb436e7e9f42f7dd4043e1a523ce282a64d X-VCS-Branch: master Date: Mon, 26 Oct 2020 14:13: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: 95ff911c-5005-4dd9-b9d1-b6434a516d0b X-Archives-Hash: 20222911dfc0594ccba43c88bc75c7fe commit: 451ffeb436e7e9f42f7dd4043e1a523ce282a64d Author: Ben Kohler gentoo org> AuthorDate: Mon Oct 26 12:05:01 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Oct 26 14:13:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451ffeb4 media-video/v4l2loopback: adjust manifest for slight tarball change Inspected new tarball, only difference is in the top level dir name. Bug: https://bugs.gentoo.org/737512 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> media-video/v4l2loopback/Manifest | 2 +- media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/v4l2loopback/Manifest b/media-video/v4l2loopback/Manifest index 5bfb479e7c6..1421e2da2b6 100644 --- a/media-video/v4l2loopback/Manifest +++ b/media-video/v4l2loopback/Manifest @@ -1 +1 @@ -DIST v4l2loopback-0.12.5.tar.gz 51484 BLAKE2B 5ae2decce3bbd1fd06592dd283f06796c02beeab066c7f1e16e6a72f8074a765ad6b1a017879095c3058852168f58fe27dedbcb32d3eb9f4097e02823f264ec8 SHA512 5545e83d95ec63a7d984641fc354c9146b4cf3bd7695d47606206ec43e45f63b099d1667491dc97295bc0f3fb16387f80ba8c12ce6d63608e8774c5c7fdf4168 +DIST v4l2loopback-0.12.5.tar.gz 51468 BLAKE2B 514f686fc6f87feebedb1b047e764fa03938c265c88db0fedfb6aba3544f5b8b495631fc0bcdf4b88c1c4d522f6b4d7546b4d0d10381f6be2efc7f405511033a SHA512 5fd2affbb4a7f38bb78f996179de6570b2bd69cfed2a79c4505e7ea2cdf5b65c0a6807f1f4e03f320b667f5cbe62f26fadd412bc0fec5944e4e394635bf5fb3d diff --git a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild index 0edcdeb2cd1..54d6b85638c 100644 --- a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild @@ -12,7 +12,6 @@ case ${PV} in EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git" ;; *) - inherit vcs-snapshot KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/umlaeute/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" ;;