Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/
Date: Sun, 17 Oct 2021 08:23:41
Message-Id: 1634459005.49c604f0aaeeb27d095557121955c510cee97c3a.mgorny@gentoo
1 commit: 49c604f0aaeeb27d095557121955c510cee97c3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:19:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c604f0
7
8 dev-python/git-review: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/git-review/Manifest | 1 -
13 dev-python/git-review/git-review-1.28.0.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest
17 index ce4633db6c6..8ab2955f568 100644
18 --- a/dev-python/git-review/Manifest
19 +++ b/dev-python/git-review/Manifest
20 @@ -1,2 +1 @@
21 -DIST git-review-1.28.0.tar.gz 60496 BLAKE2B 19fa2b9a5e2f25d89cf123f277cb0213675e4b99b75a978ee49ee9a394c6f212d5bb58d5e5aee9cc3c20165e9872be159ec81dcf8ea37f509c96bbc79a84bcbd SHA512 c29ad530abcfcf136548daf4865e1fe7c5819f6d4b11424c5c1425312c68fdc0e4073e009667b992e3f3db3396c7db618940c7f6e5be8b26e9d0d1b94fd078a4
22 DIST git-review-2.1.0.tar.gz 62873 BLAKE2B 6685e43da07d4be0ffe3202a6a9be172257a8e665091b457318c118d95f571a9b97e555d4afea85fe590f264039bd86815c5a365fbc484a24b5c4ea748a340c2 SHA512 7beda9e704076285459c29ce2b7c0f07ab180212f24f62fa484430dfb323eb4473f9be030706eeca587d5cfb5cdbba6759aeaec6d377717ebf9a0f0157e1a190
23
24 diff --git a/dev-python/git-review/git-review-1.28.0.ebuild b/dev-python/git-review/git-review-1.28.0.ebuild
25 deleted file mode 100644
26 index 3caf102a45e..00000000000
27 --- a/dev-python/git-review/git-review-1.28.0.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_7 python3_8 )
35 -DISTUTILS_USE_SETUPTOOLS=rdepend
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Tool to submit code to Gerrit"
40 -HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
46 -IUSE=""
47 -
48 -DEPEND=">=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]"
49 -RDEPEND="
50 - >=dev-python/requests-1.1[${PYTHON_USEDEP}]
51 - dev-python/six[${PYTHON_USEDEP}]
52 -"