public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/
Date: Fri, 22 Nov 2024 08:49:02 +0000 (UTC)	[thread overview]
Message-ID: <1732259852.59fafbc6c4b8c9931bc1a649714ecfbb611d0f5b.watermanpaint@gentoo> (raw)

commit:     59fafbc6c4b8c9931bc1a649714ecfbb611d0f5b
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Fri Nov 22 07:14:09 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Nov 22 07:17:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59fafbc6

dev-build/just: 1.37.0 fix SRC_URI

cargo-ebuild > pycargoebuild

Last bump broke due to pycargoebuild not generating correct crates list.
Despite warnings not to use, cargo-ebuild works perfectly.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 dev-build/just/just-1.37.0.ebuild | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-build/just/just-1.37.0.ebuild b/dev-build/just/just-1.37.0.ebuild
index af35453ae..3b54bdeab 100644
--- a/dev-build/just/just-1.37.0.ebuild
+++ b/dev-build/just/just-1.37.0.ebuild
@@ -9,10 +9,10 @@ CRATES="
 	android_system_properties@0.1.5
 	ansi_term@0.12.1
 	anstream@0.6.18
+	anstyle@1.0.10
 	anstyle-parse@0.2.6
 	anstyle-query@1.1.2
 	anstyle-wincon@3.0.6
-	anstyle@1.0.10
 	arrayref@0.3.9
 	arrayvec@0.7.6
 	autocfg@1.4.0
@@ -45,8 +45,8 @@ CRATES="
 	derive-where@1.2.7
 	diff@0.1.13
 	digest@0.10.7
-	dirs-sys@0.4.1
 	dirs@5.0.1
+	dirs-sys@0.4.1
 	dotenvy@0.15.7
 	edit-distance@2.1.3
 	either@1.13.0
@@ -59,8 +59,8 @@ CRATES="
 	heck@0.5.0
 	hermit-abi@0.3.9
 	home@0.5.9
-	iana-time-zone-haiku@0.1.2
 	iana-time-zone@0.1.61
+	iana-time-zone-haiku@0.1.2
 	is_terminal_polyfill@1.70.1
 	itoa@1.0.13
 	js-sys@0.3.72
@@ -80,17 +80,17 @@ CRATES="
 	ppv-lite86@0.2.20
 	pretty_assertions@1.4.1
 	proc-macro2@1.0.89
-	pulldown-cmark-to-cmark@10.0.4
 	pulldown-cmark@0.9.6
+	pulldown-cmark-to-cmark@10.0.4
 	quote@1.0.37
 	rand@0.8.5
 	rand_chacha@0.3.1
 	rand_core@0.6.4
 	rayon-core@1.12.1
 	redox_users@0.4.6
+	regex@1.11.1
 	regex-automata@0.4.9
 	regex-syntax@0.8.5
-	regex@1.11.1
 	roff@0.2.2
 	rustix@0.38.41
 	rustversion@1.0.18
@@ -103,8 +103,8 @@ CRATES="
 	shellexpand@3.1.0
 	shlex@1.3.0
 	similar@2.6.0
-	snafu-derive@0.8.5
 	snafu@0.8.5
+	snafu-derive@0.8.5
 	strsim@0.11.1
 	strum@0.26.3
 	strum_macros@0.26.4
@@ -113,8 +113,8 @@ CRATES="
 	tempfile@3.14.0
 	temptree@0.2.0
 	terminal_size@0.4.0
-	thiserror-impl@1.0.69
 	thiserror@1.0.69
+	thiserror-impl@1.0.69
 	typed-arena@2.0.2
 	typenum@1.17.0
 	unicase@2.8.0
@@ -126,15 +126,15 @@ CRATES="
 	uuid@1.11.0
 	version_check@0.9.5
 	wasi@0.11.0+wasi-snapshot-preview1
+	wasm-bindgen@0.2.95
 	wasm-bindgen-backend@0.2.95
-	wasm-bindgen-macro-support@0.2.95
 	wasm-bindgen-macro@0.2.95
+	wasm-bindgen-macro-support@0.2.95
 	wasm-bindgen-shared@0.2.95
-	wasm-bindgen@0.2.95
 	which@7.0.0
+	winapi@0.3.9
 	winapi-i686-pc-windows-gnu@0.4.0
 	winapi-x86_64-pc-windows-gnu@0.4.0
-	winapi@0.3.9
 	windows-core@0.52.0
 	windows-sys@0.48.0
 	windows-sys@0.52.0
@@ -158,6 +158,7 @@ CRATES="
 	windows_x86_64_msvc@0.52.6
 	winsafe@0.0.19
 	yansi@1.0.1
+	zerocopy@0.7.35
 	zerocopy-derive@0.7.35
 	zerocopy@0.7.35
 	${PN}@${PV}


             reply	other threads:[~2024-11-22  8:49 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-22  8:49 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 15:00 [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/ Julien Roy
2024-12-12 13:06 David Roman
2024-12-12 13:06 David Roman
2024-11-22 18:32 Julien Roy
2024-11-22  8:49 Lucio Sauer
2024-11-21 10:47 David Roman
2024-11-21 10:47 David Roman
2024-10-08 10:23 David Roman
2024-10-08 10:23 David Roman
2024-08-30 13:16 David Roman
2024-08-30 13:16 David Roman
2024-07-17  8:40 David Roman
2024-07-17  8:40 David Roman
2024-07-15 19:27 Andrew Ammerlaan
2024-06-14 23:09 Julien Roy
2024-06-14 23:09 Julien Roy
2024-06-14 23:09 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-07 23:48 Julien Roy
2024-06-06 10:27 David Roman
2024-06-06 10:27 David Roman
2024-05-25 13:01 Julien Roy
2024-05-14 15:51 Julien Roy
2024-05-14 15:37 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 15:51 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-22 20:52 David Roman
2024-03-12  0:18 Julien Roy
2024-03-12  0:18 Julien Roy
2024-03-08 19:45 David Roman
2024-02-13 16:32 David Roman
2024-02-13 16:32 David Roman

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=1732259852.59fafbc6c4b8c9931bc1a649714ecfbb611d0f5b.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --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