sys-fs/dua-cli: drop 2.31.0

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2025-09-15 10:03:20 +02:00
parent 5aa4fd8ec2
commit e99fa4ee59
2 changed files with 0 additions and 34 deletions

View File

@@ -1,4 +1,2 @@
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
DIST dua-cli-2.32.0-crates.tar.xz 22460420 BLAKE2B 1644e712e095dae6c3aec5f67ee15cf931b03b47f6de42e6d97d25a72c7d893b603ec877018c3fd470bad9420f9168112255a0e1fc6e4aed45ca6d4eb087d935 SHA512 36c028f765e7d9756c82bf1a167bcf6b0328b2cbeb599a9db4d245758dde0e6bb4d9bf1e8134dbf140f2cb3ca3db7ab1d742c7ff9dfb02482dbcd0d37458d452
DIST dua-cli-2.32.0.tar.gz 143475 BLAKE2B b6ba23cbd28a3925fe0a5cdb6cf757bd122d3b4cd26992c2e6a023a58a85522c63bd03e9942e159ab8a0cd066f35e7d4edc95b49e75daa234b61b9e6c16038ef SHA512 76d19f8ae1dd878a94db170cd91f7f1a92aa3b429535ba61a4144179ca9b5286ff9409c8d7f9b90a3b1158061a9a41c5ddaae0a1ebbc2af108e247e3cda994be

View File

@@ -1,32 +0,0 @@
# 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[@]}"
}