Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/
Date: Tue, 23 Aug 2022 15:59:01
Message-Id: 1661270320.de7038a57924b97679ffe3540fe567be9c21a1bb.vapier@gentoo
1 commit: de7038a57924b97679ffe3540fe567be9c21a1bb
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Tue Aug 23 15:27:02 2022 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 15:58:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7038a5
7
8 dev-vcs/repo: drop old <2.21 versions
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 dev-vcs/repo/Manifest | 4 ----
13 dev-vcs/repo/repo-2.15.ebuild | 42 ------------------------------------------
14 dev-vcs/repo/repo-2.17.ebuild | 42 ------------------------------------------
15 3 files changed, 88 deletions(-)
16
17 diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
18 index 9b838f35cfa4..c70161526a6d 100644
19 --- a/dev-vcs/repo/Manifest
20 +++ b/dev-vcs/repo/Manifest
21 @@ -1,5 +1 @@
22 -DIST repo-2.15 44704 BLAKE2B 6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18 SHA512 e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
23 -DIST repo-2.17 44944 BLAKE2B 8f5db36d6acedd9c79fca1c9fe5a29e4da9b483d4f356d8ad88d6510f13ec7ff8200723c836ff7ac17419e571c2c4970182385a248b8005aaae1cbd4d93d3423 SHA512 b8d459c619f537d8afce00c78594027ef983e31f1bf47341d3388e39da4505270fa07f8c93b1ab5110795c1b6b952f01f48f0e18ce15e8126a484c98fd73e8c8
24 DIST repo-2.21.tar.gz 232514 BLAKE2B e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677 SHA512 08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a
25 -DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 4280 BLAKE2B 6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39 SHA512 f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d
26 -DIST repo-v2.17-bash-completion.sh.base64 5736 BLAKE2B 59c357d76feb176b7c64791ffb838ab522179c7e05d1a1cca6e121c9c908cdbccc49f177951986470806302b881b39ab44710b66b0a6a8c9643d4a647841eddf SHA512 9bc4f57d58222297f53e6dcbed1b895e8d0a90558be58a423243c886cb5cfad11c32e7c599b2e237e3f53b2857f8441ddb476484189135b71f52ca7250dfaf62
27
28 diff --git a/dev-vcs/repo/repo-2.15.ebuild b/dev-vcs/repo/repo-2.15.ebuild
29 deleted file mode 100644
30 index 583e55b6f0eb..000000000000
31 --- a/dev-vcs/repo/repo-2.15.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
38 -# of the repo project. The launcher only gets a new update when changes are
39 -# made in it.
40 -
41 -EAPI="7"
42 -
43 -PYTHON_COMPAT=( python3_{7..9} )
44 -
45 -inherit bash-completion-r1 python-r1
46 -
47 -# This file rarely changes, so track it independently.
48 -COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
49 -COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
50 -
51 -DESCRIPTION="Google tool for managing git, particularly multiple repos"
52 -HOMEPAGE="https://gerrit.googlesource.com/git-repo"
53 -SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
54 - https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT -> ${COMP_NAME}"
55 -
56 -LICENSE="Apache-2.0"
57 -SLOT="0"
58 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
59 -IUSE=""
60 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
61 -
62 -RDEPEND="${PYTHON_DEPS}
63 - !app-admin/radmind
64 - !dev-util/repo"
65 -
66 -S=${WORKDIR}
67 -
68 -src_unpack() {
69 - base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
70 -}
71 -
72 -src_install() {
73 - python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
74 - newbashcomp completion.bash ${PN}
75 -}
76
77 diff --git a/dev-vcs/repo/repo-2.17.ebuild b/dev-vcs/repo/repo-2.17.ebuild
78 deleted file mode 100644
79 index 413247ecffe0..000000000000
80 --- a/dev-vcs/repo/repo-2.17.ebuild
81 +++ /dev/null
82 @@ -1,42 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
87 -# of the repo project. The launcher only gets a new update when changes are
88 -# made in it.
89 -
90 -EAPI="7"
91 -
92 -PYTHON_COMPAT=( python3_{7..9} )
93 -
94 -inherit bash-completion-r1 python-r1
95 -
96 -# This file rarely changes, so track it independently.
97 -COMP_VER="v2.17"
98 -COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
99 -
100 -DESCRIPTION="Google tool for managing git, particularly multiple repos"
101 -HOMEPAGE="https://gerrit.googlesource.com/git-repo"
102 -SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
103 - https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT -> ${COMP_NAME}"
104 -
105 -LICENSE="Apache-2.0"
106 -SLOT="0"
107 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
108 -IUSE=""
109 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
110 -
111 -RDEPEND="${PYTHON_DEPS}
112 - !app-admin/radmind
113 - !dev-util/repo"
114 -
115 -S=${WORKDIR}
116 -
117 -src_unpack() {
118 - base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
119 -}
120 -
121 -src_install() {
122 - python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
123 - newbashcomp completion.bash ${PN}
124 -}