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-php/PEAR-Math_BigInteger/
Date: Wed, 20 Mar 2019 20:27:34
Message-Id: 1553113549.7326103a23284b7e98905d3e7039473ffdf2f9eb.bman@gentoo
1 commit: 7326103a23284b7e98905d3e7039473ffdf2f9eb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 16 18:51:59 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:25:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7326103a
7
8 dev-php/PEAR-Math_BigInteger: 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 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
17 index bf5089085a3..5dca4ed974f 100644
18 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
19 +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 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,7 +7,7 @@ MY_PN="${PN/PEAR-/}"
27 MY_P="${MY_PN}-${PV}"
28
29 DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library"
30 -HOMEPAGE="http://pear.php.net/package/${MY_PN}
31 +HOMEPAGE="https://pear.php.net/package/${MY_PN}
32 http://phpseclib.sourceforge.net/documentation/math.html"
33 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
34 LICENSE="MIT"