From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFE4015812D for ; Tue, 31 Dec 2024 22:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDBDFE041F; Tue, 31 Dec 2024 22:31:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2555E041F for ; Tue, 31 Dec 2024 22:31:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D3F133BF08 for ; Tue, 31 Dec 2024 22:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB921732 for ; Tue, 31 Dec 2024 22:31:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735684255.07f35dbde128edda49efbbbce4357441bde3e65e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcruft/Manifest dev-util/pkgcruft/pkgcruft-0.0.8.ebuild dev-util/pkgcruft/pkgcruft-9999.ebuild X-VCS-Directories: dev-util/pkgcruft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07f35dbde128edda49efbbbce4357441bde3e65e X-VCS-Branch: master Date: Tue, 31 Dec 2024 22:31:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0ae0ad7-bf58-42e8-b1bb-73b7655ac297 X-Archives-Hash: 6eeaa87d6a32355f0007c8df1754bcc6 commit: 07f35dbde128edda49efbbbce4357441bde3e65e Author: Sam James gentoo org> AuthorDate: Tue Dec 31 22:17:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 31 22:30:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f35dbd dev-util/pkgcruft: add 0.0.8 Some of the tests fail but I'm curious as to if the tinderboxes can hit it or not. Bug: https://bugs.gentoo.org/946336 Signed-off-by: Sam James gentoo.org> dev-util/pkgcruft/Manifest | 1 + .../pkgcruft/{pkgcruft-9999.ebuild => pkgcruft-0.0.8.ebuild} | 12 +++++++++++- dev-util/pkgcruft/pkgcruft-9999.ebuild | 12 +++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgcruft/Manifest b/dev-util/pkgcruft/Manifest index c73196e75fe5..1bee93613f44 100644 --- a/dev-util/pkgcruft/Manifest +++ b/dev-util/pkgcruft/Manifest @@ -1,2 +1,3 @@ DIST pkgcruft-0.0.4.tar.xz 24507420 BLAKE2B 89e127bd6f22686c4e0335817ed050bf3edcd8b0247a372531ab5daf020e526721d6e10080c8e1230026d87762e769535187d30a9ff86bbfe4c2f1865a322324 SHA512 464eef7c19313e97eac59367e286181c441e04a76deaa75f551b3866da5dcdb7bfa7703552143b6b32afee5beac85df72af48fe627f8a3838cb823f672f50d84 DIST pkgcruft-0.0.6.tar.xz 24528884 BLAKE2B 88b476920661076dbe70bd0ba0fd84d355dc77d579496702c43f8e55384ea6dce3fe305ef861ecc5c4bcd4e1046d8b672ce1ca0dbc83c7560191c1818761e63a SHA512 f978e1d398c00580990a8026ea6cec5d32825e2e0e831ea059462a3a808899b7a94064bcc91ee6901f55d1085641ccb96211603cac3a30e32a8567706f339fd1 +DIST pkgcruft-0.0.8.tar.xz 30828500 BLAKE2B 1e20bd2029d03f56d7454daccbf06e327a5f95b56dbec52c12713f3b32b3423aac89d40c6bb7a0677b5977a06bb2a708bcea669056d78664f605278a0253c82e SHA512 4f791b2d1570fd0b68ca16cd4dd129b6fcfec825a748e2bf80c731eb2f70689ca515b640ca2f65c61673b0d5b766eae64ecbff05e8ad629b65ed38cf43590820 diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-0.0.8.ebuild similarity index 83% copy from dev-util/pkgcruft/pkgcruft-9999.ebuild copy to dev-util/pkgcruft/pkgcruft-0.0.8.ebuild index b1c203f323ec..85344d2bb45f 100644 --- a/dev-util/pkgcruft/pkgcruft-9999.ebuild +++ b/dev-util/pkgcruft/pkgcruft-0.0.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 CRATES=" " RUST_MIN_VER="1.82.0" -inherit cargo edo flag-o-matic toolchain-funcs +inherit cargo edo flag-o-matic shell-completion toolchain-funcs DESCRIPTION="QA library and tools based on pkgcraft" HOMEPAGE="https://pkgcraft.github.io/" @@ -59,5 +59,15 @@ src_compile() { } src_test() { + unset CLICOLOR CLICOLOR_FORCE + edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests } + +src_install() { + cargo_src_install + + newbashcomp shell/pkgcruft.bash ${PN} + dozshcomp shell/_pkgcruft + dofishcomp shell/pkgcruft.fish +} diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-9999.ebuild index b1c203f323ec..85344d2bb45f 100644 --- a/dev-util/pkgcruft/pkgcruft-9999.ebuild +++ b/dev-util/pkgcruft/pkgcruft-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 CRATES=" " RUST_MIN_VER="1.82.0" -inherit cargo edo flag-o-matic toolchain-funcs +inherit cargo edo flag-o-matic shell-completion toolchain-funcs DESCRIPTION="QA library and tools based on pkgcraft" HOMEPAGE="https://pkgcraft.github.io/" @@ -59,5 +59,15 @@ src_compile() { } src_test() { + unset CLICOLOR CLICOLOR_FORCE + edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests } + +src_install() { + cargo_src_install + + newbashcomp shell/pkgcruft.bash ${PN} + dozshcomp shell/_pkgcruft + dofishcomp shell/pkgcruft.fish +}