--- a/app-emulation/genymotion/Manifest Sun Mar 13 17:53:54 2016 -0700
+++ b/app-emulation/genymotion/Manifest Sun Mar 13 18:02:39 2016 -0700
@@ -1,2 +1,2 @@
-DIST genymotion-2.5.2_x64.bin 25387747 SHA256 1a8d544b9d9deb9c9b0601efcd9ae0eccb509121f16d2cd8d9a8e5679cfd991e SHA512 3cb21992a022ab88aa66af3a26ca478606a1a5120be0a6a401d65cbe93206137cf22faea9d73a4ceee02a47c3a1f433b2baf0149422164956ed3cef1e32e21e5 WHIRLPOOL fce971f870b388dedbc92f2b67b4c8d1cc76cdf846a91c757ccdf3300b3553418deb593100d699669b1d9411bf134f8afce9f8b67614f4748650f2901517a470
-DIST genymotion-2.5.2_x86.bin 24297802 SHA256 ff0cac599d65a413567d0f05a7684c741b870c102497a246ebb1e80f2fd37268 SHA512 d6be204d31c326c90f1d214f7215bdc3ce4afa96cd2d37e159ea941e050e58b8705f90027680c194f5fe123451ad8e3326904e3cad24e7e1727f7ec4531a9de1 WHIRLPOOL 3869f8c2fb76f576691ffcb497c540111b353248b4d09486c89045058d8e8398e022ae5cc037c8616ef2ed24d81e1f2b86ad88c2368d06e8bcb9cb591dfcadec
+DIST genymotion-2.6.0-linux_x64.bin 43085801 SHA256 ba1638c79127dc756216814df85b242ac6f4116a8d8768d118155a649c1e4422 SHA512 455b9e6cdb1752b0390638d7b2856ea83248d9a9e5018760a4b9d9103d01956b4f1dc0fe5769579893ffe832a659117c7f0bcfba88120b9822e613ddc4d9e42f WHIRLPOOL 8e9f9f6b45d28418ff1002c81a335387edfdf7af98b171580d1224367ca3ae5fe85e0bcf95a6245492d2b3cefe9bf7b86fb91f84e8380ce6211376b50f1bb650
+DIST genymotion-2.6.0-linux_x86.bin 43505335 SHA256 93ba1529d681708f4501964562de27e468ec64e2b57e0701326bb87c2d601a2b SHA512 637df7cd843044c1d3be1abc30a248d78649a57b65fb5386add937b0f4ee52e76a9e3f3184aa8d47969235f8a6861f315edb0cb45bdc83035f1f26ecb0491f8b WHIRLPOOL a18d302fd0ed520cb839caa11f99d7457395f2e5c612affd0a0fe448468a76fe779207fd1a53f354d9003575a991a3571af5ae60dbce419c79b0888460ed704f
--- a/app-emulation/genymotion/genymotion-2.5.2.ebuild Sun Mar 13 17:53:54 2016 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="An awesome Android emulator"
-HOMEPAGE="http://www.genymotion.com"
-SRC_URI="amd64? ( http://files2.genymotion.com/${PN}/${P}/${P}_x64.bin )
- x86? ( http://files2.genymotion.com/${PN}/${P}/${P}_x86.bin )"
-
-LICENSE="GENYMOTION"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="system-qt"
-
-inherit pax-utils
-
-DEPEND=""
-RDEPEND="|| ( app-emulation/virtualbox
- app-emulation/virtualbox-bin )
- dev-libs/openssl:0
- =dev-libs/protobuf-2.4.1
- media-video/libav
- app-crypt/qca[openssl,qt4(+)]
- system-qt? (
- =dev-qt/qtcore-4.8.5*
- =dev-qt/qtgui-4.8.5*
- =dev-qt/qtscript-4.8.5*
- =dev-qt/qtsql-4.8.5*
- =dev-qt/qtgui-4.8.5*
- =dev-qt/qtwebkit-4.8.5*
- )"
-
- # other dependencies
- # libav
-
-QA_PRESTRIPPED="
- /opt/genymotion/libQtSvg.so.4
- /opt/genymotion/genymotion
- /opt/genymotion/player
- /opt/genymotion/sqldrivers/libqsqlite.so
- /opt/genymotion/device-upgrade
- /opt/genymotion/libQtScript.so.4
- /opt/genymotion/libQtSql.so.4
- /opt/genymotion/libswscale.so.2
- /opt/genymotion/libavutil.so.51
- /opt/genymotion/libQtNetwork.so.4
- /opt/genymotion/lib64OpenglRender.so
- /opt/genymotion/imageformats/libqtga.so
- /opt/genymotion/imageformats/libqtiff.so
- /opt/genymotion/imageformats/libqico.so
- /opt/genymotion/imageformats/libqsvg.so
- /opt/genymotion/imageformats/libqjpeg.so
- /opt/genymotion/imageformats/libqgif.so
- /opt/genymotion/imageformats/libqmng.so
- /opt/genymotion/libQtGui.so.4
- /opt/genymotion/libQtWebKit.so.4
- /opt/genymotion/genymotion-tool
- /opt/genymotion/libQtCore.so.4
- /opt/genymotion/libQtXml.so.4
- /opt/genymotion/lib64GLES_CM_translator.so
- /opt/genymotion/genyshell
- /opt/genymotion/lib64GLES_V2_translator.so
- /opt/genymotion/plugins/libvboxmanage.so.1.0.0
- /opt/genymotion/lib64EGL_translator.so
- /opt/genymotion/tools/aapt
- /opt/genymotion/tools/adb "
-
-src_unpack() {
- mkdir "${S}"
- skip=$(awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' "${DISTDIR}/${A}")
- tail -n +$skip "${DISTDIR}/${A}" | tar -xj -C "${S}"
-}
-
-src_install() {
- dodir "/opt/genymotion"
- if use system-qt ; then
- rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtScript.so.4 \
- libQtSql.so.4 libQtSvg.so.4 libQtWebKit.so.4 libQtXml.so.4 || die
- fi
-
- # use system qca and ssl
- rm libssl.so libcrypto.so libqca.so.2 || die
- rm -r crypto/libqca-ossl.so crypto || die
-
- cp -R "${S}"/* "${D}opt/genymotion"
- pax-mark -m "${D}opt/genymotion/genymotion"
-
- dodir "/opt/bin"
- dosym "/opt/genymotion/genymotion" "/opt/bin/genymotion"
- dosym "/opt/genymotion/genymotion-shell" "/opt/bin/genymotion-shell"
- dosym "/opt/genymotion/gmtool" "/opt/bin/gmtool"
-}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app-emulation/genymotion/genymotion-2.6.0.ebuild Sun Mar 13 18:02:39 2016 -0700
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="An awesome Android emulator"
+HOMEPAGE="http://www.genymotion.com"
+SRC_URI="amd64? ( http://files2.genymotion.com/${PN}/${P}/${P}-linux_x64.bin )
+ x86? ( http://files2.genymotion.com/${PN}/${P}/${P}-linux_x86.bin )"
+
+LICENSE="GENYMOTION"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="system-qt"
+
+inherit pax-utils
+
+DEPEND=""
+RDEPEND="|| ( app-emulation/virtualbox
+ app-emulation/virtualbox-bin )
+ dev-libs/openssl:0
+ =dev-libs/protobuf-2.4.1
+ media-video/libav
+ system-qt? (
+ dev-qt/qtcore:5[icu]
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtopengl:5
+ dev-qt/qtpositioning:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtquickcontrols:5
+ dev-qt/qtscript:5
+ dev-qt/qtsensors:5
+ dev-qt/qtsql:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwebchannel:5
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ )"
+
+ # other dependencies
+ # libav
+
+QA_PRESTRIPPED="
+ /opt/genymotion/device-upgrade
+ /opt/genymotion/genymotion
+ /opt/genymotion/genymotion-tool
+ /opt/genymotion/genyshell
+ /opt/genymotion/gmtool
+ /opt/genymotion/imageformats/libqsvg.so
+ /opt/genymotion/lib64EGL_translator.so
+ /opt/genymotion/lib64GLES_CM_translator.so
+ /opt/genymotion/lib64GLES_V2_translator.so
+ /opt/genymotion/lib64OpenglRender.so
+ /opt/genymotion/libavutil.so.51
+ /opt/genymotion/libcrypto.so.1.0.0
+ /opt/genymotion/libicudata.so.53
+ /opt/genymotion/libicui18n.so.53
+ /opt/genymotion/libicuuc.so.53
+ /opt/genymotion/libminicrypt.so.1.0.0
+ /opt/genymotion/libprotobuf.so.7
+ /opt/genymotion/libQt5Concurrent.so.5
+ /opt/genymotion/libQt5Core.so.5
+ /opt/genymotion/libQt5DBus.so.5
+ /opt/genymotion/libQt5Gui.so.5
+ /opt/genymotion/libQt5Multimedia.so.5
+ /opt/genymotion/libQt5MultimediaWidgets.so.5
+ /opt/genymotion/libQt5Network.so.5
+ /opt/genymotion/libQt5OpenGL.so.5
+ /opt/genymotion/libQt5Positioning.so.5
+ /opt/genymotion/libQt5PrintSupport.so.5
+ /opt/genymotion/libQt5Qml.so.5
+ /opt/genymotion/libQt5Quick.so.5
+ /opt/genymotion/libQt5Script.so.5
+ /opt/genymotion/libQt5Sensors.so.5
+ /opt/genymotion/libQt5Sql.so.5
+ /opt/genymotion/libQt5Svg.so.5
+ /opt/genymotion/libQt5WebChannel.so.5
+ /opt/genymotion/libQt5WebKit.so.5
+ /opt/genymotion/libQt5WebKitWidgets.so.5
+ /opt/genymotion/libQt5Widgets.so.5
+ /opt/genymotion/libswscale.so.2
+ /opt/genymotion/platforms/libqxcb.so
+ /opt/genymotion/player
+ /opt/genymotion/plugins/libvboxmanage.so.1.0.0
+ /opt/genymotion/sqldrivers/libqsqlite.so
+ /opt/genymotion/tools/aapt
+ /opt/genymotion/tools/adb
+ /opt/genymotion/tools/glewinfo "
+
+src_unpack() {
+ mkdir "${S}"
+ skip=$(awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' "${DISTDIR}/${A}")
+ tail -n +$skip "${DISTDIR}/${A}" | tar -xj -C "${S}"
+}
+
+src_install() {
+ dodir "/opt/genymotion"
+ if use system-qt ; then
+ rm libQt5*.so.5 || die
+ rm -r sqldrivers || die
+ # should be deleted and use the system one provided by qtsvg
+ # but it does not work
+ #rm -r imageformats || die
+ fi
+
+ # use system ssl
+ rm libssl.so.1.0.0 libcrypto.so.1.0.0 || die
+
+ cp -R "${S}"/* "${D}opt/genymotion"
+ pax-mark -m "${D}opt/genymotion/genymotion"
+ pax-mark -m "${D}opt/genymotion/gmtool"
+
+ dodir "/opt/bin"
+ dosym "/opt/genymotion/genymotion" "/opt/bin/genymotion"
+ dosym "/opt/genymotion/genymotion-shell" "/opt/bin/genymotion-shell"
+ dosym "/opt/genymotion/gmtool" "/opt/bin/gmtool"
+}