repo/proj/guru:dev commit in: dev-embedded/probe-rs-tools/
"AshyPinguin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786980843.7e6e80196800e6eb417855bf9e38ac217a35c900.pinguinlars1105+gentoo@gentoo> |
commit: 7e6e80196800e6eb417855bf9e38ac217a35c900 Author: AshyPinguin <pinguinlars1105+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Aug 17 15:33:45 2026 +0000 Commit: AshyPinguin <pinguinlars1105+gentoo <AT> gmail <DOT> com> CommitDate: Mon Aug 17 15:34:03 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e6e8019 dev-embedded/probe-rs-tools: drop 0.31.0 for manifest drop see parent commit Bug: https://bugs.gentoo.org/976021 Signed-off-by: AshyPinguin <pinguinlars1105+gentoo <AT> gmail.com> .../probe-rs-tools/probe-rs-tools-0.31.0.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) diff --git a/dev-embedded/probe-rs-tools/probe-rs-tools-0.31.0.ebuild b/dev-embedded/probe-rs-tools/probe-rs-tools-0.31.0.ebuild deleted file mode 100644 index b57835b57d..0000000000 --- a/dev-embedded/probe-rs-tools/probe-rs-tools-0.31.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.1 - -EAPI=8 -RUST_MIN_VER="1.88" - -# test crates (needs thumbv7em-none-eabi) -# CRATES=" -# [email protected] -# [email protected] -# [email protected] -# " -# - -inherit cargo shell-completion - -DESCRIPTION="A collection of on chip debugging tools to communicate with microchips." -HOMEPAGE="https://probe.rs" -SRC_URI=" - https://github.com/probe-rs/probe-rs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://codeberg.org/AshyPinguin/vendor-tarballs/releases/download/${P}/${P}-crates.tar.xz - ${CARGO_CRATE_URIS} -" - -S="${WORKDIR}/probe-rs-${PV}/probe-rs-tools" - -LICENSE="|| ( Apache-2.0 MIT )" -# Dependent crate licenses -LICENSE+=" - 0BSD Apache-2.0 BSD-2 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 - Unicode-3.0 Unlicense ZLIB -" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -QA_FLAGS_IGNORED="/usr/bin/probe-rs /usr/bin/cargo-embed /usr/bin/cargo-flash" -RESTRICT=test #TODO: allow manual testing if it is possible to install a target - -src_install() { - cargo_src_install - - for i in bash fish zsh; do - SHELL="/usr/bin/${i}" "${D}/usr/bin/probe-rs" complete install --manual > "${T}/probe-rs.${i}" - done - - newbashcomp "${T}/probe-rs.bash" probe-rs - bashcomp_alias probe-rs cargo-embed cargo-flash - dofishcomp "${T}/probe-rs.fish" - newzshcomp "${T}/probe-rs.zsh" _probe-rs -}