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-Structures_Graph/
Date: Wed, 20 Mar 2019 20:27:35
Message-Id: 1553113557.e6b78c8ef2b3d573de42e91467bad09cbc2a20d5.bman@gentoo
1 commit: e6b78c8ef2b3d573de42e91467bad09cbc2a20d5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 16 19:05:03 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:25:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b78c8e
7
8 dev-php/PEAR-Structures_Graph: 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-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild
17 index a825c7e455d..a92d08efe6d 100644
18 --- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild
19 +++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 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,8 +7,8 @@ MY_PN="${PN/PEAR-/}"
27 MY_P="${MY_PN}-${PV}"
28
29 DESCRIPTION="Graph datastructure manipulation library"
30 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
31 -SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
32 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
33 +SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"