Skip to content

Commit

Permalink
app-benchmarks/geekbench: bump to EAPI8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Oct 29, 2021
1 parent ba59867 commit 8de2618
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windows"
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"

RESTRICT="bindist mirror"

S="${WORKDIR}/dist/Geekbench-${PV}-LinuxARM"

QA_PREBUILT="opt/geekbench2/geekbench opt/geekbench2/geekbench_arm_32"

pkg_nofetch() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windows"
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"

RESTRICT="bindist mirror"

S="${WORKDIR}/dist/Geekbench-${PV}-Linux"

QA_PREBUILT="opt/geekbench2/geekbench opt/geekbench2/geekbench_x86_32 opt/geekbench2/geekbench_x86_64"

pkg_nofetch() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windows"
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="3"

RESTRICT="bindist mirror"

S="${WORKDIR}/dist/Geekbench-${PV}-Linux"

QA_PREBUILT="opt/geekbench3/geekbench opt/geekbench3/geekbench_x86_32 opt/geekbench3/geekbench_x86_64"

pkg_nofetch() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

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"
S="${WORKDIR}/Geekbench-${PV}-Linux"

KEYWORDS="-* amd64 x86"
LICENSE="geekbench"
SLOT="4"

RESTRICT="bindist mirror"

S="${WORKDIR}/Geekbench-${PV}-Linux"

QA_PREBUILT="
opt/geekbench4/geekbench4
opt/geekbench4/geekbench_x86_32
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

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"
S="${WORKDIR}/Geekbench-${PV}-Linux"

KEYWORDS="-* amd64"
LICENSE="geekbench"
SLOT="5"

RESTRICT="bindist mirror"

S="${WORKDIR}/Geekbench-${PV}-Linux"

QA_PREBUILT="
opt/geekbench5/geekbench5
opt/geekbench5/geekbench_x86_64
Expand Down

0 comments on commit 8de2618

Please sign in to comment.