From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/
Date: Thu, 21 Nov 2024 18:19:55 +0000 (UTC) [thread overview]
Message-ID: <1732213174.1b8cc5997f6651a57046e05007114b6c8ef7adc3.sam@gentoo> (raw)
commit: 1b8cc5997f6651a57046e05007114b6c8ef7adc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 18:16:52 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 18:19:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8cc599
dev-util/pkgcruft: add 0.0.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/pkgcruft/Manifest | 1 +
dev-util/pkgcruft/{pkgcruft-9999.ebuild => pkgcruft-0.0.4.ebuild} | 7 +++++--
dev-util/pkgcruft/pkgcruft-9999.ebuild | 7 +++++--
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/dev-util/pkgcruft/Manifest b/dev-util/pkgcruft/Manifest
index 7a749b04220d..1902006291c1 100644
--- a/dev-util/pkgcruft/Manifest
+++ b/dev-util/pkgcruft/Manifest
@@ -1,3 +1,4 @@
DIST pkgcruft-0.0.1.tar.xz 30144864 BLAKE2B af309ac7199640e1ee058ba9206c09ce7a054016f515d99763c40399ed8487807c908f5a5fbabc187ee88f2690cbdaa91c8b374732949b1e03334418140de65b SHA512 d02c91b7683f930eff99fa0cca01f7008c6a8808c25439a880928dc1a680f99a72f76a571bf3ec48f17a1ab337007679384993325b53a9efad1ff4ce59b382cd
DIST pkgcruft-0.0.2.tar.xz 24861352 BLAKE2B d3e206d97c8e877727a8a659a0d59ee6a62f5a817b74143a2e68861e21023439f0b3dcf9f218da98cabe02c156949a1d1adf1a28ff3daff90da3b581458e42dc SHA512 9734413f2142b01c22ecb708ebc63109c0ce09d00e96ba4ce7d3e34e5e02699a1061bfb852e33654e834a7c403d575470b3e8715dc31184557be0b6f9f8bda1b
DIST pkgcruft-0.0.3.tar.xz 24564836 BLAKE2B 6219898b0402e34f4d595cee26c2d659572009fb1367ede64885a98af523bac5cb1f82e49f809e82dc03a19363c135ac273ee237516505ff46b860968d88df58 SHA512 f593bd621c0caee469d89af12983e222ca5d191b0c64e3516eaa0ad6d6459a8cb89b75f5cdcfe7e44960c2518a3d3b69a7ba58f730d14f9d986e398ea16ba1a5
+DIST pkgcruft-0.0.4.tar.xz 24507420 BLAKE2B 89e127bd6f22686c4e0335817ed050bf3edcd8b0247a372531ab5daf020e526721d6e10080c8e1230026d87762e769535187d30a9ff86bbfe4c2f1865a322324 SHA512 464eef7c19313e97eac59367e286181c441e04a76deaa75f551b3866da5dcdb7bfa7703552143b6b32afee5beac85df72af48fe627f8a3838cb823f672f50d84
diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild
similarity index 86%
copy from dev-util/pkgcruft/pkgcruft-9999.ebuild
copy to dev-util/pkgcruft/pkgcruft-0.0.4.ebuild
index 79a063178dbe..093d941ef7b2 100644
--- a/dev-util/pkgcruft/pkgcruft-9999.ebuild
+++ b/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild
@@ -4,9 +4,9 @@
EAPI=8
CRATES=" "
-RUST_MIN_VER="1.76.0"
+RUST_MIN_VER="1.80.0"
-inherit cargo edo toolchain-funcs
+inherit cargo edo flag-o-matic toolchain-funcs
DESCRIPTION="QA library and tools based on pkgcraft"
HOMEPAGE="https://pkgcraft.github.io/"
@@ -52,6 +52,9 @@ src_compile() {
# For scallop building bash
tc-export AR CC
+ # scallop uses modified bash-5.2 which relies on unprotoyped functions
+ append-cflags -std=gnu17
+
cargo_src_compile
}
diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-9999.ebuild
index 79a063178dbe..093d941ef7b2 100644
--- a/dev-util/pkgcruft/pkgcruft-9999.ebuild
+++ b/dev-util/pkgcruft/pkgcruft-9999.ebuild
@@ -4,9 +4,9 @@
EAPI=8
CRATES=" "
-RUST_MIN_VER="1.76.0"
+RUST_MIN_VER="1.80.0"
-inherit cargo edo toolchain-funcs
+inherit cargo edo flag-o-matic toolchain-funcs
DESCRIPTION="QA library and tools based on pkgcraft"
HOMEPAGE="https://pkgcraft.github.io/"
@@ -52,6 +52,9 @@ src_compile() {
# For scallop building bash
tc-export AR CC
+ # scallop uses modified bash-5.2 which relies on unprotoyped functions
+ append-cflags -std=gnu17
+
cargo_src_compile
}
next reply other threads:[~2024-11-21 18:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-21 18:19 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: dev-util/pkgcruft/ Sam James
2025-04-24 19:38 Sam James
2025-04-24 15:30 Sam James
2025-04-04 19:24 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-31 22:31 Sam James
2024-12-09 9:33 Florian Schmaus
2024-12-07 2:15 Sam James
2024-12-07 2:12 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=1732213174.1b8cc5997f6651a57046e05007114b6c8ef7adc3.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