Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-repo-updater/
Date: Mon, 30 May 2022 06:39:36
Message-Id: 1653858292.3d84ec24d3a1e110095e3b01f8cd06c036c3aa24.flow@gentoo
1 commit: 3d84ec24d3a1e110095e3b01f8cd06c036c3aa24
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:56:46 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 21:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d84ec24
7
8 dev-vcs/git-repo-updater: EAPI 8
9
10 Closes: https://bugs.gentoo.org/848363
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-vcs/git-repo-updater/Manifest | 2 +-
14 ...-updater-0.5.1-r1.ebuild => git-repo-updater-0.5.1-r2.ebuild} | 9 ++++-----
15 2 files changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-vcs/git-repo-updater/Manifest b/dev-vcs/git-repo-updater/Manifest
18 index bee3c5acf..43b371f5f 100644
19 --- a/dev-vcs/git-repo-updater/Manifest
20 +++ b/dev-vcs/git-repo-updater/Manifest
21 @@ -1 +1 @@
22 -DIST git-repo-updater-0.5.1.tar.gz 11430 BLAKE2B bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e SHA512 189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918
23 +DIST git-repo-updater-0.5.1.gh.tar.gz 11430 BLAKE2B bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e SHA512 189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918
24
25 diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
26 similarity index 83%
27 rename from dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild
28 rename to dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
29 index 906168b9e..61d0ec66a 100644
30 --- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild
31 +++ b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
32 @@ -1,17 +1,16 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI="7"
38 -
39 -PYTHON_COMPAT=( python3_{8,9} )
40 +EAPI=8
41
42 DISTUTILS_USE_SETUPTOOLS=rdepend
43 +PYTHON_COMPAT=( python3_{8..11} )
44
45 inherit distutils-r1
46
47 DESCRIPTION="Easily update multiple git repositories at once"
48 HOMEPAGE="https://github.com/earwig/git-repo-updater"
49 -SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 +SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
51
52 LICENSE="MIT"
53 SLOT="0"