Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/
Date: Mon, 29 Aug 2022 20:13:10
Message-Id: 1661803977.ef3cf416e2b60bfcab5a97945c778e543a105544.sam@gentoo
1 commit: ef3cf416e2b60bfcab5a97945c778e543a105544
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 20:03:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 20:12:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3cf416
7
8 app-shells/fzf: fix MY_GIT_REV
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/fzf/{fzf-0.33.0.ebuild => fzf-0.33.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fzf/fzf-0.33.0.ebuild b/app-shells/fzf/fzf-0.33.0-r1.ebuild
16 similarity index 97%
17 rename from app-shells/fzf/fzf-0.33.0.ebuild
18 rename to app-shells/fzf/fzf-0.33.0-r1.ebuild
19 index 12b7161dcb56..c9d9f1200796 100644
20 --- a/app-shells/fzf/fzf-0.33.0.ebuild
21 +++ b/app-shells/fzf/fzf-0.33.0-r1.ebuild
22 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/junegunn/fzf"
23 # For fancy versioning only. Bump on the next release!
24 # MY_GIT_REV is the first 7 characters of release commit, we truncate it
25 # after to make it easier to copy/paste.
26 -MY_GIT_REV=4993d19466d5f3ac127de5c0c461cde7ef1894d7
27 +MY_GIT_REV=e03ac3136e17a525bc67d62728ccb3eb8179f183
28 MY_GIT_REV=${MY_GIT_REV:0:7}
29
30 SRC_URI="https://github.com/junegunn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"