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 6C7B6139085 for ; Thu, 29 Dec 2016 14:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC88E0BFF; Thu, 29 Dec 2016 14:37:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FB31E0BFF for ; Thu, 29 Dec 2016 14:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FBA434166B for ; Thu, 29 Dec 2016 14:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E80F24BF for ; Thu, 29 Dec 2016 14:37:20 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1483021252.844131579a763d672687e3c19cc2621c30b61200.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gazebo/gazebo-7.4.0.ebuild X-VCS-Directories: sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 844131579a763d672687e3c19cc2621c30b61200 X-VCS-Branch: master Date: Thu, 29 Dec 2016 14:37:20 +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: 271b9a8e-7978-4d94-87f0-77b8b8bdb359 X-Archives-Hash: f5a0e51a650537f31bcc25fe98753eea commit: 844131579a763d672687e3c19cc2621c30b61200 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 29 14:20:52 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 29 14:20:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84413157 sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 by avinash uttamchandani. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index 8abc8c9..bbc32ae 100644 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils versionator vcs-snapshot flag-o-matic DESCRIPTION="A 3D multiple robot simulator with dynamics" HOMEPAGE="http://gazebosim.org/" -SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2" +SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0"