commit:     3d84ec24d3a1e110095e3b01f8cd06c036c3aa24
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:56:46 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun May 29 21:04:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d84ec24

dev-vcs/git-repo-updater: EAPI 8

Closes: https://bugs.gentoo.org/848363
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-vcs/git-repo-updater/Manifest                                | 2 +-
 ...-updater-0.5.1-r1.ebuild => git-repo-updater-0.5.1-r2.ebuild} | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-repo-updater/Manifest 
b/dev-vcs/git-repo-updater/Manifest
index bee3c5acf..43b371f5f 100644
--- a/dev-vcs/git-repo-updater/Manifest
+++ b/dev-vcs/git-repo-updater/Manifest
@@ -1 +1 @@
-DIST git-repo-updater-0.5.1.tar.gz 11430 BLAKE2B 
bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e
 SHA512 
189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918
+DIST git-repo-updater-0.5.1.gh.tar.gz 11430 BLAKE2B 
bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e
 SHA512 
189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918

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
similarity index 83%
rename from dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild
rename to dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
index 906168b9e..61d0ec66a 100644
--- 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
@@ -1,17 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Easily update multiple git repositories at once"
 HOMEPAGE="https://github.com/earwig/git-repo-updater";
-SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to