From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED5501382C5 for ; Sun, 20 May 2018 00:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C321E093A; Sun, 20 May 2018 00:16:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9487E093A for ; Sun, 20 May 2018 00:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93813335CC5 for ; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D62C2C2 for ; Sun, 20 May 2018 00:16:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526775328.67a94f27e3ad2af15be902f83e6892945b106d25.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/genymotion-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild X-VCS-Directories: app-emulation/genymotion-bin/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 67a94f27e3ad2af15be902f83e6892945b106d25 X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 761a8493-decd-4798-820f-4b0cae464196 X-Archives-Hash: 554e3fcb8aae1ef417f6a0731cba84dd commit: 67a94f27e3ad2af15be902f83e6892945b106d25 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:33:46 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:15:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a94f27 app-emulation/genymotion-bin: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8473 app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild b/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild index 5d9a8111355..15acb33f5a0 100644 --- a/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild +++ b/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Complete set of tools that provide a virtual environment for Android" -HOMEPAGE="http://genymotion.com" +HOMEPAGE="https://genymotion.com" SRC_URI="${MY_P}-linux_x64.bin" DOWNLOAD_URL="https://www.genymotion.com/download/"