From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F1D9158089 for ; Tue, 10 Oct 2023 06:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E0442BC04D; Tue, 10 Oct 2023 06:32:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 286192BC04D for ; Tue, 10 Oct 2023 06:32:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34904335D44 for ; Tue, 10 Oct 2023 06:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51BA10C3 for ; Tue, 10 Oct 2023 06:32:10 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1696890472.0b2feeea3cd16d57433b378ef635fa448a2ce961.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-benchmarks/kdiskmark/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-benchmarks/kdiskmark/Manifest app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild app-benchmarks/kdiskmark/metadata.xml X-VCS-Directories: app-benchmarks/kdiskmark/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 0b2feeea3cd16d57433b378ef635fa448a2ce961 X-VCS-Branch: master Date: Tue, 10 Oct 2023 06:32:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08e8edb6-d444-46c7-935f-cb81719d7e09 X-Archives-Hash: d50aabb0d9896f7473c97dff1db362b4 commit: 0b2feeea3cd16d57433b378ef635fa448a2ce961 Author: Mark Harmstone harmstone com> AuthorDate: Mon Oct 9 22:26:52 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Oct 9 22:27:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b2feeea app-benchmarks/kdiskmark: new package, add 3.1.4 Signed-off-by: Mark Harmstone harmstone.com> app-benchmarks/kdiskmark/Manifest | 1 + app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild | 30 +++++++++++++++++++++++++ app-benchmarks/kdiskmark/metadata.xml | 11 +++++++++ 3 files changed, 42 insertions(+) diff --git a/app-benchmarks/kdiskmark/Manifest b/app-benchmarks/kdiskmark/Manifest new file mode 100644 index 0000000000..9687ddcc01 --- /dev/null +++ b/app-benchmarks/kdiskmark/Manifest @@ -0,0 +1 @@ +DIST kdiskmark-3.1.4.tar.gz 194855 BLAKE2B fc8f59492b14849ffe6962183082a86c3e9d82e67f6b1b6a0449f7c714480d46c62ca85e4b1f7b838b42fd4cc5fcf3e8e81e0d3df5c955657cf8799b9f9110b6 SHA512 53f292e4137ac36dfbc09ad400496170bfd13a8c18f1c474bd15b00cdd931918713e034e35d6f3dbda29eb1ee89d8f273dd8e794a9e70c95ec96ebf31f0baedf diff --git a/app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild b/app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild new file mode 100644 index 0000000000..eb735d878c --- /dev/null +++ b/app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild @@ -0,0 +1,30 @@ +# 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 + kde-frameworks/extra-cmake-modules + sys-auth/polkit-qt + sys-block/fio[aio]" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() { + cmake_src_configure +} diff --git a/app-benchmarks/kdiskmark/metadata.xml b/app-benchmarks/kdiskmark/metadata.xml new file mode 100644 index 0000000000..0262e6f08f --- /dev/null +++ b/app-benchmarks/kdiskmark/metadata.xml @@ -0,0 +1,11 @@ + + + + + mark@harmstone.com + Mark Harmstone + + + JonMagon/KDiskMark + +