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, 18 May 2021 01:09:20
Message-Id: 1621299901.a0c71cb5c0770c9cfc85f36e106e6d9b38926887.vapier@gentoo
1 commit: a0c71cb5c0770c9cfc85f36e106e6d9b38926887
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Tue May 18 01:05:01 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 01:05:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c71cb5
7
8 dev-vcs/repo: drop old versions
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 dev-vcs/repo/Manifest | 1 -
13 dev-vcs/repo/repo-2.11.ebuild | 32 --------------------------------
14 dev-vcs/repo/repo-2.12.ebuild | 34 ----------------------------------
15 3 files changed, 67 deletions(-)
16
17 diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
18 index 0223930ff59..a875e53c6cc 100644
19 --- a/dev-vcs/repo/Manifest
20 +++ b/dev-vcs/repo/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST repo-2.11 39791 BLAKE2B 535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9 SHA512 1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
23 DIST repo-2.12 43035 BLAKE2B 3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe SHA512 409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
24 DIST repo-2.14 44203 BLAKE2B 72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383 SHA512 37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
25 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 4280 BLAKE2B 6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39 SHA512 f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d
26
27 diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
28 deleted file mode 100644
29 index 742d33af95d..00000000000
30 --- a/dev-vcs/repo/repo-2.11.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
37 -# of the repo project. The launcher only gets a new update when changes are
38 -# made in it.
39 -
40 -EAPI="7"
41 -
42 -PYTHON_COMPAT=( python3_{7..9} )
43 -
44 -inherit python-r1
45 -
46 -DESCRIPTION="Google tool for managing git, particularly multiple repos"
47 -HOMEPAGE="https://gerrit.googlesource.com/git-repo"
48 -SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
53 -IUSE=""
54 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55 -
56 -RDEPEND="${PYTHON_DEPS}
57 - !app-admin/radmind
58 - !dev-util/repo"
59 -
60 -S=${WORKDIR}
61 -
62 -src_install() {
63 - python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
64 -}
65
66 diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
67 deleted file mode 100644
68 index 0df8d726dda..00000000000
69 --- a/dev-vcs/repo/repo-2.12.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
76 -# of the repo project. The launcher only gets a new update when changes are
77 -# made in it.
78 -
79 -EAPI="7"
80 -
81 -PYTHON_COMPAT=( python3_{7..9} )
82 -
83 -inherit python-r1
84 -
85 -DESCRIPTION="Google tool for managing git, particularly multiple repos"
86 -HOMEPAGE="https://gerrit.googlesource.com/git-repo"
87 -SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
92 -IUSE=""
93 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
94 -
95 -RDEPEND="${PYTHON_DEPS}
96 - !app-admin/radmind
97 - !dev-util/repo"
98 -
99 -S=${WORKDIR}
100 -
101 -src_unpack() { :; }
102 -
103 -src_install() {
104 - python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
105 -}