sys-apps/qdiskinfo: drop 0.3

Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
Sebastian Engel
2026-01-26 13:29:52 +01:00
parent 5fa051a744
commit e2eaa67f00
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST qdiskinfo-0.3.tar.gz 2656713 BLAKE2B 6b8f199a0c35f48da9bd997705eb0314e13365ef93b42442d5ebfac3d8f497c7ff1f98e8dad93f08206e702ae01604f0f4954d6fcc19b92317db7f1e23389a13 SHA512 d90ad0bb0b870c41fe9b399521f2694bb39f239cd627f816dc51558fd12fc64a6975a142b613795ba9d63211ec6f42a140ea80d09b564ae154471cc1bed9182b
DIST qdiskinfo-0.4.tar.gz 89493 BLAKE2B a22da35abe5f5532ffba97aac15bbe4eb3801663f961b1a1d3785f439a5580e158eed2991b452c551df3b3686d3e173c6ad79243d4f93de021992b1a715521fd SHA512 8e4a715dd9f41349780ce18d72156feac341bcf6ff8c730b53d591cac8e5e43499c096301ef2f8f089e9b9f91c68aea50e1d4b9223dd1f4af6ac1a597aeb1c53

View File

@@ -1,25 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="CrystalDiskInfo alternative for Linux"
HOMEPAGE="https://github.com/edisionnano/QDiskInfo"
SRC_URI="
https://github.com/edisionnano/QDiskInfo/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/QDiskInfo-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,gui,widgets]
"
RDEPEND="${DEPEND}
sys-apps/smartmontools
"