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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FB7515817D for ; Wed, 12 Jun 2024 15:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71AB02BC05E; Wed, 12 Jun 2024 15:49:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3F34E2BC05E for ; Wed, 12 Jun 2024 15:49:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1939033BE26 for ; Wed, 12 Jun 2024 15:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF7F119 for ; Wed, 12 Jun 2024 15:49:21 +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: <1718207090.a6b9b24fe2b0e768aee8dfb053d6d519938765b1.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tokei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/tokei/tokei-12.1.1.ebuild dev-util/tokei/tokei-12.1.2.ebuild X-VCS-Directories: dev-util/tokei/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: a6b9b24fe2b0e768aee8dfb053d6d519938765b1 X-VCS-Branch: dev Date: Wed, 12 Jun 2024 15:49:21 +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: 21a6ec3b-aeb2-48cf-90a2-d11c11b109fb X-Archives-Hash: fa34fcc8d1984b9138c998f63f9caac0 commit: a6b9b24fe2b0e768aee8dfb053d6d519938765b1 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 12 15:44:50 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 12 15:44:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6b9b24f dev-util/tokei: update EAPI 7 -> 8 Remove ${PN} from SRC_URI Use cargo_src_configure to propagate `--features all` to all cargo* functions Signed-off-by: Lucio Sauer posteo.net> dev-util/tokei/tokei-12.1.1.ebuild | 11 +++++------ dev-util/tokei/tokei-12.1.2.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index cf6352ec5..9ed1d21a1 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -3,7 +3,7 @@ # Auto-Generated by cargo-ebuild 0.3.1 -EAPI=7 +EAPI=8 CRATES=" ahash@0.3.8 @@ -167,7 +167,7 @@ inherit cargo DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" -SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" @@ -176,12 +176,11 @@ KEYWORDS="~amd64 ~x86" QA_FLAGS_IGNORED="usr/bin/tokei" -src_compile() { - cargo_src_compile --features all +src_configure() { + cargo_src_configure --features all } src_install() { - cargo_src_install --features all - + cargo_src_install dodoc CHANGELOG.md README.md tokei.example.toml } diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index 6867e81d0..c6eecfcec 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -3,7 +3,7 @@ # Auto-Generated by cargo-ebuild 0.3.1 -EAPI=7 +EAPI=8 CRATES=" aho-corasick@0.7.15 @@ -163,7 +163,7 @@ inherit cargo DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" -SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" @@ -172,12 +172,11 @@ KEYWORDS="~amd64 ~x86" QA_FLAGS_IGNORED="usr/bin/tokei" -src_compile() { - cargo_src_compile --features all +src_configure() { + cargo_src_configure --features all } src_install() { - cargo_src_install --features all - + cargo_src_install dodoc CHANGELOG.md README.md tokei.example.toml }