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-Net_SMTP/
Date: Wed, 20 Mar 2019 20:27:36
Message-Id: 1553113553.fe0021a60f5396bc30cc67c3cc2146d739fe4f53.bman@gentoo
1 commit: fe0021a60f5396bc30cc67c3cc2146d739fe4f53
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 16 19:01:21 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:25:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0021a6
7
8 dev-php/PEAR-Net_SMTP: 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-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild | 4 ++--
14 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild | 4 ++--
15 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild
19 index fb0ffac40c6..515e221db17 100644
20 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild
21 +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 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,7 +7,7 @@ MY_PN="${PN/PEAR-/}"
29 MY_P="${MY_PN}-${PV}"
30
31 DESCRIPTION="A PHP implementation of the SMTP protocol"
32 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
33 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
34 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
35 LICENSE="PHP-3.01"
36 SLOT="0"
37
38 diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
39 index cf8c9391e1a..65b32a4c7a3 100644
40 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
41 +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}"
49 MY_P="${MY_PN}-${PV}"
50
51 DESCRIPTION="A PHP implementation of the SMTP protocol"
52 -HOMEPAGE="http://pear.php.net/package/${MY_PN}"
53 +HOMEPAGE="https://pear.php.net/package/${MY_PN}"
54 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
55 LICENSE="PHP-3.01"
56 SLOT="0"
57
58 diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild
59 index e73ba70c187..bbce75d2346 100644
60 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild
61 +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Authors
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -9,7 +9,7 @@ MY_PN="${PN/PEAR-/}"
69 MY_P="${MY_PN}-${PV}"
70
71 DESCRIPTION="A PHP implementation of the SMTP protocol"
72 -HOMEPAGE="http://pear.php.net/package/Net_SMTP"
73 +HOMEPAGE="https://pear.php.net/package/Net_SMTP"
74 LICENSE="BSD-2"
75 SLOT="0"
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"