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-libs/ignition-math/
Date: Thu, 22 Feb 2018 20:20:03
Message-Id: 1519330709.1b8bc98b9e363c95b310dad1dc8e8600c50a14cd.aballier@gentoo
1 commit: 1b8bc98b9e363c95b310dad1dc8e8600c50a14cd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 17:44:47 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 20:18:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8bc98b
7
8 sci-libs/ignition-math: use HTTPS
9
10 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 4 ++--
11 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
15 index edbe8795a02..a4ba79c991d 100644
16 --- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
17 +++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -6,7 +6,7 @@ EAPI=5
25 inherit cmake-multilib vcs-snapshot flag-o-matic
26
27 DESCRIPTION="A small, fast, and high performance math library for robot applications"
28 -HOMEPAGE="http://ignitionrobotics.org/libraries/math"
29 +HOMEPAGE="https://ignitionrobotics.org/libraries/math"
30 SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}3_${PV}.tar.bz2"
31
32 LICENSE="Apache-2.0"
33
34 diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
35 index 423c6ac865d..03d5e2d9fbb 100644
36 --- a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
37 +++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
38 @@ -6,7 +6,7 @@ EAPI=5
39 inherit cmake-multilib vcs-snapshot flag-o-matic
40
41 DESCRIPTION="A small, fast, and high performance math library for robot applications"
42 -HOMEPAGE="http://ignitionrobotics.org/libraries/math"
43 +HOMEPAGE="https://ignitionrobotics.org/libraries/math"
44 SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
45
46 LICENSE="Apache-2.0"