Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/wwwoffle/
Date: Thu, 28 Dec 2017 15:29:22
Message-Id: 1514474952.f3f36f453bf712aaa2bb75fcf2977cb8fc316790.candrews@gentoo
1 commit: f3f36f453bf712aaa2bb75fcf2977cb8fc316790
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Thu Dec 28 11:58:18 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 15:29:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f36f45
7
8 net-proxy/wwwoffle: HOMEPAGE and SRC_URI to use https
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 net-proxy/wwwoffle/wwwoffle-2.9i-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-proxy/wwwoffle/wwwoffle-2.9i-r1.ebuild b/net-proxy/wwwoffle/wwwoffle-2.9i-r1.ebuild
16 index 053f7395776..9ad5008d950 100644
17 --- a/net-proxy/wwwoffle/wwwoffle-2.9i-r1.ebuild
18 +++ b/net-proxy/wwwoffle/wwwoffle-2.9i-r1.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 inherit eutils user
26
27 DESCRIPTION="Web caching proxy suitable for non-permanent Internet connections"
28 -HOMEPAGE="http://www.gedanken.org.uk/software/wwwoffle/"
29 -SRC_URI="http://www.gedanken.org.uk/software/${PN}/download/${P}.tgz"
30 +HOMEPAGE="https://www.gedanken.org.uk/software/wwwoffle/"
31 +SRC_URI="https://www.gedanken.org.uk/software/${PN}/download/${P}.tgz"
32
33 KEYWORDS="amd64 ppc ppc64 sparc x86"
34 SLOT="0"