sys-fs/dua-cli: drop 2.32.0

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2025-11-05 05:48:42 +01:00
parent 7c1888d7e9
commit 7619cc3c90
2 changed files with 0 additions and 34 deletions

View File

@@ -1,4 +1,2 @@
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
DIST dua-cli-2.32.2-crates.tar.xz 23873804 BLAKE2B 5f2dc8f63345c0f317a7fd489235d6fdec5164be57aecaaacd0a4888ec268cb4fd18b05552a7856d5defc8b0751429f8c7843a3a8206ba0b2010038d61b63368 SHA512 68ace38537a22aac9b5ddcc28c8aa10894782b57f638a9825bf2181bed86dc1589cf353ac17e6e5a4ba9eee4a0531b06ad749c5dd69ed118ce9c0fbe31236970
DIST dua-cli-2.32.2.tar.gz 144906 BLAKE2B 244b09d82f35dc592ad21d92d6300560afab5dc5556b6be9fb790f7da421bbc712cbba97aa0d5115ef8dd8cf0a9e234b133b8357ea3f7d99731aab8a46fa2332 SHA512 45bbc3fb078d50411f2cd31bb459861ffc5b1d3fbbca9a3c47683a2c344eeecce274eec5ca935e77fe97731afe79c0110c66c80fe446ab48ef57ad6424db9176

View File

@@ -1,32 +0,0 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.83.0"
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[@]}"
}