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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF0D3158041 for ; Thu, 22 Feb 2024 17:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B665E2A4E; Thu, 22 Feb 2024 17:15:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EDCE8E2A4E for ; Thu, 22 Feb 2024 17:15:11 +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 0FABF343001 for ; Thu, 22 Feb 2024 17:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64317114F for ; Thu, 22 Feb 2024 17:15:09 +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: <1708622077.86e11c5e850c8c059b474e4ac17eab9d88ef5296.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.11.0.ebuild media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild X-VCS-Directories: media-video/obs-streamfx/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 86e11c5e850c8c059b474e4ac17eab9d88ef5296 X-VCS-Branch: dev Date: Thu, 22 Feb 2024 17:15:09 +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: fa1fb213-017c-4d55-a924-8c00a4558f26 X-Archives-Hash: 812ec468786e9481c9271f9f0bc0233a commit: 86e11c5e850c8c059b474e4ac17eab9d88ef5296 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Feb 22 17:14:23 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Thu Feb 22 17:14:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86e11c5e media-video/obs-streamfx: add 0.11.1, drop 0.11.0 * use EGIT_COMMIT instead for tags Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../{obs-streamfx-0.11.0.ebuild => obs-streamfx-0.11.1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/obs-streamfx/obs-streamfx-0.11.0.ebuild b/media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild similarity index 96% rename from media-video/obs-streamfx/obs-streamfx-0.11.0.ebuild rename to media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild index 0aac7561c6..f12a34f720 100644 --- a/media-video/obs-streamfx/obs-streamfx-0.11.0.ebuild +++ b/media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="OBS® Studio plugin which adds many new effects." HOMEPAGE="https://github.com/Xaymar/obs-StreamFX" EGIT_REPO_URI="https://github.com/Xaymar/obs-StreamFX.git" -EGIT_BRANCH="${M_PV}" +EGIT_COMMIT="${M_PV}" KEYWORDS="~amd64"