Merge dev-util/android-studio in master
authorDa Risk <da_risk@geekorum.com>
Mon, 02 Nov 2015 11:10:25 +0100
changeset 185 b4a54a5d881d
parent 176 fa89ae11661d (diff)
parent 184 1337913a1663 (current diff)
child 186 20faeb6bdaed
child 187 e5c209b31d08
child 188 1293def4c3e0
Merge dev-util/android-studio in master
dev-util/android-studio/android-studio-1.1.0.135.1740770.ebuild
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app-emulation/genymotion/Manifest	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app-emulation/genymotion/genymotion-2.5.2.ebuild	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +1,94 @@
+# 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/metadata.xml	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription lang="en">
+	</longdescription>
+	<maintainer>
+		<email>da_risk@geekorum.com</email>
+		<name>Frederic Barthelery</name>
+	</maintainer>
+<use>
+	<flag name="system-qt">Use the system-wide <cat>dev-qt</cat> packages instead of bundled.</flag>
+</use>
+</pkgmetadata>
--- a/dev-python/flask-browserid/Manifest	Mon Nov 02 11:09:08 2015 +0100
+++ b/dev-python/flask-browserid/Manifest	Mon Nov 02 11:10:25 2015 +0100
@@ -1,1 +1,1 @@
-EBUILD flask-browserid-9999.ebuild 921 SHA256 3f97727ea4c82725dd48a071af45d2610905db22af8fed328944115e4c943323 SHA512 d925cd321fff2a26d5c0f80c83dabd839efd5a7357586b7299fb7af4bee20743f7d50a9fe028130703b7710a51d8386f7cc3d652107fcd6708550369186d4660 WHIRLPOOL 4a315bf370aaeaa4f715ea0c8dc99a692fd221903c1899e82b80f6a608635a980621303dd636b4720d40145db3eeb593fe88d993cb2643997edd967ecc03e912
+DIST Flask-BrowserID-0.0.4.tar.gz 5918 SHA256 79a72ff110c3dcdfbe91977fb79ed7ceb4f290aa2100942603077d39c5801dbe SHA512 07230b3995ed0e820baa1cbe30880f5c71db889eb3c136ce2c1ff67eaea2e5c7bdec896b397d8d8fb3bcd776b5e384730c310d579caccd05e5846a10b3ee5e74 WHIRLPOOL 84cb8d47b5931c1b01d061e9b9983528633ca01a40ef1c16bc441be5c7839ce17bf5b25c311215bb94990384aad1276f2d229b409948102aab54378e96d98abc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/flask-browserid/flask-browserid-0.0.4.ebuild	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/garbados/flask-browserid.git"
+
+[[ ${PV} == 9999 ]] && SCM=git-r3
+
+inherit distutils-r1 ${SCM}
+
+MY_PN="Flask-BrowserID"
+DESCRIPTION="Flask support for BrowserID authentication"
+HOMEPAGE="http://pypi.python.org/pypi/Flask-BrowserID"
+
+if [ ${PV} != 9999 ]; then
+	SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) "
+RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]
+		>=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+	if use doc; then
+		einfo "Generation of documentation"
+		cd docs
+		emake html || die "Generation of documentation failed"
+	fi
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/_build/html/. )
+
+	distutils-r1_python_install_all
+}
+
+python_test() {
+	esetup.py test
+}
--- a/dev-python/flask-browserid/flask-browserid-9999.ebuild	Mon Nov 02 11:09:08 2015 +0100
+++ b/dev-python/flask-browserid/flask-browserid-9999.ebuild	Mon Nov 02 11:10:25 2015 +0100
@@ -1,47 +1,50 @@
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
 
-inherit distutils git-2
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
 
 EGIT_REPO_URI="git://github.com/garbados/flask-browserid.git"
 
+[[ ${PV} == 9999 ]] && SCM=git-r3
+
+inherit distutils-r1 ${SCM}
+
 MY_PN="Flask-BrowserID"
-
 DESCRIPTION="Flask support for BrowserID authentication"
 HOMEPAGE="http://pypi.python.org/pypi/Flask-BrowserID"
 
+if [ ${PV} != 9999 ]; then
+	SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="doc test"
 
-RDEPEND=">=dev-python/flask-0.9
-		>=dev-python/flask-login-0.1.3
-		dev-python/requests
-		doc? ( dev-python/sphinx ) "
-DEPEND="${RDEPEND}
-	dev-python/setuptools"
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) "
+RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]
+		>=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/setuptools[${PYTHON_USEDEP}]"
 
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="flaskext/browserid"
-
-src_compile() {
-	distutils_src_compile
-
+python_compile_all() {
 	if use doc; then
 		einfo "Generation of documentation"
 		cd docs
-		PYTHONPATH=".." emake html || die "Generation of documentation failed"
+		emake html || die "Generation of documentation failed"
 	fi
 }
 
-src_install() {
-	distutils_src_install
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/_build/html/. )
 
-	if use doc; then
-		dohtml -r docs/_build/html/* || die "Installation of documentation failed"
-	fi
+	distutils-r1_python_install_all
 }
+
+python_test() {
+	esetup.py test
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/flask-browserid/metadata.xml	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>da_risk@geekorum.com</email></maintainer>
+</pkgmetadata>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/GENYMOTION	Mon Nov 02 11:10:25 2015 +0100
@@ -0,0 +1,342 @@
+Terms and conditions of use GENYMOTION
+Definition of "end user"
+
+A "end user" is a user represented by an unique username and using the software only one a single workstation.
+Free VERSION AGREEMENT : Personal and private use only, exclusion of all other uses
+Binding agreement
+
+By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
+
+The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
+Warning: warranties and representations of the licensee
+
+Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
+License granted: Limited
+
+GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
+
+This license is granted to the end user only and exclusively in connection with personal use, the end user is an individual, and not a professional, who downloads the application for personal and private needs, excluding commercial and professional environment.
+
+The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
+
+    assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or include this applicationin a product whatsoever,
+
+    use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
+
+Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
+No support and no guarantee
+
+GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee.
+
+GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
+
+GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
+
+The applicationis provided « as is » and « where is ».
+
+GENYMOBILE provides no commitment, no warranty to the end user or licensee.
+
+GENYMOBILE disclaims:
+
+    Any liability of any nature whatsoever,
+
+    Any warranty and any support, maintenance or other service,
+
+    Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
+
+    Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
+
+    Any use that is consistent with security needs and specific requirements by the end user or licensee,
+
+    Any warranty arising as a result of custom, usage or trade and those arising under Law.
+
+GENYMOBILE shall in no event be liable to the end user or licensee or any third party for any damages.
+Downtime
+
+GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILEmay deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
+
+GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
+Ownership
+
+GENYMOBILE owns and retains all rights to:
+
+    the software/application she has developed and all modifications and improvements,
+
+    any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
+
+    any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
+
+    Any derivative works made from modifications and improvements to the application.
+
+Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
+
+The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »).
+
+He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
+
+The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
+Basis of bargain
+
+GENYMOBILE grants, free of charge, this license to the end user or licensee who accepts it.
+Infringement
+
+If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
+
+    negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
+
+    modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
+
+    replace the software/application with non-infringing software/application or,
+
+    terminate this license and the end user or the licensee shall stop using the software/application.
+
+Modifications
+
+GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
+
+GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
+
+GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
+Statistics
+
+GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics.
+Termination
+
+GENYMOBILE may terminate this agreement at any time without cause and without need for any notice to the end user or to the licensee.
+
+Upon the termination of this agreement, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
+Forum for disputes and applicable Law
+
+The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
+
+This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.
+
+*******
+
+Terms of the paid Agreement version INDIE : Professional use limited to companies with fewer than three employees
+
+Binding agreement
+
+By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
+
+The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
+Warning: warranties and representations of the licensee
+
+Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
+License granted: Limited
+
+GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
+
+The user downloads the application says to do so in a professional and for the purposes of its business which is necessarily a business with fewer than three employees. This so-called INDIE license is limited to the use made in the company, prohibiting the user to subscribe several INDIE licenses. Therefore the licensee warrants, represents and undertakes to use the application solely for this approved use.
+
+The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
+
+    assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever,
+
+    use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
+
+Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
+No support and no guarantee
+
+GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee.
+
+If GENYMOBILE decided to offer support, it would be without warranty of any kind with respect to the response time, this possible response would occur in any event by email.
+
+GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
+
+GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
+
+The application is provided « as is » and « where is ».
+
+GENYMOBILE provides no commitment, no warranty to the end user or licensee.
+
+GENYMOBILE disclaims:
+
+    Any liability of any nature whatsoever,
+
+    Any warranty and any support, maintenance or other service,
+
+    Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
+
+    Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
+
+    Any use that is consistent with security needs and specific requirements by the end user or licensee,
+
+    Any warranty arising as a result of custom, usage or trade and those arising under Law.
+
+GENYMOBILE shall in no event be liable to the end user orlicensee or any third party for any damages.
+Downtime
+
+GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
+
+GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
+Ownership
+
+GENYMOBILE owns and retains all rights to:
+
+    the software/application she has developed and all modifications and improvements,
+
+    any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
+
+    any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
+
+    Any derivative works made from modifications and improvements to the application.
+
+Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
+
+The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »).
+
+He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
+
+The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
+Basis of bargain
+
+GENYMOBILE grants this license to the end user or licensee who accepts it.
+
+In consideration of the rights granted (professional use limited to companies with fewer than three employees), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee.
+Infringement
+
+If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
+
+    negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
+
+    modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
+
+    replace the software/application with non-infringing software/application or,
+
+    terminate this license and the end user or the licensee shall stop using the software/application.
+
+Modifications
+
+GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
+
+GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
+
+GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
+Statistics
+
+GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics.
+Duration and Termination
+
+This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated.
+
+GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever.
+
+Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
+Forum for disputes and applicable Law
+
+The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
+
+This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.
+
+*******
+
+Terms of the paid AGREEMENT: Business use
+Binding agreement
+
+By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol.
+
+The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees.
+Warning: warranties and representations of the licensee
+
+Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE.
+License granted: Limited
+
+GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE.
+
+The end user or licensee who downloads the software/application developed by GENYMOBILE says to do so in a professional environment and/or in relation of the activities of the company. Nevertheless, the pecuniary license is limited to one year per user. Therefore, the end user or the licensee warrants, represents and undertakes to use the application/software only under the above conditions.
+
+The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever:
+
+    assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever,
+
+    use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party,
+
+Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement.
+Support
+
+GENYMOBILE may, in its sole discretion, directly or indirectly make available, but is not obligated, to provide a support by email regarding this application. Regarding this support, GENYMOBILE will try to give an answer to the questions that would be asked in a reasonable period of about 3 working days, working days agreeing Monday to Friday.
+No guarantee and downtime
+
+GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever.
+
+GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements.
+
+The applicationis provided « as is » and « where is ».
+
+GENYMOBILE provides no commitment, no warranty to the end user or licensee.
+
+GENYMOBILE disclaims:
+
+    Any liability of any nature whatsoever,
+
+    Any warranty and any support, except response within 3 working days, any maintenance or other service,
+
+    Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications,
+
+    Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors,
+
+    Any use that is consistent with security needs and specific requirements by the end user or licensee,
+
+    Any warranty arising as a result of custom, usage or trade and those arising under Law.
+
+GENYMOBILE shall in noevent be liableto the end user orlicensee orany third partyfor any damages.
+
+GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application.
+
+GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime.
+Ownership
+
+GENYMOBILE owns and retains all rights to:
+
+    the software/application she has developed and all modifications and improvements,
+
+    any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law,
+
+    any other technology, invention, concept, system, method, process, and other element of the software/application developed by her,
+
+    Any derivative works made from modifications and improvements to the application.
+
+Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property.
+
+The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited »).
+
+He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights.
+
+The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE.
+Basis of bargain
+
+GENYMOBILE grants this license to the end user or licensee who accepts it.
+
+In consideration of the rights granted (business use, one license by user for one year), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee.
+Infringement
+
+If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following:
+
+    negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim,
+
+    modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application,
+
+    replace the software/application with non-infringing software/application or,
+
+    terminate this license and the end user or the licensee shall stop using the software/application.
+
+Modifications
+
+GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested.
+
+GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application.
+
+GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto.
+Duration and Termination
+
+This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated.
+
+GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever.
+
+Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights.
+Forum for disputes and applicable Law
+
+The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief.
+
+This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction.