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: dev-libs/dmd_core/
Date: Wed, 12 Jun 2024 15:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1718204853.692477967d510d0a6ce0d5754bcfa031c00dc7fc.watermanpaint@gentoo> (raw)

commit:     692477967d510d0a6ce0d5754bcfa031c00dc7fc
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun 12 14:49:24 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jun 12 15:07:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69247796

dev-libs/dmd_core: speed up cargo SRC_URI generation

ac817be5fd5756bcd017e41321cf5731cd291c54 introduced the @ separator for
crates and ${CARGO_CRATE_URIS} to speed up SRC_URI generation.

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

 dev-libs/dmd_core/dmd_core-0.6.2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
index 88f107017..6ce331a76 100644
--- a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
+++ b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
@@ -4,8 +4,8 @@
 EAPI=8
 
 CRATES="
-lazy_static-1.4.0
-libc-0.2.103
+lazy_static@1.4.0
+libc@0.2.103
 "
 
 inherit cargo toolchain-funcs
@@ -13,7 +13,8 @@ inherit cargo toolchain-funcs
 DESCRIPTION="Core logic for an AT&T / Teletype DMD 5620 terminal emulator"
 HOMEPAGE="https://github.com/sethm/dmd_core"
 SRC_URI="https://github.com/sethm/dmd_core/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	$(cargo_crate_uris ${CRATES})"
+	${CARGO_CRATE_URIS}
+"
 
 LICENSE="MIT"
 SLOT="0"


             reply	other threads:[~2024-06-12 15:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12 15:08 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13  5:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/dmd_core/ Vladislav Dudar
2024-07-13  4:54 Vladislav Dudar
2024-06-12 15:08 Lucio Sauer
2024-06-12 15:08 Lucio Sauer
2024-06-12 15:08 Lucio Sauer
2024-06-12 15:08 Lucio Sauer
2021-10-28 18:21 Vladislav Dudar

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=1718204853.692477967d510d0a6ce0d5754bcfa031c00dc7fc.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