From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/svgcleaner/
Date: Wed, 8 May 2024 02:50:29 +0000 (UTC) [thread overview]
Message-ID: <1715136591.08d9df7738146ee659c9a3fecfcdb4d2d9882c69.watermanpaint@gentoo> (raw)
commit: 08d9df7738146ee659c9a3fecfcdb4d2d9882c69
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 8 02:49:51 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed May 8 02:49:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08d9df77
media-gfx/svgcleaner: speed up cargo SRC_URI generation
fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild | 47 ++++++++++++++--------------
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild b/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
index cc7670b25b..2350be332d 100644
--- a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
+++ b/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.1.5
@@ -6,26 +6,26 @@
EAPI=7
CRATES="
-bitflags-1.0.1
-cfg-if-0.1.2
-clap-2.31.2
-error-chain-0.11.0
-fern-0.5.5
-float-cmp-0.3.0
-log-0.4.1
-num-0.1.42
-num-integer-0.1.36
-num-iter-0.1.35
-num-traits-0.2.2
-phf-0.7.21
-phf_shared-0.7.21
-simplecss-0.1.0
-siphasher-0.2.2
-svgdom-0.10.5
-svgparser-0.6.4
-textwrap-0.9.0
-unicode-width-0.1.4
-xmlparser-0.1.2
+bitflags@1.0.1
+cfg-if@0.1.2
+clap@2.31.2
+error-chain@0.11.0
+fern@0.5.5
+float-cmp@0.3.0
+log@0.4.1
+num@0.1.42
+num-integer@0.1.36
+num-iter@0.1.35
+num-traits@0.2.2
+phf@0.7.21
+phf_shared@0.7.21
+simplecss@0.1.0
+siphasher@0.2.2
+svgdom@0.10.5
+svgparser@0.6.4
+textwrap@0.9.0
+unicode-width@0.1.4
+xmlparser@0.1.2
"
inherit cargo
@@ -33,12 +33,11 @@ inherit cargo
DESCRIPTION="svgcleaner could help you to clean up your SVG files from the unnecessary data."
HOMEPAGE="https://github.com/RazrFalcon/svgcleaner"
SRC_URI="https://github.com/RazrFalcon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- $(cargo_crate_uris ${CRATES})"
-RESTRICT="mirror"
+ ${CARGO_CRATE_URIS}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-
+RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/svgcleaner"
next reply other threads:[~2024-05-08 2:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-08 2:50 Lucio Sauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 16:10 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/svgcleaner/ Viorel Munteanu
2024-06-12 16:00 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2021-04-07 18:03 YOSHIOKA Takuma
2020-04-10 16:24 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=1715136591.08d9df7738146ee659c9a3fecfcdb4d2d9882c69.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