Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filebytes/
Date: Mon, 15 Aug 2022 23:10:36
Message-Id: 1660604979.7ccefbe60cda06e82be8127bf20c23c6c7234736.sam@gentoo
1 commit: 7ccefbe60cda06e82be8127bf20c23c6c7234736
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Mon Aug 8 15:12:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 15 23:09:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccefbe6
7
8 dev-python/filebytes: add .gh suffix to tagged distfiles (live)
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Closes: https://github.com/gentoo/gentoo/pull/26785
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/filebytes/filebytes-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild
18 index 7a845b783672..182a1ca9417a 100644
19 --- a/dev-python/filebytes/filebytes-9999.ebuild
20 +++ b/dev-python/filebytes/filebytes-9999.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="https://github.com/sashs/filebytes"
24 else
25 - SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 + SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
27 KEYWORDS="~amd64 ~x86"
28 fi