Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/
Date: Wed, 01 Jul 2020 19:59:46
Message-Id: 1593633550.ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9.bman@gentoo
1 commit: ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 19:35:29 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:59:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8bc49a
7
8 sci-visualization/gr: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16495
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 sci-visualization/gr/gr-0.50.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild b/sci-visualization/gr/gr-0.50.0-r1.ebuild
19 index 82f6df9f2ae..ddb28dbc246 100644
20 --- a/sci-visualization/gr/gr-0.50.0-r1.ebuild
21 +++ b/sci-visualization/gr/gr-0.50.0-r1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 inherit cmake
24
25 DESCRIPTION="Universal framework for cross-platform visualization applications"
26 -HOMEPAGE="http://gr-framework.org/"
27 +HOMEPAGE="https://gr-framework.org/"
28 SRC_URI="https://github.com/sciapp/gr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="MIT"