public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/
Date: Wed, 13 Sep 2023 19:42:17 +0000 (UTC)	[thread overview]
Message-ID: <1694634021.6c99d46fbade003d767eefcd574a5a7aa51f70ef.conikost@gentoo> (raw)

commit:     6c99d46fbade003d767eefcd574a5a7aa51f70ef
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 19:40:21 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 19:40:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c99d46f

app-benchmarks/geekbench: add 6.2.0

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-benchmarks/geekbench/Manifest               |  2 +
 app-benchmarks/geekbench/geekbench-6.2.0.ebuild | 51 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-benchmarks/geekbench/Manifest b/app-benchmarks/geekbench/Manifest
index dae8f1c44663..7ad7f65002da 100644
--- a/app-benchmarks/geekbench/Manifest
+++ b/app-benchmarks/geekbench/Manifest
@@ -6,3 +6,5 @@ DIST Geekbench-5.5.1-Linux.tar.gz 93199992 BLAKE2B e2ff24da19134778dd1b3036ac3fb
 DIST Geekbench-5.5.1-LinuxARMPreview.tar.gz 111581640 BLAKE2B be413e306a77c0612be380d0ec0d589067365ac1c4091b55a08b722d469180c9cf9126cc0597e3f3c8a75acf77d2a0423bc43b753f30a219924b1a7df640243d SHA512 1d76b9a7928f89f1fdfa0e3cc9859c305e109cbbe72b013b4c249b03722273c985ad1e5d818341a6e399e9e7b3c61136856df87c9f5e61bcc9e7e0455f80e61b
 DIST Geekbench-6.1.0-Linux.tar.gz 227951888 BLAKE2B f741eac75043bbe9468597bd791d9a5b69fbab7c085a037b846bbaf985a30066748439fd6dbab11e86a01eab1dfe587767bfd211ea3f8a7d1b70de24d4a45656 SHA512 0d98ced1d7ad259cdd957231a6690d5eaedd345ed5550573d9503c56caef5a6724c3290207305e79dafc6660b209a4748801b52a9baf5fdeda0b81fdec80bcf6
 DIST Geekbench-6.1.0-LinuxARMPreview.tar.gz 191699484 BLAKE2B 0702d7e52a06b1e01d87aac1fba1739be0584ca7afb59f17b5eafdcc290a20ed631a15e28c027b1f5df57ce7882dea4c4cc18b02b7a0a133b00cf403bcbea18a SHA512 82047365bfce6dd45d926628435f1a8b85297aac05a358f35254a2d827981f080f1582a4e4ca6b943ac4c527164fa9b50c8f612907de66e5d5751994ee5e5ee0
+DIST Geekbench-6.2.0-Linux.tar.gz 227978869 BLAKE2B 8ec3620ec8f9907e823001285c754be9bbe68d7f0c56e617caa264d4b1c94a01555ffc33e10d99d0f3ce3d5b328435c34fb5f48495d697a2a21a85a2bf6e36ab SHA512 8aadd89feb2da51edeca1c804f68419f37554e714ca58bcc3696c52a564a901bb8c8a27411855e5345afe26b74b091bd76eccfc39ea76b2ead013ba21aa880a5
+DIST Geekbench-6.2.0-LinuxARMPreview.tar.gz 191730360 BLAKE2B a35b699d22302f05ad7c4c62c14ff37755b031f751140947bbb03cc6d131d4b5cfd02fec99aaa6df838518829c58a3df6cc6b19187b51736701c52cfd97c2117 SHA512 a0924920ae634a40931be11df76099a81e5844c3bd3fdd68e88a068e0a32cc2632a702df7612246e96a967a35ecf734569d61d3a6b1207ea87cb417f615004e8

diff --git a/app-benchmarks/geekbench/geekbench-6.2.0.ebuild b/app-benchmarks/geekbench/geekbench-6.2.0.ebuild
new file mode 100644
index 000000000000..92361a260506
--- /dev/null
+++ b/app-benchmarks/geekbench/geekbench-6.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windows"
+HOMEPAGE="https://www.geekbench.com/"
+SRC_URI="
+	amd64? ( https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz )
+	arm64? ( https://cdn.geekbench.com/Geekbench-${PV}-LinuxARMPreview.tar.gz )
+"
+S="${WORKDIR}"
+
+KEYWORDS="-* ~amd64 ~arm64"
+LICENSE="geekbench"
+SLOT="6"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="
+	opt/geekbench6/geekbench_aarch64
+	opt/geekbench6/geekbench_avx2
+	opt/geekbench6/geekbench_x86_64
+	opt/geekbench6/geekbench6
+"
+
+pkg_nofetch() {
+	elog "Please download ${A} from ${HOMEPAGE}/download/linux"
+	elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+	local MY_S="Geekbench-${PV}-Linux$(usex arm64 'ARMPreview' '')"
+
+	exeinto /opt/geekbench6
+	use amd64 && doexe "${MY_S}"/geekbench_avx2 "${MY_S}"/geekbench_x86_64
+	use arm64 && doexe "${MY_S}"/geekbench_aarch64
+	doexe "${MY_S}"/geekbench6
+
+	insinto /opt/geekbench6
+	doins "${MY_S}"/geekbench.plar "${MY_S}"/geekbench-workload.plar
+
+	dodir /opt/bin
+	dosym ../geekbench6/geekbench6 /opt/bin/geekbench6
+}
+
+pkg_postinst() {
+	elog "If you have purchased a commercial license, you can enter"
+	elog "your email address and your license key with the following command:"
+	elog "geekbench6 -r <email address> <license key>"
+}


             reply	other threads:[~2023-09-13 19:42 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13 19:42 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 20:52 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/ Conrad Kostecki
2024-05-12 12:29 Conrad Kostecki
2024-05-12 12:29 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-10-02 19:32 Conrad Kostecki
2023-07-12 18:45 Conrad Kostecki
2023-07-12 18:45 Conrad Kostecki
2023-06-08 20:17 Conrad Kostecki
2023-04-23 15:48 Conrad Kostecki
2023-04-23 15:48 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-04-03 19:34 Conrad Kostecki
2023-03-03 23:04 Conrad Kostecki
2023-03-03 23:04 Conrad Kostecki
2023-03-03 23:04 Conrad Kostecki
2023-02-14 20:45 Conrad Kostecki
2023-02-14 20:42 Conrad Kostecki
2023-02-14 20:42 Conrad Kostecki
2023-02-14 20:42 Conrad Kostecki
2023-02-14 20:42 Conrad Kostecki
2023-02-14 16:01 Conrad Kostecki
2023-02-13  9:20 Conrad Kostecki
2022-12-25  0:20 Conrad Kostecki
2022-12-25  0:20 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-05-18 21:02 Conrad Kostecki
2022-02-03 15:03 Conrad Kostecki
2022-02-03 15:03 Conrad Kostecki
2021-12-23 19:19 Conrad Kostecki
2021-12-08 16:24 Conrad Kostecki
2021-12-08 16:24 Conrad Kostecki
2021-11-08 14:37 Conrad Kostecki
2021-11-08 14:37 Conrad Kostecki
2021-10-29 22:01 Conrad Kostecki
2021-10-29 22:01 Conrad Kostecki
2021-06-02 22:12 Conrad Kostecki
2021-06-02 22:12 Conrad Kostecki
2021-05-03 19:16 Conrad Kostecki
2021-04-13 22:20 Conrad Kostecki
2021-04-13 22:20 Conrad Kostecki
2021-03-09 23:17 Conrad Kostecki
2021-03-09 23:17 Conrad Kostecki
2021-02-06 16:55 Conrad Kostecki
2020-12-15 14:03 Conrad Kostecki
2020-12-15 14:03 Conrad Kostecki
2020-11-15 17:04 Conrad Kostecki
2020-11-15 17:04 Conrad Kostecki
2020-11-12 18:07 Conrad Kostecki
2020-11-12 18:07 Conrad Kostecki
2020-10-21  9:16 Conrad Kostecki
2020-10-21  9:16 Conrad Kostecki
2020-10-03 14:42 Conrad Kostecki
2020-09-18  8:01 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-06-28 21:24 Conrad Kostecki
2020-06-28 21:24 Conrad Kostecki
2020-06-14 21:57 Conrad Kostecki
2020-05-21 22:28 Conrad Kostecki
2020-05-21 22:28 Conrad Kostecki
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2020-04-09  8:51 Conrad Kostecki
2020-01-27 15:44 Thomas Deutschmann
2020-01-20 12:52 Agostino Sarubbo
2019-12-29 23:27 Conrad Kostecki
2019-12-29 23:27 Conrad Kostecki
2019-12-04 23:52 Conrad Kostecki
2019-12-04 23:52 Conrad Kostecki
2019-10-29  6:22 Joonas Niilola
2019-10-29  6:22 Joonas Niilola
2019-10-29  6:22 Joonas Niilola
2019-10-01  5:20 Joonas Niilola
2019-10-01  5:20 Joonas Niilola
2019-09-24 13:51 Joonas Niilola
2019-09-23 20:18 Piotr Karbowski
2019-09-18 16:13 Joonas Niilola
2019-09-18 16:13 Joonas Niilola
2019-09-08  7:01 Joonas Niilola
2019-07-31  8:47 Joonas Niilola
2019-07-31  8:47 Joonas Niilola
2019-07-18  8:16 Michał Górny
2019-03-03 21:49 Andreas Sturmlechner
2019-03-03 12:00 Mikle Kolyada
2019-03-02 23:42 Thomas Deutschmann
2019-01-28 23:02 Patrice Clement
2019-01-28 23:02 Patrice Clement
2018-12-28 23:01 Patrice Clement
2018-12-28 23:01 Patrice Clement
2018-12-16 19:30 Andreas Sturmlechner
2018-11-06  7:29 Mikle Kolyada
2018-09-19  5:11 Georgy Yakovlev
2018-07-11  8:51 Tony Vroon
2018-07-11  8:51 Tony Vroon
2018-07-09  0:39 Mikle Kolyada
2018-06-07  8:39 Michał Górny
2018-05-27 11:41 Mikle Kolyada
2018-05-18 15:05 Agostino Sarubbo
2018-05-07 19:22 Thomas Deutschmann
2018-03-24  8:56 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1694634021.6c99d46fbade003d767eefcd574a5a7aa51f70ef.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox