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 D79FE158095 for ; Mon, 29 Aug 2022 20:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBA32E08CA; Mon, 29 Aug 2022 20:13:09 +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 B8910E08CA for ; Mon, 29 Aug 2022 20:13:09 +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 84A4834085A for ; Mon, 29 Aug 2022 20:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8CC25A2 for ; Mon, 29 Aug 2022 20:13:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661803977.ef3cf416e2b60bfcab5a97945c778e543a105544.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fzf/fzf-0.33.0-r1.ebuild app-shells/fzf/fzf-0.33.0.ebuild X-VCS-Directories: app-shells/fzf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef3cf416e2b60bfcab5a97945c778e543a105544 X-VCS-Branch: master Date: Mon, 29 Aug 2022 20:13:06 +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: 3d8cf100-ab54-4885-b66a-217b40917cee X-Archives-Hash: 51193f7463c711052e9cd6c0a3e8f1c6 commit: ef3cf416e2b60bfcab5a97945c778e543a105544 Author: Sam James gentoo org> AuthorDate: Mon Aug 29 20:03:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 29 20:12:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3cf416 app-shells/fzf: fix MY_GIT_REV Signed-off-by: Sam James gentoo.org> app-shells/fzf/{fzf-0.33.0.ebuild => fzf-0.33.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fzf/fzf-0.33.0.ebuild b/app-shells/fzf/fzf-0.33.0-r1.ebuild similarity index 97% rename from app-shells/fzf/fzf-0.33.0.ebuild rename to app-shells/fzf/fzf-0.33.0-r1.ebuild index 12b7161dcb56..c9d9f1200796 100644 --- a/app-shells/fzf/fzf-0.33.0.ebuild +++ b/app-shells/fzf/fzf-0.33.0-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release! # MY_GIT_REV is the first 7 characters of release commit, we truncate it # after to make it easier to copy/paste. -MY_GIT_REV=4993d19466d5f3ac127de5c0c461cde7ef1894d7 +MY_GIT_REV=e03ac3136e17a525bc67d62728ccb3eb8179f183 MY_GIT_REV=${MY_GIT_REV:0:7} SRC_URI="https://github.com/junegunn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"