From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/
Date: Mon, 24 Feb 2025 08:06:18 +0000 (UTC) [thread overview]
Message-ID: <1740384065.d38b80a29bb7d09a4b86bab5fa5c04912f7607fe.flow@gentoo> (raw)
commit: d38b80a29bb7d09a4b86bab5fa5c04912f7607fe
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Fri Feb 21 19:22:05 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 08:01:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38b80a2
dev-vcs/repo: add 2.52
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.52.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index fa8b107fe9bf..7ad2372031e0 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -2,3 +2,4 @@ DIST repo-2.45.tar.gz 279358 BLAKE2B 1035621e5f4f139ae1a7057ea30bf9431d4a39c46a6
DIST repo-2.46.tar.gz 280784 BLAKE2B 815c616efeed881779db7356f3410f0acf3749867d729fc79241cd1ba2e800aaaac373882d758cc1096d5f30acbdc33731b5ba65828328f9626f3e7fe88cfed3 SHA512 2654cbc116bc10dc6e9e01bde6f76b90b1519cd32226ad6a51053883436e0c901a7709d066be1a606a0ca751e98cfe7dac8c736cfef4c971ef75c6f2a20f57f8
DIST repo-2.48.tar.gz 282062 BLAKE2B 6b5857810a2874b841af65fc1ea6f7d7b49b81f539b7c3f97e4bd89febba2ecb1a2191fa5cfbe1abb2128fb32ac9b444fa761d3b72f4704fa28a4d1c7db96779 SHA512 a3b7019141da6e2be24752e433c87e21b7d08c57671a769b66943bd683c0e7e1cc3c603d4b58366090206e70a49609ffbf35e3da5742f4146611827ab1d8b73d
DIST repo-2.50.1.tar.gz 285537 BLAKE2B a8995a4ded803e6e7be574dc5922c840b2f424af4b0a79a0bcf6adb1db7e39b8c2b3c9cbe52c2061a63b0a5b318a0aca0cecebfa1a61e986cf7020faa61fa1a6 SHA512 89094bcec2f114e304177455a6770f3c8f97ae7553475fb77367739203c630bd068c0f7d5e2c465e839788ac72637665605d77363554e1b9630a11115a44c9ef
+DIST repo-2.52.tar.gz 289198 BLAKE2B 5ad34ef3e5591425dad813ae19c75be854cac6df8105d49ba0313673869c9177d77cd2b8fcfbd6a6e8a723d701567b184214f3937bd7a45c6b8f800f82ce02f6 SHA512 991a527bb24c802df714c69d9c4b7e2119045f04776c8b9481e1fb9db8e852727bcfcf2de0b2bc5b3df8ca57e314795789cd824f75da10b3c2984d72a9319992
diff --git a/dev-vcs/repo/repo-2.52.ebuild b/dev-vcs/repo/repo-2.52.ebuild
new file mode 100644
index 000000000000..0e45323baa76
--- /dev/null
+++ b/dev-vcs/repo/repo-2.52.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]
+}
next reply other threads:[~2025-02-24 8:06 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 8:06 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 17:21 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/ Arthur Zamarin
2025-04-26 5:28 Sam James
2025-04-26 2:24 Sam James
2025-04-26 2:04 Sam James
2025-03-22 6:42 Arthur Zamarin
2025-03-22 6:42 Arthur Zamarin
2025-02-24 8:06 Florian Schmaus
2024-12-21 22:18 Sam James
2024-12-21 14:15 Michał Górny
2024-12-21 14:15 Michał Górny
2024-12-21 12:49 Arthur Zamarin
2024-12-21 12:43 Arthur Zamarin
2024-12-21 12:43 Arthur Zamarin
2024-12-21 11:54 Florian Schmaus
2024-10-11 9:44 Florian Schmaus
2024-10-11 9:44 Florian Schmaus
2024-07-10 6:59 Florian Schmaus
2024-06-18 10:30 Sam James
2024-06-18 10:30 Sam James
2024-06-18 10:30 Sam James
2024-06-18 10:30 Sam James
2024-06-18 10:20 Sam James
2024-05-23 9:14 Florian Schmaus
2024-05-23 9:14 Florian Schmaus
2023-12-14 20:05 Mike Frysinger
2023-12-14 20:05 Mike Frysinger
2023-12-14 20:02 Mike Frysinger
2023-10-16 9:11 Mike Frysinger
2023-10-16 9:11 Mike Frysinger
2023-10-16 9:11 Mike Frysinger
2023-05-17 1:38 Sam James
2023-05-17 1:38 Sam James
2023-05-17 1:38 Sam James
2023-05-01 2:27 Sam James
2023-05-01 2:26 Sam James
2023-05-01 1:55 Sam James
2023-05-01 0:16 Sam James
2023-05-01 0:16 Sam James
2023-05-01 0:12 Sam James
2023-05-01 0:09 Sam James
2022-11-24 6:20 Mike Frysinger
2022-11-24 6:20 Mike Frysinger
2022-11-24 6:20 Mike Frysinger
2022-08-23 15:58 Mike Frysinger
2022-08-23 15:58 Mike Frysinger
2022-05-09 9:58 Jakov Smolić
2022-05-08 4:10 Sam James
2022-05-07 10:57 Jakov Smolić
2022-05-07 10:03 Arthur Zamarin
2022-05-06 23:43 Jakov Smolić
2022-05-06 23:38 Jakov Smolić
2022-02-04 4:12 Mike Frysinger
2022-02-04 4:12 Mike Frysinger
2022-02-04 4:12 Mike Frysinger
2021-10-02 3:41 Mike Frysinger
2021-10-02 3:41 Mike Frysinger
2021-10-02 3:41 Mike Frysinger
2021-05-18 1:09 Mike Frysinger
2021-05-18 1:09 Mike Frysinger
2021-05-18 1:09 Mike Frysinger
2021-04-29 1:52 Sam James
2021-04-19 17:01 Mike Frysinger
2021-04-19 17:01 Mike Frysinger
2021-03-15 17:44 Mike Frysinger
2021-03-15 17:44 Mike Frysinger
2021-03-01 16:20 Mike Frysinger
2021-03-01 16:20 Mike Frysinger
2021-03-01 16:20 Mike Frysinger
2021-01-13 17:20 Mike Frysinger
2021-01-13 17:20 Mike Frysinger
2020-09-19 9:54 Michał Górny
2020-08-20 4:52 Mike Frysinger
2020-08-20 4:52 Mike Frysinger
2020-08-20 4:52 Mike Frysinger
2020-05-19 19:43 Mike Frysinger
2020-05-19 19:43 Mike Frysinger
2020-02-19 23:46 Mike Frysinger
2020-02-19 23:46 Mike Frysinger
2020-02-13 1:45 Mike Frysinger
2020-02-10 21:00 Michał Górny
2020-02-10 15:35 Mike Frysinger
2020-02-10 15:35 Mike Frysinger
2019-11-18 7:53 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740384065.d38b80a29bb7d09a4b86bab5fa5c04912f7607fe.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox