diff --git a/dev-vcs/git-repo-updater/Manifest b/dev-vcs/git-repo-updater/Manifest index bee3c5acf8..43b371f5f7 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 906168b9e6..61d0ec66a3 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"