diff options
author | Mike Frysinger <vapier@chromium.org> | 2022-11-24 15:09:45 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-24 15:18:59 +0900 |
commit | f248105030c295a2354e6fdff64f3ee6bf58f3bd (patch) | |
tree | 47d1bb975dde849689669a944897ddf432eadaee /dev-vcs | |
parent | dev-vcs/repo: mark 2.29 stable for all (diff) | |
download | gentoo-f248105030c295a2354e6fdff64f3ee6bf58f3bd.tar.gz gentoo-f248105030c295a2354e6fdff64f3ee6bf58f3bd.tar.bz2 gentoo-f248105030c295a2354e6fdff64f3ee6bf58f3bd.zip |
dev-vcs/repo: drop old 2.21 version
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/repo/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/repo/repo-2.21.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest index 11f2abce51d2..dff3c2c6a541 100644 --- a/dev-vcs/repo/Manifest +++ b/dev-vcs/repo/Manifest @@ -1,2 +1 @@ -DIST repo-2.21.tar.gz 232514 BLAKE2B e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677 SHA512 08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a DIST repo-2.29.tar.gz 248253 BLAKE2B 6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57 SHA512 7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1 diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild deleted file mode 100644 index ab4e0a6a02d3..000000000000 --- a/dev-vcs/repo/repo-2.21.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 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="7" - -PYTHON_COMPAT=( python3_{7..10} ) - -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" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - !app-admin/radmind - !dev-util/repo" - -S="${WORKDIR}/git-${P}" - -src_install() { - python_foreach_impl python_doscript ${PN} - newbashcomp completion.bash ${PN} - doman man/*.[0-9] -} |