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-mathematics/genius/
Date: Wed, 27 Feb 2019 04:25:47
Message-Id: 1551241282.6f5605164d2205b0693265ec88a0ccc7a4fc9feb.bman@gentoo
1 commit: 6f5605164d2205b0693265ec88a0ccc7a4fc9feb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:54:33 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f560516
7
8 sci-mathematics/genius: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sci-mathematics/genius/genius-1.0.21.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/genius/genius-1.0.21.ebuild b/sci-mathematics/genius/genius-1.0.21.ebuild
17 index 06833d14df8..b1212cfa833 100644
18 --- a/sci-mathematics/genius/genius-1.0.21.ebuild
19 +++ b/sci-mathematics/genius/genius-1.0.21.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -7,9 +7,9 @@ GNOME2_LA_PUNT="yes"
27 inherit gnome2
28
29 DESCRIPTION="Genius Mathematics Tool and the GEL Language"
30 -HOMEPAGE="http://www.jirka.org/genius.html"
31 +HOMEPAGE="https://www.jirka.org/genius.html"
32 SRC_URI="${SRC_URI}
33 - doc? ( http://www.jirka.org/${PN}-reference.pdf )"
34 + doc? ( https://www.jirka.org/${PN}-reference.pdf )"
35
36 LICENSE="GPL-3"
37 SLOT="0"