From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/
Date: Sun, 8 Dec 2024 10:27:18 +0000 (UTC) [thread overview]
Message-ID: <1733653629.ef60984d96f4be92453cef0045787760c98928dc.graaff@gentoo> (raw)
commit: ef60984d96f4be92453cef0045787760c98928dc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 10:26:58 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 10:27:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef60984d
dev-util/rbtools: drop 4.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-util/rbtools/Manifest | 1 -
dev-util/rbtools/rbtools-4.1.ebuild | 54 -------------------------------------
2 files changed, 55 deletions(-)
diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index 941ecde2c7a5..6ee4c25a00eb 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1,4 +1,3 @@
-DIST rbtools-4.1.tar.gz 619541 BLAKE2B 9b1aeca4f139a0189affb873363dba8f6d13eb954d4872939c543f6d91c00b09b2452cc379d4d99450c05d3d44a1996e910ff512ba9849292a7b705ce01be654 SHA512 58aa58ce6c55d4d3be9f221c493c8a3c15537776ff4e28be1ea44c0441f1dd9877ac9145066fdceb90d392c75cf29ec80e7efd154b0a2f1893422b65a0189ea0
DIST rbtools-5.0.tar.gz 649338 BLAKE2B c6a08004e7c8ba17936865e53b78e086ec74e8f5fee7ecc124750f3bf24b9b52ab8a26d1caa7010cdd2822463fcb27b8e5c5f757068924e22d3e59268166f7bf SHA512 7fbc5198fc89ee911a3cc487ead094d46213cfc4f85ab01cf22bd2a628559acdaaed138b430b08aa94ea25dec1179bf7c28349ac8226d632a6112ec83e2b57b7
DIST rbtools-5.1.1.tar.gz 680630 BLAKE2B ce5551d43a1a7aba3b59fcae82f42c620030e702ab3aaafcd19479881c9a3e5d06d2470572c23e604f7aaa79e03df43e2691a8db68ac913282c9c9d168e742e2 SHA512 2092d74947445c29aa60beb8cc4348039223caee23cd624e5ae57a844037329c88e97692da0bd0211f7608e44e4c91f11afc243fd510da39cc0350a1ee30735f
DIST rbtools-5.1.tar.gz 680096 BLAKE2B 784603864531a7be766a8cfa08a94756db98e02292cb2c98de7fd7f3876b24c7dd755755290041cde68e540d2f2f0fef23087d8a94359bd43aa03f1efc92ced7 SHA512 0cdba8c0842f21063bc2eea64b874c1db1769acd5bd8417e72196f78a6d15d2abdb9e3de66dd2dc1804ac3d41424d23c78052b2c34d8203cf2c66de90bd1c23b
diff --git a/dev-util/rbtools/rbtools-4.1.ebuild b/dev-util/rbtools/rbtools-4.1.ebuild
deleted file mode 100644
index 93f6eae72c81..000000000000
--- a/dev-util/rbtools/rbtools-4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Command line tools for use with Review Board"
-HOMEPAGE="https://www.reviewboard.org/"
-SRC_URI="https://github.com/reviewboard/rbtools/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/rbtools-release-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-python/certifi-2023.5.7[${PYTHON_USEDEP}]
- >=dev-python/importlib-metadata-4.12[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- >=dev-python/pydiffx-1.1[${PYTHON_USEDEP}]
- =dev-python/pydiffx-1.1*[${PYTHON_USEDEP}]
- >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
- dev-python/texttable[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4.3.0[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- >=dev-python/kgb-6.1[${PYTHON_USEDEP}]
- dev-python/pytest-env[${PYTHON_USEDEP}]
- dev-vcs/git
- dev-vcs/mercurial
- )
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- default
-
- # Avoid tests requiring unpackaged test data
- rm -f rbtools/clients/tests/test_scanning.py || die
-
- # Avoid repository specific tests to avoid dependencies on them
- rm -f rbtools/clients/tests/test_{cvs,git,mercurial,svn}.py || die
-}
next reply other threads:[~2024-12-08 10:27 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-08 10:27 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-08 10:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/ Hans de Graaff
2024-12-04 11:25 Hans de Graaff
2024-12-01 11:38 Hans de Graaff
2024-03-08 11:35 Hans de Graaff
2023-07-19 10:14 Jakov Smolić
2023-07-19 10:14 Jakov Smolić
2023-06-11 11:50 Hans de Graaff
2023-06-11 11:50 Hans de Graaff
2023-06-06 17:52 Arthur Zamarin
2023-02-14 6:56 Hans de Graaff
2023-01-14 11:47 Sam James
2023-01-14 11:47 Sam James
2022-12-19 6:51 Hans de Graaff
2022-12-05 18:24 Hans de Graaff
2022-12-05 18:24 Hans de Graaff
2022-11-12 13:52 Hans de Graaff
2022-10-30 6:48 Hans de Graaff
2022-10-25 12:50 Sam James
2022-10-25 9:08 Sam James
2022-10-25 6:02 Hans de Graaff
2022-10-05 5:33 Hans de Graaff
2022-09-01 0:36 Sam James
2022-06-24 20:59 Jakov Smolić
2022-06-17 4:52 Hans de Graaff
2022-05-22 5:29 Hans de Graaff
2022-05-21 9:47 Hans de Graaff
2022-03-24 6:09 Hans de Graaff
2022-01-22 9:48 Agostino Sarubbo
2022-01-21 23:20 Sam James
2022-01-08 11:47 Hans de Graaff
2021-08-29 7:55 Hans de Graaff
2021-07-29 4:41 Hans de Graaff
2021-07-29 4:41 Hans de Graaff
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2021-01-17 9:47 Hans de Graaff
2020-11-30 6:18 Hans de Graaff
2020-11-30 6:18 Hans de Graaff
2020-10-13 10:01 Agostino Sarubbo
2020-09-02 5:20 Hans de Graaff
2020-04-15 4:16 Hans de Graaff
2020-02-09 7:21 Hans de Graaff
2020-02-07 12:12 Agostino Sarubbo
2020-02-06 8:21 Agostino Sarubbo
2020-02-04 17:04 Hans de Graaff
2020-02-04 15:40 Michał Górny
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-28 6:03 Hans de Graaff
2019-09-28 6:03 Hans de Graaff
2019-09-06 19:11 Andreas Sturmlechner
2018-01-25 11:51 Michael Palimaka
2017-10-12 12:15 Michael Palimaka
2017-10-12 12:15 Michael Palimaka
2017-06-03 16:17 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-23 10:27 Agostino Sarubbo
2017-01-19 17:14 Johannes Huber
2017-01-19 17:14 Johannes Huber
2017-01-12 18:35 Michael Palimaka
2016-11-24 12:37 Michael Palimaka
2016-06-23 19:57 Michael Palimaka
2016-06-23 19:57 Michael Palimaka
2016-04-27 11:49 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27 9:22 Agostino Sarubbo
2015-10-27 17:11 Michael Palimaka
2015-09-20 15:18 Michael Palimaka
2015-09-19 13:30 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1733653629.ef60984d96f4be92453cef0045787760c98928dc.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox