From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tokei/
Date: Wed, 12 Jun 2024 15:49:21 +0000 (UTC) [thread overview]
Message-ID: <1718207090.a6b9b24fe2b0e768aee8dfb053d6d519938765b1.watermanpaint@gentoo> (raw)
commit: a6b9b24fe2b0e768aee8dfb053d6d519938765b1
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun 12 15:44:50 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> 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 <watermanpaint <AT> 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
}
next reply other threads:[~2024-06-12 15:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 15:49 Lucio Sauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 15:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tokei/ Lucio Sauer
2024-06-12 15:49 Lucio Sauer
2024-04-28 21:43 Lucio Sauer
2024-04-28 21:43 Lucio Sauer
2021-05-25 8:10 Anna Vyalkova
2021-04-07 18:03 YOSHIOKA Takuma
2021-01-13 3:50 YOSHIOKA Takuma
2020-12-29 20:23 YOSHIOKA Takuma
2020-12-24 20:57 YOSHIOKA Takuma
2020-09-13 11:26 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=1718207090.a6b9b24fe2b0e768aee8dfb053d6d519938765b1.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