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: dev-util/pkgcruft/
Date: Tue, 31 Dec 2024 22:31:19 +0000 (UTC)	[thread overview]
Message-ID: <1735684255.07f35dbde128edda49efbbbce4357441bde3e65e.sam@gentoo> (raw)

commit:     07f35dbde128edda49efbbbce4357441bde3e65e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 22:17:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
+}


             reply	other threads:[~2024-12-31 22:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-31 22:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-04 19:24 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/ Sam James
2025-03-24  2:29 Sam James
2025-03-03 17:21 Sam James
2025-03-03 17:19 Sam James
2025-03-03 17:19 Sam James
2025-01-28 12:15 Sam James
2025-01-15 12:50 Florian Schmaus
2025-01-14  4:53 Sam James
2025-01-14  4:53 Sam James
2025-01-06  4:23 Sam James
2024-12-09  9:33 Florian Schmaus
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-02-16  1:26 Sam James
2024-02-06  1:09 Sam James
2024-02-06  0:36 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=1735684255.07f35dbde128edda49efbbbce4357441bde3e65e.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