app-benchmarks/kdiskmark: drop 3.1.4-r1

Reviewed-by: Mark Harmstone <mark@harmstone.com>
Part-of: https://github.com/gentoo/guru/pull/337
Closes: https://github.com/gentoo/guru/pull/337
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2025-06-21 23:03:10 +02:00
parent c5c6ff6012
commit 1ff34ef0b7
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST kdiskmark-3.1.4.tar.gz 194855 BLAKE2B fc8f59492b14849ffe6962183082a86c3e9d82e67f6b1b6a0449f7c714480d46c62ca85e4b1f7b838b42fd4cc5fcf3e8e81e0d3df5c955657cf8799b9f9110b6 SHA512 53f292e4137ac36dfbc09ad400496170bfd13a8c18f1c474bd15b00cdd931918713e034e35d6f3dbda29eb1ee89d8f273dd8e794a9e70c95ec96ebf31f0baedf
DIST kdiskmark-3.2.0-source.tar.gz 195625 BLAKE2B 65d0fdc31869c5567463a7aa31179c82ad289bb2f75adb88b6e1b9023f54963f5903902150ed3c2fff2a2f9a089f24ac445526891705ccc1ba8db7adfdf2485a SHA512 2a8e5c755accca9b5fa24155e722e6da6c975f247dd8ee29db97ac975ea4a86a736248edda6d40853f11da9c4cc86c58a50797f508a26cc717e27c7f902322d9

View File

@@ -1,30 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Disk benchmarking tool"
HOMEPAGE="https://github.com/JonMagon/KDiskMark"
SRC_URI="https://github.com/JonMagon/KDiskMark/releases/download/${PV}/KDiskMark-${PV}-source.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/KDiskMark-${PV}"
inherit cmake
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/linguist-tools:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
kde-frameworks/extra-cmake-modules
sys-auth/polkit-qt
sys-block/fio[aio]"
RDEPEND="${DEPEND}"
src_configure() {
cmake_src_configure
}