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, 17 Apr 2024 14:13:45 +0000 (UTC)	[thread overview]
Message-ID: <1713363084.994abc73175ec2121049650d6175e3a4262704d4.conikost@gentoo> (raw)

commit:     994abc73175ec2121049650d6175e3a4262704d4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 11:43:36 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 14:11:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994abc73

app-benchmarks/geekbench: fix qa VariableOrderWrong

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

 app-benchmarks/geekbench/geekbench-2.4.2-r1.ebuild | 4 ++--
 app-benchmarks/geekbench/geekbench-2.4.3-r1.ebuild | 4 ++--
 app-benchmarks/geekbench/geekbench-3.4.4.ebuild    | 4 ++--
 app-benchmarks/geekbench/geekbench-4.4.4.ebuild    | 4 ++--
 app-benchmarks/geekbench/geekbench-5.5.1.ebuild    | 4 ++--
 app-benchmarks/geekbench/geekbench-6.2.2.ebuild    | 4 ++--
 app-benchmarks/geekbench/geekbench-6.3.0.ebuild    | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/app-benchmarks/geekbench/geekbench-2.4.2-r1.ebuild b/app-benchmarks/geekbench/geekbench-2.4.2-r1.ebuild
index 0b1ff2c7cfc8..1fbe5af393dd 100644
--- a/app-benchmarks/geekbench/geekbench-2.4.2-r1.ebuild
+++ b/app-benchmarks/geekbench/geekbench-2.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,9 +8,9 @@ HOMEPAGE="https://www.geekbench.com"
 SRC_URI="https://cdn.primatelabs.com/Geekbench-${PV}-LinuxARM.tar.gz"
 S="${WORKDIR}/dist/Geekbench-${PV}-LinuxARM"
 
-KEYWORDS="-* arm"
 LICENSE="geekbench"
 SLOT="2"
+KEYWORDS="-* arm"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-2.4.3-r1.ebuild b/app-benchmarks/geekbench/geekbench-2.4.3-r1.ebuild
index 57304c2b28df..9cc497a9ae21 100644
--- a/app-benchmarks/geekbench/geekbench-2.4.3-r1.ebuild
+++ b/app-benchmarks/geekbench/geekbench-2.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,9 +8,9 @@ HOMEPAGE="https://www.geekbench.com"
 SRC_URI="https://cdn.primatelabs.com/Geekbench-${PV}-Linux.tar.gz"
 S="${WORKDIR}/dist/Geekbench-${PV}-Linux"
 
-KEYWORDS="-* amd64 x86"
 LICENSE="geekbench"
 SLOT="2"
+KEYWORDS="-* amd64 x86"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-3.4.4.ebuild b/app-benchmarks/geekbench/geekbench-3.4.4.ebuild
index ca2ca92c220c..7f8726c4ab60 100644
--- a/app-benchmarks/geekbench/geekbench-3.4.4.ebuild
+++ b/app-benchmarks/geekbench/geekbench-3.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,9 +8,9 @@ HOMEPAGE="https://www.geekbench.com"
 SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz"
 S="${WORKDIR}/dist/Geekbench-${PV}-Linux"
 
-KEYWORDS="-* amd64 x86"
 LICENSE="geekbench"
 SLOT="3"
+KEYWORDS="-* amd64 x86"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-4.4.4.ebuild b/app-benchmarks/geekbench/geekbench-4.4.4.ebuild
index cfe8d5583c78..88711110a509 100644
--- a/app-benchmarks/geekbench/geekbench-4.4.4.ebuild
+++ b/app-benchmarks/geekbench/geekbench-4.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,9 +8,9 @@ HOMEPAGE="https://www.geekbench.com"
 SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz"
 S="${WORKDIR}/Geekbench-${PV}-Linux"
 
-KEYWORDS="-* amd64 x86"
 LICENSE="geekbench"
 SLOT="4"
+KEYWORDS="-* amd64 x86"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-5.5.1.ebuild b/app-benchmarks/geekbench/geekbench-5.5.1.ebuild
index 1ef1df0ab213..c2fc48f349de 100644
--- a/app-benchmarks/geekbench/geekbench-5.5.1.ebuild
+++ b/app-benchmarks/geekbench/geekbench-5.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,9 +11,9 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-KEYWORDS="-* amd64 ~arm64"
 LICENSE="geekbench"
 SLOT="5"
+KEYWORDS="-* amd64 ~arm64"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-6.2.2.ebuild b/app-benchmarks/geekbench/geekbench-6.2.2.ebuild
index 0f2d1e36167a..8e88c986939c 100644
--- a/app-benchmarks/geekbench/geekbench-6.2.2.ebuild
+++ b/app-benchmarks/geekbench/geekbench-6.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,9 +11,9 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-KEYWORDS="-* amd64 ~arm64"
 LICENSE="geekbench"
 SLOT="6"
+KEYWORDS="-* amd64 ~arm64"
 
 RESTRICT="bindist mirror"
 

diff --git a/app-benchmarks/geekbench/geekbench-6.3.0.ebuild b/app-benchmarks/geekbench/geekbench-6.3.0.ebuild
index 1feae501d439..c8c4ee1266f3 100644
--- a/app-benchmarks/geekbench/geekbench-6.3.0.ebuild
+++ b/app-benchmarks/geekbench/geekbench-6.3.0.ebuild
@@ -11,9 +11,9 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-KEYWORDS="-* ~amd64 ~arm64"
 LICENSE="geekbench"
 SLOT="6"
+KEYWORDS="-* ~amd64 ~arm64"
 
 RESTRICT="bindist mirror"
 


             reply	other threads:[~2024-04-17 14:13 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17 14:13 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01  1:14 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/ Conrad Kostecki
2025-03-01  1:14 Conrad Kostecki
2025-03-01  1:14 Conrad Kostecki
2025-01-28 22:23 Conrad Kostecki
2024-09-28 20:52 Conrad Kostecki
2024-05-12 12:29 Conrad Kostecki
2024-05-12 12:29 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-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=1713363084.994abc73175ec2121049650d6175e3a4262704d4.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