public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/
Date: Wed, 18 Sep 2019 16:13:24 +0000 (UTC)	[thread overview]
Message-ID: <1568823154.251c331d65fd7b9c71ff4cd53926e59659944284.juippis@gentoo> (raw)

commit:     251c331d65fd7b9c71ff4cd53926e59659944284
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Sep 13 19:18:27 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 16:12:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251c331d

app-benchmarks/geekbench: bump to version 5.0.1

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-benchmarks/geekbench/Manifest               |  1 +
 app-benchmarks/geekbench/geekbench-5.0.1.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-benchmarks/geekbench/Manifest b/app-benchmarks/geekbench/Manifest
index 91990f8e872..093c86dc5f3 100644
--- a/app-benchmarks/geekbench/Manifest
+++ b/app-benchmarks/geekbench/Manifest
@@ -4,3 +4,4 @@ DIST Geekbench-3.4.2-Linux.tar.gz 9986039 BLAKE2B 63d7e768d65bc033260a0d99da17df
 DIST Geekbench-4.3.3-Linux.tar.gz 71101735 BLAKE2B f7e784a624f558711e7ebc5fc502de0cae5be489154f3d7d20bfccb624269644ff90867c96ce9f8136609f4911b6764bcfb7ecfb037ebddac56e450b3baa2415 SHA512 8c4bdc51f215f6c84ef955d012d3ba81fab542716cb7dd9e2b05d15c68e678955817fd25032ec659028a769312b5bc04d2d3b9832c9f2fa46d55784446e31b49
 DIST Geekbench-4.4.1-Linux.tar.gz 71076124 BLAKE2B 14c2b80c971798e7d2bb256e76c7ab9c48e8c1c389e2f7547a436f706ac4f21c1e52e564cd584893071ee2f9f0a4747cd03ea72cc728ff8e4f369d5cc794d77a SHA512 fa687d33a7d7a2d09c544e3d17de93f41cfa77915c708cd1ef0743f84f7f83df9d3f8df2872a8f85ed2c4c872e3cd41932685ffeb19cdb0ea047ab5116713420
 DIST Geekbench-5.0.0-Linux.tar.gz 92109155 BLAKE2B 5789ae929fbf47960939c3da79ea7cfe4efc9c5bfb9e158f0842d73e1a667a5e76d2c82952e0173aa4418d45a8d3314689e449e453ebe406a86da839229397e8 SHA512 dfec23335ffeef9b7cb089b164a5348fa4bb603169ba289d9995520b355c02815ce5b6619bb5d2ed090c21f21605d78238c1a285db41d75ce2afcc79835b57a5
+DIST Geekbench-5.0.1-Linux.tar.gz 92098694 BLAKE2B 007439570830816d573897eb3fb666656e0521e885fd241ad8606b6a6ca533a5ed490ac86465993ba4532d9278d09d03c78ca01bcf6cd932eb00eac00eb3a242 SHA512 82bd126c533764bdf6d25588d59b929be59deb4d0548ca0d414910fcea6a473918f4e62e9fed5fe644683b57819c868285ecaf92a6d123954ad92a93f989ed69

diff --git a/app-benchmarks/geekbench/geekbench-5.0.1.ebuild b/app-benchmarks/geekbench/geekbench-5.0.1.ebuild
new file mode 100644
index 00000000000..fd51c02afa3
--- /dev/null
+++ b/app-benchmarks/geekbench/geekbench-5.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windows"
+HOMEPAGE="https://www.geekbench.com"
+SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz"
+
+KEYWORDS="-* ~amd64"
+LICENSE="geekbench"
+SLOT="5"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/Geekbench-${PV}-Linux"
+
+QA_PREBUILT="
+	opt/geekbench5/geekbench5
+	opt/geekbench5/geekbench_x86_64
+"
+
+pkg_nofetch() {
+	elog "Please download ${A} from ${HOMEPAGE}/download/linux"
+	elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+	exeinto /opt/geekbench5
+	doexe geekbench5 geekbench_x86_64
+
+	insinto /opt/geekbench5
+	doins geekbench.plar
+
+	dodir /opt/bin
+	dosym ../geekbench5/geekbench5 /opt/bin/geekbench5
+}
+
+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 "geekbench5 -r <email address> <license key>"
+}


             reply	other threads:[~2019-09-18 16:13 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-18 16:13 Joonas Niilola [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-09-13 19:42 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-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=1568823154.251c331d65fd7b9c71ff4cd53926e59659944284.juippis@gentoo \
    --to=juippis@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