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-PEAR/
Date: Wed, 20 Mar 2019 20:27:38
Message-Id: 1553113554.0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497.bman@gentoo
1 commit: 0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 16 19:02:58 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:25:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3cba3f
7
8 dev-php/PEAR-PEAR: 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-PEAR/PEAR-PEAR-1.10.6.ebuild | 6 +++---
14 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild | 6 +++---
15 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild | 4 ++--
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild
19 index 21b9136f789..5b905fbd1b6 100644
20 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild
21 +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}"
29 MY_P="${MY_PN}-${PV}"
30
31 DESCRIPTION="PEAR Base System"
32 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
33 -SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
34 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
35 +SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
36 LICENSE="MIT"
37 KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
38 SLOT="0"
39
40 diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild
41 index 70bd0801cdb..f7fb52913b5 100644
42 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild
43 +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}"
51 MY_P="${MY_PN}-${PV}"
52
53 DESCRIPTION="PEAR Base System"
54 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
55 -SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
56 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
57 +SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
58 LICENSE="MIT"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 SLOT="0"
61
62 diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild
63 index 941bc91e9d5..8472eb06099 100644
64 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild
65 +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild
66 @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}"
67 MY_P="${MY_PN}-${PV}"
68
69 DESCRIPTION="PEAR Base System"
70 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
71 -SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
72 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
73 +SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
74 LICENSE="MIT"
75 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
76 SLOT="0"