Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Thu, 29 Dec 2016 14:37:30
Message-Id: 1483021252.844131579a763d672687e3c19cc2621c30b61200.aballier@gentoo
1 commit: 844131579a763d672687e3c19cc2621c30b61200
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 14:20:52 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 14:20:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84413157
7
8 sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 by avinash uttamchandani.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
16 index 8abc8c9..bbc32ae 100644
17 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild
18 +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
19 @@ -8,7 +8,7 @@ inherit cmake-utils versionator vcs-snapshot flag-o-matic
20
21 DESCRIPTION="A 3D multiple robot simulator with dynamics"
22 HOMEPAGE="http://gazebosim.org/"
23 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
24 +SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
25
26 LICENSE="Apache-2.0"
27 SLOT="0"