commit:     45aac195936896241e225a561fd792661490834f
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue May  6 22:15:02 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May  7 13:32:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45aac195

dev-vcs/repo: add 2.54

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-vcs/repo/Manifest         |  1 +
 dev-vcs/repo/repo-2.54.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 3c46286965da..5bcddadf3bcd 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,4 @@
 DIST repo-2.48.tar.gz 282062 BLAKE2B 
6b5857810a2874b841af65fc1ea6f7d7b49b81f539b7c3f97e4bd89febba2ecb1a2191fa5cfbe1abb2128fb32ac9b444fa761d3b72f4704fa28a4d1c7db96779
 SHA512 
a3b7019141da6e2be24752e433c87e21b7d08c57671a769b66943bd683c0e7e1cc3c603d4b58366090206e70a49609ffbf35e3da5742f4146611827ab1d8b73d
 DIST repo-2.52.tar.gz 289198 BLAKE2B 
5ad34ef3e5591425dad813ae19c75be854cac6df8105d49ba0313673869c9177d77cd2b8fcfbd6a6e8a723d701567b184214f3937bd7a45c6b8f800f82ce02f6
 SHA512 
991a527bb24c802df714c69d9c4b7e2119045f04776c8b9481e1fb9db8e852727bcfcf2de0b2bc5b3df8ca57e314795789cd824f75da10b3c2984d72a9319992
 DIST repo-2.53.tar.gz 289327 BLAKE2B 
608c2d6f01fd25c5d51234a40c0305091a2a70081f5b3e60840a7ade8edfa9889f859d5de9d6449355e2cf0308dfa33250f4fb37e351fda3614ea08a3f73e6bc
 SHA512 
d86d66774894369a514966cc11f46f7cfa464be65f7829a8189a92bb403657aea9f422397f977d2aa1b6e29b52f74bc5dccbad693419e37db92ab41281e9f24c
+DIST repo-2.54.tar.gz 290193 BLAKE2B 
248198614c88193926a467a4d7cda40a909d1f1e4756eeaeccb0b2df6e30b3419f62a70aa3b36e2780e8cb31ac192b1d165223ba22093658ead0b0d674eac158
 SHA512 
49c21dcd79442f4c595f75b7d0e301c095c37262b629688c626244c9e6c775f2127038a4302e87a3cc26628b82aaf7d3db457c0a15c1e3fc79080198cdfd1fdb

diff --git a/dev-vcs/repo/repo-2.54.ebuild b/dev-vcs/repo/repo-2.54.ebuild
new file mode 100644
index 000000000000..0e45323baa76
--- /dev/null
+++ b/dev-vcs/repo/repo-2.54.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo";
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+S="${WORKDIR}/git-${P}"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+       !app-admin/radmind
+"
+
+src_install() {
+       python_foreach_impl python_doscript ${PN}
+       newbashcomp completion.bash ${PN}
+       doman man/*.[0-9]
+}

Reply via email to