Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/
Date: Fri, 31 Dec 2021 20:21:30
Message-Id: 1640982083.1fe7e9847e886710bda068e262b0c30e98a61407.prometheanfire@gentoo
1 commit: 1fe7e9847e886710bda068e262b0c30e98a61407
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 20:21:11 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 20:21:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe7e984
7
8 dev-python/git-review: remove old and broken 2.1.0
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/git-review/Manifest | 1 -
14 dev-python/git-review/git-review-2.1.0.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest
18 index d1196af7d443..53e95fdd7ef2 100644
19 --- a/dev-python/git-review/Manifest
20 +++ b/dev-python/git-review/Manifest
21 @@ -1,2 +1 @@
22 -DIST git-review-2.1.0.tar.gz 62873 BLAKE2B 6685e43da07d4be0ffe3202a6a9be172257a8e665091b457318c118d95f571a9b97e555d4afea85fe590f264039bd86815c5a365fbc484a24b5c4ea748a340c2 SHA512 7beda9e704076285459c29ce2b7c0f07ab180212f24f62fa484430dfb323eb4473f9be030706eeca587d5cfb5cdbba6759aeaec6d377717ebf9a0f0157e1a190
23 DIST git-review-2.2.0.tar.gz 64905 BLAKE2B a08b489bb4b53a9cc6510b11238bc947334a187e0ec7dad7e1240cf3efb110a5310cfe4f3278af9311108fcb0b915a9d1eabdd2aeabab3fed0a939cba9f88ae2 SHA512 9a33f6a1e60b0679b248db818a2a4559b4ee6a6b765f2e6a16fd566fd85587be363f837da2118e75bd3e6d54ba3dcc177d3d678d927d75cca6d8ad6ed4e8d4f7
24
25 diff --git a/dev-python/git-review/git-review-2.1.0.ebuild b/dev-python/git-review/git-review-2.1.0.ebuild
26 deleted file mode 100644
27 index 864df6f43627..000000000000
28 --- a/dev-python/git-review/git-review-2.1.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Tool to submit code to Gerrit"
41 -HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -DEPEND=">=dev-python/pbr-4.1.0[${PYTHON_USEDEP}]"
50 -RDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]"
51 -
52 -python_prepare_all() {
53 - sed -i -e '/manpages/,+1d' setup.cfg || die
54 - distutils-r1_python_prepare_all
55 -}