public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcraft-tools/
Date: Tue, 28 Jan 2025 12:15:56 +0000 (UTC)	[thread overview]
Message-ID: <1738064741.d3cc15bca05aa7494b47c81b20c7cf4f9fa7f048.sam@gentoo> (raw)

commit:     d3cc15bca05aa7494b47c81b20c7cf4f9fa7f048
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 11:45:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 11:45:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cc15bc

sys-apps/pkgcraft-tools: add 0.0.23

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/pkgcraft-tools/Manifest                                   | 1 +
 .../{pkgcraft-tools-9999.ebuild => pkgcraft-tools-0.0.23.ebuild}   | 7 ++++++-
 sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild                 | 7 ++++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pkgcraft-tools/Manifest b/sys-apps/pkgcraft-tools/Manifest
index f10437c3c20a..2d90c23428aa 100644
--- a/sys-apps/pkgcraft-tools/Manifest
+++ b/sys-apps/pkgcraft-tools/Manifest
@@ -2,3 +2,4 @@ DIST pkgcraft-tools-0.0.17.tar.xz 20947804 BLAKE2B d574536965680ff5b41848a36e2fa
 DIST pkgcraft-tools-0.0.19.tar.xz 20944764 BLAKE2B f7584359f1f3b853b11186eee7f2a2a189e94540d8efbe27d1f624a42d30a03e834ad585b91247f8796676869ff51539ed67ed254437891407eacb1331785599 SHA512 7a4421568693496c2a5185bdf7430cc7f8c2739a2a47512cf31c2696f4f3c7faf1f4d9f523ae4685daa5a14de6f812a3320f24522765ae6004829ec357a9bb8c
 DIST pkgcraft-tools-0.0.21.tar.xz 30344180 BLAKE2B cdbe238ca7b69b25e4abb57594f1c5e837b3bf18a5057005f9e4455e53cd9c7320b34bbef922b96a718e65b28d478d92e3f124e39ad6db86e9e6f0b261e0bbd8 SHA512 4e7e4f3109b53c74e0974968c6839c115da2ea57985c45b44b7e99ca7ef7b79739aa36c7bc57159a78ec65bbea71471fa64c52aa3fd6a612d1b9915f0d3ea51e
 DIST pkgcraft-tools-0.0.22.tar.xz 30423796 BLAKE2B 629aa46a6d11deda0115837b711868956d5d8eb504437c5811feb248c8dd05b494bb2fc610041ba3b8a6a9fd892e576ec58a17f0e67c645114f9cfaed88135ab SHA512 53bde64ff94c23c7f4c149843573fba7a294869fa486631a1cac46fe9dc3560d4fe337d6b242b2709106f6a5da798718a8244349bd058de92856c6d7c0b457ad
+DIST pkgcraft-tools-0.0.23.tar.xz 31798292 BLAKE2B 04b858acd0b452c60d2149c21026ba991c70a85d8efe5ce444a3cff07ebbfa1c3713da96c70c3f49f660669b219d87897daba6bd9024dff6d3dd6e2f885d9e3e SHA512 0fec5a93a29ef87a651ce8b36421027f9b2668bd93b09437923bf83c37ca21eb579d000aee1bbe176ff00d3e95d0dd95d024d0acd3636b110746de38984e40a7

diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.23.ebuild
similarity index 86%
copy from sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild
copy to sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.23.ebuild
index c5968bc757d6..46bbd7606e55 100644
--- a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild
+++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.23.ebuild
@@ -57,7 +57,12 @@ src_unpack() {
 src_test() {
 	unset CLICOLOR CLICOLOR_FORCE
 
-	edo ${CARGO} nextest run $(usev !debug '--release') --color always --all-features --tests
+	# pkg::env::current_dir is likely sensitive to ebuild env
+	edo ${CARGO} nextest run $(usev !debug '--release') \
+		--color always \
+		--all-features \
+		--tests \
+		-- --skip pkg::env::current_dir
 }
 
 src_install() {

diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild
index c5968bc757d6..46bbd7606e55 100644
--- a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild
+++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild
@@ -57,7 +57,12 @@ src_unpack() {
 src_test() {
 	unset CLICOLOR CLICOLOR_FORCE
 
-	edo ${CARGO} nextest run $(usev !debug '--release') --color always --all-features --tests
+	# pkg::env::current_dir is likely sensitive to ebuild env
+	edo ${CARGO} nextest run $(usev !debug '--release') \
+		--color always \
+		--all-features \
+		--tests \
+		-- --skip pkg::env::current_dir
 }
 
 src_install() {


             reply	other threads:[~2025-01-28 12:16 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 12:15 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29 17:28 [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcraft-tools/ Sam James
2025-04-24 19:31 Arthur Zamarin
2025-04-24 19:30 Arthur Zamarin
2025-04-24 19:30 Arthur Zamarin
2025-04-24 15:30 Sam James
2025-04-04 19:24 Sam James
2025-03-24  2:29 Sam James
2025-03-19 10:00 Arthur Zamarin
2025-03-03 17:19 Sam James
2025-03-03 17:19 Sam James
2025-01-28 12:21 Sam James
2025-01-14  4:53 Sam James
2024-12-31 22:31 Sam James
2024-12-07  2:15 Sam James
2024-12-07  2:12 Sam James
2024-11-21 18:19 Sam James
2024-08-14 20:07 Sam James
2024-06-23  1:13 Sam James
2024-03-02  1:29 Sam James
2024-02-16  1:26 Sam James
2024-02-02  4:33 Sam James
2023-11-12  4:24 Sam James
2023-09-30  0:44 Sam James
2023-09-29  9:12 Sam James
2023-09-25  4:05 Sam James
2023-09-06 19:43 Sam James
2023-06-23 20:28 Sam James
2023-06-23 20:28 Sam James
2023-06-17 22:47 Sam James
2023-06-11 15:46 Sam James
2023-06-10 17:51 Sam James
2023-06-10 17:27 Sam James
2023-06-10 13:22 Sam James
2023-06-10 13:18 Sam James

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=1738064741.d3cc15bca05aa7494b47c81b20c7cf4f9fa7f048.sam@gentoo \
    --to=sam@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