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:dev commit in: sys-apps/hex/
Date: Tue, 14 May 2024 23:30:18 +0000 (UTC)	[thread overview]
Message-ID: <1715729262.b41084798596ef12a11d449cd55d3bdba5886738.watermanpaint@gentoo> (raw)

commit:     b41084798596ef12a11d449cd55d3bdba5886738
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue May 14 23:15:04 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue May 14 23:27:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4108479

sys-apps/hex: speed up cargo SRC_URI generation

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 sys-apps/hex/hex-0.4.2.ebuild | 57 ++++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

diff --git a/sys-apps/hex/hex-0.4.2.ebuild b/sys-apps/hex/hex-0.4.2.ebuild
index a17b1d1bfc..4b765bcc50 100644
--- a/sys-apps/hex/hex-0.4.2.ebuild
+++ b/sys-apps/hex/hex-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.4.0
@@ -6,39 +6,40 @@
 EAPI=8
 
 CRATES="
-	ansi_term-0.11.0
-	ansi_term-0.12.1
-	assert_cmd-1.0.1
-	atty-0.2.11
-	bitflags-1.0.4
-	clap-2.33.3
-	difference-2.0.0
-	doc-comment-0.3.3
-	libc-0.2.47
-	no_color-0.1.0
-	predicates-1.0.5
-	predicates-core-1.0.0
-	predicates-tree-1.0.0
-	redox_syscall-0.1.50
-	redox_termios-0.1.1
-	strsim-0.8.0
-	termion-1.5.1
-	textwrap-0.11.0
-	treeline-0.1.0
-	unicode-width-0.1.5
-	vec_map-0.8.1
-	wait-timeout-0.2.0
-	winapi-0.3.6
-	winapi-i686-pc-windows-gnu-0.4.0
-	winapi-x86_64-pc-windows-gnu-0.4.0
+	ansi_term@0.11.0
+	ansi_term@0.12.1
+	assert_cmd@1.0.1
+	atty@0.2.11
+	bitflags@1.0.4
+	clap@2.33.3
+	difference@2.0.0
+	doc-comment@0.3.3
+	libc@0.2.47
+	no_color@0.1.0
+	predicates@1.0.5
+	predicates-core@1.0.0
+	predicates-tree@1.0.0
+	redox_syscall@0.1.50
+	redox_termios@0.1.1
+	strsim@0.8.0
+	termion@1.5.1
+	textwrap@0.11.0
+	treeline@0.1.0
+	unicode-width@0.1.5
+	vec_map@0.8.1
+	wait-timeout@0.2.0
+	winapi@0.3.6
+	winapi-i686-pc-windows-gnu@0.4.0
+	winapi-x86_64-pc-windows-gnu@0.4.0
 "
 
 inherit cargo
 
 DESCRIPTION="Futuristic take on hexdump"
 HOMEPAGE="https://github.com/sitkevij/hex"
-SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" $(cargo_crate_uris)"
+SRC_URI="https://github.com/sitkevij/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	${CARGO_CRATE_URIS}
+"
 # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored.
 RESTRICT="mirror"
 LICENSE="MIT"


             reply	other threads:[~2024-05-14 23:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 23:30 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 23:30 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hex/ Lucio Sauer
2024-01-03 16:15 YOSHIOKA Takuma
2024-01-03 16:15 YOSHIOKA Takuma
2023-12-05 19:49 YOSHIOKA Takuma
2023-12-05 19:49 YOSHIOKA Takuma
2021-08-28 22:07 YOSHIOKA Takuma
2021-04-07 18:03 YOSHIOKA Takuma
2021-02-23 19:22 YOSHIOKA Takuma
2020-12-04  8:20 YOSHIOKA Takuma
2020-12-04  5:54 Theo Anderson
2020-12-04  5:54 Theo Anderson
2020-11-09 18:23 YOSHIOKA Takuma
2020-11-06 19:25 YOSHIOKA Takuma
2020-09-13 11:26 YOSHIOKA Takuma
2020-04-10 14:46 YOSHIOKA Takuma

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=1715729262.b41084798596ef12a11d449cd55d3bdba5886738.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