commit:     eb15fe98796f8602c6dad082212bf46dc8c42369
Author:     Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Tue May 24 11:33:25 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 24 20:25:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb15fe98

app-benchmarks/pmbw: new package, add 0.6.3

Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25618
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-benchmarks/pmbw/Manifest          |  1 +
 app-benchmarks/pmbw/metadata.xml      | 12 ++++++++++++
 app-benchmarks/pmbw/pmbw-0.6.3.ebuild | 20 ++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/app-benchmarks/pmbw/Manifest b/app-benchmarks/pmbw/Manifest
new file mode 100644
index 000000000000..28660dea57cf
--- /dev/null
+++ b/app-benchmarks/pmbw/Manifest
@@ -0,0 +1 @@
+DIST pmbw-0.6.3.tar.gz 130254 BLAKE2B 
103938c4be9631fc44eca30711618d4045835ffddce159164040221b3ff32f93e36875b2ab42b5be0c7ea8ef3aca36ac2bee05af79f222a6a63d77bcf65f7650
 SHA512 
25f6af8615ce1b5d39f3a0c480b15d7a74bda52cfb2dd3cecd5144676daa3830ebb7ff6fce55a5b514c145fc09d59fc1b81234e2fbc499a50b432daeb3fc9a2f

diff --git a/app-benchmarks/pmbw/metadata.xml b/app-benchmarks/pmbw/metadata.xml
new file mode 100644
index 000000000000..f3364808358f
--- /dev/null
+++ b/app-benchmarks/pmbw/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Kai-Chun Ning</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/app-benchmarks/pmbw/pmbw-0.6.3.ebuild 
b/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
new file mode 100644
index 000000000000..88aace3e6ec4
--- /dev/null
+++ b/app-benchmarks/pmbw/pmbw-0.6.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Parallel Memory Bandwidth Measurement / Benchmark Tool"
+HOMEPAGE="https://github.com/bingmann/pmbw";
+SRC_URI="https://github.com/bingmann/pmbw/archive/refs/tags/${P}.tar.gz";
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to