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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE1F9158015 for ; Tue, 19 Dec 2023 23:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A5F2BC013; Tue, 19 Dec 2023 23:09:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAEFA2BC013 for ; Tue, 19 Dec 2023 23:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97D9F33FD3F for ; Tue, 19 Dec 2023 23:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDF2712F5 for ; Tue, 19 Dec 2023 23:09:31 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1703027345.4da57ad96e0c8e21cae00719d1fba20f4c2be046.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/v4l-utils/v4l-utils-1.26.ebuild X-VCS-Directories: media-tv/v4l-utils/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 4da57ad96e0c8e21cae00719d1fba20f4c2be046 X-VCS-Branch: master Date: Tue, 19 Dec 2023 23:09:31 +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: bb573559-4a21-4e64-8d4d-574512a599f2 X-Archives-Hash: 4a0cf9ef55cca25a6dbedc3c737ac80e commit: 4da57ad96e0c8e21cae00719d1fba20f4c2be046 Author: James Le Cuirot gentoo org> AuthorDate: Tue Dec 19 23:09:05 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Dec 19 23:09:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da57ad9 media-tv/v4l-utils: Add transitional ebuild before we last-rite this package I didn't think this would be necessary, but Portage cannot backtrack around blockers, causing issues for users with v4l-utils in their world file. Closes: https://bugs.gentoo.org/920321 Signed-off-by: James Le Cuirot gentoo.org> media-tv/v4l-utils/v4l-utils-1.26.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/media-tv/v4l-utils/v4l-utils-1.26.ebuild b/media-tv/v4l-utils/v4l-utils-1.26.ebuild new file mode 100644 index 000000000000..4c300a474c80 --- /dev/null +++ b/media-tv/v4l-utils/v4l-utils-1.26.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Transitional package to be superseded by media-libs/libv4l[utils]" +HOMEPAGE="https://git.linuxtv.org/v4l-utils.git" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+bpf dvb qt5" + +RDEPEND=">=media-libs/libv4l-${PV}[utils,bpf?,dvb?,qt5?]"