diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:02:58 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:54 -0400 |
commit | 0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497 (patch) | |
tree | b31f346d099ae1663510043fb79c144b57faec3a /dev-php/PEAR-PEAR | |
parent | dev-php/PEAR-Numbers_Words: use HTTPS (diff) | |
download | gentoo-0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497.tar.gz gentoo-0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497.tar.bz2 gentoo-0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497.zip |
dev-php/PEAR-PEAR: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild index 21b9136f7894..5b905fbd1b62 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="PEAR Base System" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" -SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" +SRC_URI="https://pear.php.net/get/${MY_P}.tgz" LICENSE="MIT" KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" SLOT="0" diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild index 70bd0801cdb3..f7fb52913b5c 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="PEAR Base System" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" -SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" +SRC_URI="https://pear.php.net/get/${MY_P}.tgz" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SLOT="0" diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild index 941bc91e9d57..8472eb060991 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild @@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="PEAR Base System" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" -SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" +SRC_URI="https://pear.php.net/get/${MY_P}.tgz" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SLOT="0" |