summaryrefslogtreecommitdiff
path: root/app-emulation/genymotion-bin
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/genymotion-bin')
-rw-r--r--app-emulation/genymotion-bin/Manifest4
-rw-r--r--app-emulation/genymotion-bin/genymotion-bin-3.6.0.ebuild (renamed from app-emulation/genymotion-bin/genymotion-bin-3.4.0.ebuild)22
2 files changed, 6 insertions, 20 deletions
diff --git a/app-emulation/genymotion-bin/Manifest b/app-emulation/genymotion-bin/Manifest
index 97f19db37b3c..fe1b7ef377a9 100644
--- a/app-emulation/genymotion-bin/Manifest
+++ b/app-emulation/genymotion-bin/Manifest
@@ -1,3 +1,3 @@
-DIST genymotion-3.4.0-linux_x64.bin 104125579 BLAKE2B 561feb942b69b2e1995dcbfa573684bd50d9b77d0c946288883a179323a2e64ce59b24d6cb015fb90fca0890085d67797c183911bd697e05558c6cfd865b44d7 SHA512 747e4dd4d3a844d19255092cc900990029bbefe12db4080ae57332ae1e37ea46a2d3f38d8007ee39bdab730878034285f34b713a611629ec936a303276a4700d
-EBUILD genymotion-bin-3.4.0.ebuild 4325 BLAKE2B 74e95614a655c5cf125e2e3d1896cbe35b47c384ef88a7de2b54036a90ccae42fcec96eee24a7d956234c35769b21da6c6bb272486e72309cde70c72a68e43e6 SHA512 3a2d4515dd26e7d7ffbae235aa65c529328a28cdb463d2717df2c0e239f243a686d77af2c80e7e8eccb2854af0d68d58d2e1ea6f5ee4dcb2ecc946c7a335ad8c
+DIST genymotion-3.6.0-linux_x64.bin 103911915 BLAKE2B 2c7174404b29a71174fc04de96285475e1800880f79fb70c455539c2a658a305a4cd8a541c545024c3130458081b5a94e493478a47126905fae5e104afbd3efd SHA512 ff05bb91edf05c38d68e3dec16dd21f6fcc50bf31e03411f46b9a3a71ca3f9139705e54b8650c8ab44295a2ebb49aa262e169faecea1f6bb8dd385785440f245
+EBUILD genymotion-bin-3.6.0.ebuild 4134 BLAKE2B 1f9a0f50cc96e2ec729d4aee65d13c0f70b5d69ba09d60350f50d09beb496782c49c59158a94eb9c4db52561d7cf6e1cd47708fcd2e4024d2a2b15d697b0961b SHA512 edc0ff35d356797d898e556e6a848f75d46f218a8ccf85c182fae2ee459d4fb7e62482be48db6ea69bfe3831a08e8904abb6b694e7b5dd5ad632839f1aa7fd55
MISC metadata.xml 402 BLAKE2B ab9053ca959660812f1e1bc536950c0278d23c2906ff0a82483241f16960d2ae6ecd3eff091666df8fef38fdb073a6e3d0a5c8a7c7926426fead769365df49a5 SHA512 785e5acc8811d310b7cd5dc52fe3de6a22d7a92fa81a12db8a16b1df75a83f47ffea4e2fe21a712dabc5c1fff8da4d6f2e49ae0597373fd6e106aa13e81323d3
diff --git a/app-emulation/genymotion-bin/genymotion-bin-3.4.0.ebuild b/app-emulation/genymotion-bin/genymotion-bin-3.6.0.ebuild
index 2cff4c027211..6de3fe292cc0 100644
--- a/app-emulation/genymotion-bin/genymotion-bin-3.4.0.ebuild
+++ b/app-emulation/genymotion-bin/genymotion-bin-3.6.0.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,7 +11,7 @@ BIN_ARCHIVE="${MY_P}-linux_x64.bin"
DESCRIPTION="Complete set of tools that provide a virtual environment for Android"
HOMEPAGE="https://genymotion.com"
-SRC_URI="${BIN_ARCHIVE}"
+SRC_URI="https://dl.genymotion.com/releases/${MY_P}/${BIN_ARCHIVE}"
LICENSE="genymotion"
SLOT="0"
@@ -42,7 +42,7 @@ RDEPEND="app-arch/lz4
x11-libs/libxcb
x11-libs/libXext
x11-libs/libXi
- x11-libs/libxkbcommon[X]
+ x11-libs/libxkbcommon
x11-libs/libXmu
x11-libs/xcb-util
x11-libs/xcb-util-image
@@ -52,7 +52,7 @@ RDEPEND="app-arch/lz4
"
BDEPEND="x11-misc/xdg-utils"
-RESTRICT="bindist fetch"
+RESTRICT="bindist mirror"
S="${WORKDIR}"
QA_PREBUILT="
@@ -67,20 +67,6 @@ QA_PREBUILT="
opt/${MY_PN}/tools/*
"
-pkg_nofetch() {
- einfo
- einfo "Please visit"
- einfo
- einfo " https://www.genymotion.com/download/"
- einfo
- einfo "and download "
- einfo
- einfo " ${BIN_ARCHIVE}"
- einfo
- einfo "which must be placed in DISTDIR directory."
- einfo
-}
-
src_unpack() {
cp "${DISTDIR}/${BIN_ARCHIVE}" "${WORKDIR}" || die "cp failed"
}