From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49E08158064 for ; Wed, 8 May 2024 02:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76E062BC015; Wed, 8 May 2024 02:50:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51FC62BC015 for ; Wed, 8 May 2024 02:50:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F63335C31 for ; Wed, 8 May 2024 02:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70981695 for ; Wed, 8 May 2024 02:50:29 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1715136591.08d9df7738146ee659c9a3fecfcdb4d2d9882c69.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/svgcleaner/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild X-VCS-Directories: media-gfx/svgcleaner/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 08d9df7738146ee659c9a3fecfcdb4d2d9882c69 X-VCS-Branch: dev Date: Wed, 8 May 2024 02:50:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 849519ec-dd1b-4a55-83f3-830e1f92ce51 X-Archives-Hash: eab4720f8cff7ba67b93515d886463f2 commit: 08d9df7738146ee659c9a3fecfcdb4d2d9882c69 Author: Lucio Sauer posteo net> AuthorDate: Wed May 8 02:49:51 2024 +0000 Commit: Lucio Sauer posteo 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 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"