From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dua-cli/
Date: Mon, 04 Aug 2025 05:15:24 +0000 (UTC) [thread overview]
Message-ID: <1754284457.86fd2463bdb56f873cf94c2c7b55ec9dca708810.freijon@gentoo> (raw)
commit: 86fd2463bdb56f873cf94c2c7b55ec9dca708810
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Aug 4 04:38:49 2025 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Mon Aug 4 05:14:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86fd2463
sys-fs/dua-cli: add 2.31.0
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
sys-fs/dua-cli/Manifest | 2 ++
sys-fs/dua-cli/dua-cli-2.31.0.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sys-fs/dua-cli/Manifest b/sys-fs/dua-cli/Manifest
index f378e5b15b..03e034606d 100644
--- a/sys-fs/dua-cli/Manifest
+++ b/sys-fs/dua-cli/Manifest
@@ -1,2 +1,4 @@
DIST dua-cli-2.30.1-crates.tar.xz 23004240 BLAKE2B 2eb424628b92c32161f8cc1b1116647b2e4580a81fa7c21f57416b4bed1dbe397a4a3f3df2ff3d11df983c6cfce53df375a5093b7681f4d63d5cd6af01909b3e SHA512 6b6846c5ff0588a29042e53f243e64b1b297ebdffce910683c0f4245aa28b4c90f0201ef4a969a2d4cc94b350f5dd8264964938a3934927bb140bd57f369192a
DIST dua-cli-2.30.1.tar.gz 141198 BLAKE2B f6aeebbdacfe991e8ac84b615e6581748768e416c558e553b3cdcd1fdff6bbdeea4626113e360314de60a1f3ef420d9bb883518f25115f082a7aebb58dc61d19 SHA512 7a429272551a1271452e1b08f6361ec34f112b593415346bd662ba38f0cfd63d16b0b6a24a14f27390b3da3c839cc86280f7ef9b0cd5ee3c569be6a530bd2f16
+DIST dua-cli-2.31.0-crates.tar.xz 22357312 BLAKE2B 5656cfcd7cbf16dd5461260831409060956e8e45c525ee8117ea33f2d474d83a112f84c3108ad0b30dbf71d926612b4a3d20c2cdfce3db222ff64fa27ed607a8 SHA512 736969210f3bd2af2582c6f8a90c2bb9dde312eea8e79fa0b80fc8334143f086668bf1d421dbcdccf6323f6f9577c5bf0b0f50b7086e58aa5e9fc1993eab1a9f
+DIST dua-cli-2.31.0.tar.gz 142610 BLAKE2B 88e548c6fcc2fc247b3444c94f9f9e440d2685e47ccc2e8b6673656afcfab9004277e09f4db2965ea274d61afa5b8059826a9a9e0cad3f5b46b47a61283444fb SHA512 f2031b95d6a0eee191719251d72799a316a9828deb81900acb80d848e0ab832a36bb3679e6b6498d5bf38b8ce0f8e4f72f66f715c211320ecae66b5b3a3e2365
diff --git a/sys-fs/dua-cli/dua-cli-2.31.0.ebuild b/sys-fs/dua-cli/dua-cli-2.31.0.ebuild
new file mode 100644
index 0000000000..f167bbc85e
--- /dev/null
+++ b/sys-fs/dua-cli/dua-cli-2.31.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES=""
+
+inherit cargo
+
+DESCRIPTION="A tool to conveniently learn about the disk usage of directories, fast!"
+HOMEPAGE="https://github.com/Byron/dua-cli"
+SRC_URI="https://github.com/Byron/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+=" MIT Unicode-DFS-2016"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_FLAGS_IGNORED="usr/bin/dua"
+
+DOCS=(
+ README.md
+ CHANGELOG.md
+)
+
+src_install() {
+ cargo_src_install
+ dodoc -r "${DOCS[@]}"
+}
next reply other threads:[~2025-08-04 5:15 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-04 5:15 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-15 8:04 [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dua-cli/ Jonas Frei
2025-09-15 8:04 Jonas Frei
2025-08-04 5:15 Jonas Frei
2025-05-13 18:37 Jonas Frei
2025-05-13 18:37 Jonas Frei
2025-01-28 18:10 Jonas Frei
2025-01-28 18:10 Jonas Frei
2024-11-04 5:03 Jonas Frei
2024-11-04 5:03 Jonas Frei
2024-08-12 4:23 Jonas Frei
2024-08-12 4:23 Jonas Frei
2024-03-24 7:47 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-04 10:49 Jonas Frei
2024-01-04 10:49 Jonas Frei
2023-12-12 19:32 Jonas Frei
2023-12-12 19:32 Jonas Frei
2023-12-10 12:43 Jonas Frei
2023-12-10 12:43 Jonas Frei
2023-12-06 11:53 Jonas Frei
2023-11-22 4:20 Jonas Frei
2023-11-22 4:20 Jonas Frei
2023-06-02 18:06 Jonas Frei
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=1754284457.86fd2463bdb56f873cf94c2c7b55ec9dca708810.freijon@gentoo \
--to=freijon@pm.me \
--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