From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1078597-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98FE5138335 for <garchives@archives.gentoo.org>; Wed, 20 Mar 2019 20:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB32FE08F6; Wed, 20 Mar 2019 20:27:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 966A4E08F2 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 20:27:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A6F1335D17 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 20:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C30357C for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 20:27:30 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1553113554.0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild dev-php/PEAR-PEAR/PEAR-PEAR-1.10.9.ebuild X-VCS-Directories: dev-php/PEAR-PEAR/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497 X-VCS-Branch: master Date: Wed, 20 Mar 2019 20:27:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f5a3cf2-4674-448d-b4b1-fe7784396c2d X-Archives-Hash: 479220b4fa92deab62707524a341f447 commit: 0a3cba3ffd38b75a15aa454e8296e5d5f1e5e497 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 16 19:02:58 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 20:25:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3cba3f dev-php/PEAR-PEAR: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-php/PEAR-PEAR/PEAR-PEAR-1.10.6.ebuild | 6 +++--- dev-php/PEAR-PEAR/PEAR-PEAR-1.10.7.ebuild | 6 +++--- 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 21b9136f789..5b905fbd1b6 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 70bd0801cdb..f7fb52913b5 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 941bc91e9d5..8472eb06099 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"