Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/
Date: Tue, 27 Mar 2018 22:53:37
Message-Id: 1522191202.5704932eef28aebd4a293dc6054aa0a965b6a107.bman@gentoo
1 commit: 5704932eef28aebd4a293dc6054aa0a965b6a107
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Mar 27 04:16:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:53:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5704932e
7
8 net-proxy/3proxy: use HTTPS
9
10 Bug: https://bugs.gentoo.org/651666
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 Closes: https://github.com/gentoo/gentoo/pull/7638
13
14 net-proxy/3proxy/3proxy-0.7.1.2.ebuild | 6 +++---
15 net-proxy/3proxy/3proxy-0.7.1.4.ebuild | 6 +++---
16 net-proxy/3proxy/3proxy-0.8.6.ebuild | 6 +++---
17 3 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild b/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
20 index 45cac577e57..092c5f001ef 100644
21 --- a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
22 +++ b/net-proxy/3proxy/3proxy-0.7.1.2.ebuild
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 inherit eutils
30
31 DESCRIPTION="A really tiny cross-platform proxy servers set"
32 -HOMEPAGE="http://www.3proxy.ru/"
33 -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz"
34 +HOMEPAGE="https://www.3proxy.ru/"
35 +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz"
36 LICENSE="BSD"
37 SLOT="0"
38 KEYWORDS="~x86 ~amd64 ~ppc"
39
40 diff --git a/net-proxy/3proxy/3proxy-0.7.1.4.ebuild b/net-proxy/3proxy/3proxy-0.7.1.4.ebuild
41 index 272bfbcb2fc..2773257c641 100644
42 --- a/net-proxy/3proxy/3proxy-0.7.1.4.ebuild
43 +++ b/net-proxy/3proxy/3proxy-0.7.1.4.ebuild
44 @@ -1,12 +1,12 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 inherit eutils
51
52 DESCRIPTION="A really tiny cross-platform proxy servers set"
53 -HOMEPAGE="http://www.3proxy.ru/"
54 -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz"
55 +HOMEPAGE="https://www.3proxy.ru/"
56 +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz"
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~x86 ~amd64 ~ppc"
60
61 diff --git a/net-proxy/3proxy/3proxy-0.8.6.ebuild b/net-proxy/3proxy/3proxy-0.8.6.ebuild
62 index a21555cfb8e..bb8b7196c0a 100644
63 --- a/net-proxy/3proxy/3proxy-0.8.6.ebuild
64 +++ b/net-proxy/3proxy/3proxy-0.8.6.ebuild
65 @@ -1,12 +1,12 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 inherit eutils
72
73 DESCRIPTION="A really tiny cross-platform proxy servers set"
74 -HOMEPAGE="http://www.3proxy.ru/"
75 -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz"
76 +HOMEPAGE="https://www.3proxy.ru/"
77 +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz"
78 LICENSE="BSD"
79 SLOT="0"
80 KEYWORDS="~x86 ~amd64 ~ppc"