summaryrefslogtreecommitdiff
path: root/app-benchmarks/geekbench/geekbench-2.4.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-benchmarks/geekbench/geekbench-2.4.2.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-benchmarks/geekbench/geekbench-2.4.2.ebuild')
-rw-r--r--app-benchmarks/geekbench/geekbench-2.4.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-benchmarks/geekbench/geekbench-2.4.2.ebuild b/app-benchmarks/geekbench/geekbench-2.4.2.ebuild
deleted file mode 100644
index c8df4703ddb8..000000000000
--- a/app-benchmarks/geekbench/geekbench-2.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-
-KEYWORDS="-* arm"
-LICENSE="geekbench"
-SLOT="2"
-
-RESTRICT="bindist fetch mirror strip"
-
-S="${WORKDIR}/dist/Geekbench-${PV}-LinuxARM"
-
-QA_PREBUILT="opt/geekbench2/geekbench opt/geekbench2/geekbench_arm_32"
-
-pkg_nofetch() {
- elog "Please download https://cdn.primatelabs.com/${A}"
- elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
- exeinto "/opt/geekbench2"
- doexe "geekbench" "geekbench_arm_32"
-
- insinto "/opt/geekbench2"
- doins "geekbench.plar"
-
- dodir "/opt/bin"
- dosym "../geekbench2/geekbench" "/opt/bin/geekbench2"
-}
-
-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 "geekbench2 -r <email address> <license key>"
-}