Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/
Date: Wed, 01 Jul 2020 19:59:49
Message-Id: 1593633559.ac27dd3b4f1cb822a5ebb26b68b630f97294416b.bman@gentoo
1 commit: ac27dd3b4f1cb822a5ebb26b68b630f97294416b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 19:30:07 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:59:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac27dd3b
7
8 dev-libs/gf2x: 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/16493
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-libs/gf2x/gf2x-1.3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/gf2x/gf2x-1.3.0.ebuild b/dev-libs/gf2x/gf2x-1.3.0.ebuild
19 index a634e10fbab..3c44e414e86 100644
20 --- a/dev-libs/gf2x/gf2x-1.3.0.ebuild
21 +++ b/dev-libs/gf2x/gf2x-1.3.0.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 inherit autotools
24
25 DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
26 -HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ http://gforge.inria.fr/projects/gf2x/"
27 +HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ https://gforge.inria.fr/projects/gf2x/"
28 # The Gitlab release is missing the autotools files.
29 SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz"