Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rr/
Date: Sun, 10 Jun 2018 16:29:35
Message-Id: 1528648155.70126cf22e7a011963de009efcb7fb36d887d909.slyfox@gentoo
1 commit: 70126cf22e7a011963de009efcb7fb36d887d909
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:32:15 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 16:29:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70126cf2
7
8 dev-util/rr: use HTTPs
9
10 dev-util/rr/rr-4.5.0.ebuild | 4 ++--
11 dev-util/rr/rr-5.0.0.ebuild | 4 ++--
12 dev-util/rr/rr-5.1.0.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-util/rr/rr-4.5.0.ebuild b/dev-util/rr/rr-4.5.0.ebuild
16 index fd1d69c293d..32d5d5d6983 100644
17 --- a/dev-util/rr/rr-4.5.0.ebuild
18 +++ b/dev-util/rr/rr-4.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release
26 inherit cmake-utils linux-info python-single-r1
27
28 DESCRIPTION="Record and Replay Framework"
29 -HOMEPAGE="http://rr-project.org/"
30 +HOMEPAGE="https://rr-project.org/"
31 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz"
32
33 LICENSE="MIT BSD-2"
34
35 diff --git a/dev-util/rr/rr-5.0.0.ebuild b/dev-util/rr/rr-5.0.0.ebuild
36 index e2903c93af1..330b1821df1 100644
37 --- a/dev-util/rr/rr-5.0.0.ebuild
38 +++ b/dev-util/rr/rr-5.0.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release
46 inherit cmake-utils linux-info python-single-r1
47
48 DESCRIPTION="Record and Replay Framework"
49 -HOMEPAGE="http://rr-project.org/"
50 +HOMEPAGE="https://rr-project.org/"
51 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz"
52
53 LICENSE="MIT BSD-2"
54
55 diff --git a/dev-util/rr/rr-5.1.0.ebuild b/dev-util/rr/rr-5.1.0.ebuild
56 index 09b7822c977..330b1821df1 100644
57 --- a/dev-util/rr/rr-5.1.0.ebuild
58 +++ b/dev-util/rr/rr-5.1.0.ebuild
59 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release
60 inherit cmake-utils linux-info python-single-r1
61
62 DESCRIPTION="Record and Replay Framework"
63 -HOMEPAGE="http://rr-project.org/"
64 +HOMEPAGE="https://rr-project.org/"
65 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz"
66
67 LICENSE="MIT BSD-2"