From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ebuildtester/
Date: Fri, 11 Jul 2025 00:00:11 +0000 (UTC) [thread overview]
Message-ID: <1752191817.7f88cb980060ac90c89e961a7da10c0d182e295e.nicolasbock@gentoo> (raw)
commit: 7f88cb980060ac90c89e961a7da10c0d182e295e
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 10 21:40:09 2025 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 23:56:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f88cb98
dev-util/ebuildtester: drop 42-r3
Closes: https://github.com/gentoo/gentoo/pull/42953
Part-of: https://github.com/gentoo/gentoo/pull/42953
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
dev-util/ebuildtester/Manifest | 1 -
dev-util/ebuildtester/ebuildtester-42-r3.ebuild | 34 -------------------------
2 files changed, 35 deletions(-)
diff --git a/dev-util/ebuildtester/Manifest b/dev-util/ebuildtester/Manifest
index b5cf3069207a..5eff174d73f1 100644
--- a/dev-util/ebuildtester/Manifest
+++ b/dev-util/ebuildtester/Manifest
@@ -1,3 +1,2 @@
-DIST ebuildtester-42.tar.gz 22852 BLAKE2B 0e672c70ed854b3ee459010590da22811ed06e0397d45e51b8ad1a86047aa3fbd61321a7a9bdf1b583c3a66246030bb30dbef4dc8acc1e10bc3b141095e08ff4 SHA512 c2fe0dbca673c51d686cc19954928efb3ab1e82c4d8b8548d272f8fc60a5fffd1898fe33dc26feebc5bc73a71207f5f1615e18036b264e76a09b9dc6d94168fa
DIST ebuildtester-44.tar.gz 23982 BLAKE2B 96ebdaa1278068d83805b3d9b86b0191ded2028dc042c3ed5dbd22cee38831f07f8a69a3e9ba955d189b64b20b17669f2587ab259cf4f80b490a055bbbf98053 SHA512 a391821999fe3b559dddb6bda326e25d8b64e59330b87fe7f0453aefcf4145720d72bde562d791c147b7a9c3901a676a7184db3b8ce1c8b5f8923ca3473b09ef
DIST ebuildtester-47.tar.gz 82139 BLAKE2B d3273116234a60e028c1a3127c73a3ce7bc04f7aada484066982d96aad73dac5d76c4c49afca14694e9cf34a8993d6419b92da0135ab7528adcdd1c55660239a SHA512 064a21471ffe27c479059f8906e53c52e9e6e689920d57c2669527abf6a3dd9cae7b4b9e2d1e734b3c5668606e26a0d1f20ce1b4166b1265887dfae91be1cdd5
diff --git a/dev-util/ebuildtester/ebuildtester-42-r3.ebuild b/dev-util/ebuildtester/ebuildtester-42-r3.ebuild
deleted file mode 100644
index f15cf5a0fb54..000000000000
--- a/dev-util/ebuildtester/ebuildtester-42-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container"
-HOMEPAGE="https://ebuildtester.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-containers/docker
- app-containers/docker-cli
- sys-fs/fuse
-"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests unittest
-
-src_install() {
- distutils-r1_src_install
- newbashcomp "${PN}.bash-completion" "${PN}"
-}
next reply other threads:[~2025-07-11 0:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 0:00 Nicolas Bock [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-11 0:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/ebuildtester/ Nicolas Bock
2025-03-27 19:09 Sam James
2024-07-06 8:42 Florian Schmaus
2024-07-06 8:42 Florian Schmaus
2024-07-06 8:42 Florian Schmaus
2024-03-21 3:01 Sam James
2024-03-21 3:01 Sam James
2023-11-22 11:12 Ulrich Müller
2023-11-22 11:12 Ulrich Müller
2023-03-07 22:50 Nicolas Bock
2022-06-23 9:24 Nicolas Bock
2022-06-21 16:56 Nicolas Bock
2022-05-23 18:37 Nicolas Bock
2022-05-23 16:17 Nicolas Bock
2022-05-17 3:13 Nicolas Bock
2022-03-21 17:31 Nicolas Bock
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=1752191817.7f88cb980060ac90c89e961a7da10c0d182e295e.nicolasbock@gentoo \
--to=nicolasbock@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