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 694E415803E for ; Tue, 2 Jan 2024 14:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9AA02BC018; Tue, 2 Jan 2024 14:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A6AA2BC018 for ; Tue, 2 Jan 2024 14:53:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9734B340906 for ; Tue, 2 Jan 2024 14:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39976DB1 for ; Tue, 2 Jan 2024 14:53:14 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1704207166.57098b7ff13ab55204ee70027a49a02d07b77092.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-streamfx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild media-video/obs-streamfx/obs-streamfx-0.12.0.ebuild X-VCS-Directories: media-video/obs-streamfx/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 57098b7ff13ab55204ee70027a49a02d07b77092 X-VCS-Branch: dev Date: Tue, 2 Jan 2024 14:53:14 +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: 226c6266-365f-49c6-8572-5a5efcab818b X-Archives-Hash: 6c6c111336fc014941bbbd1331c75ad5 commit: 57098b7ff13ab55204ee70027a49a02d07b77092 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Jan 2 14:51:16 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Tue Jan 2 14:52:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57098b7f media-video/obs-streamfx: add 0.12.0.9999, remove 0.12.0 Closes: https://bugs.gentoo.org/921153 Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../{obs-streamfx-0.12.0.ebuild => obs-streamfx-0.12.0.9999.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/obs-streamfx/obs-streamfx-0.12.0.ebuild b/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild similarity index 99% rename from media-video/obs-streamfx/obs-streamfx-0.12.0.ebuild rename to media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild index e06f2c4f4a..f011e661ff 100644 --- a/media-video/obs-streamfx/obs-streamfx-0.12.0.ebuild +++ b/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild @@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/Xaymar/obs-StreamFX" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Xaymar/obs-StreamFX.git" + EGIT_BRANCH="${M_PV}" else SRC_URI=" https://github.com/Xaymar/obs-StreamFX/archive/refs/tags/${M_PV}.tar.gz -> ${PN}-${M_PV}.tar.gz