Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
Date: Thu, 05 Jul 2018 01:02:58
Message-Id: 1530752489.68176331060137f136803d448deef11635c23676.gyakovlev@gentoo
1 commit: 68176331060137f136803d448deef11635c23676
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 4 19:56:15 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 01:01:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68176331
7
8 net-misc/s3cmd: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/9055
11
12 net-misc/s3cmd/s3cmd-1.6.1.ebuild | 4 ++--
13 net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/s3cmd/s3cmd-1.6.1.ebuild b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
17 index acafa812472..d94467370c5 100644
18 --- a/net-misc/s3cmd/s3cmd-1.6.1.ebuild
19 +++ b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
27 inherit distutils-r1
28
29 DESCRIPTION="Command line client for Amazon S3"
30 -HOMEPAGE="http://s3tools.org/s3cmd"
31 +HOMEPAGE="https://s3tools.org/s3cmd"
32 SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
33 LICENSE="GPL-2"
34 SLOT="0"
35
36 diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
37 index 6b1f5b6bcdc..507d12fbeb1 100644
38 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild
39 +++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
40 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
41 inherit distutils-r1
42
43 DESCRIPTION="Command line client for Amazon S3"
44 -HOMEPAGE="http://s3tools.org/s3cmd"
45 +HOMEPAGE="https://s3tools.org/s3cmd"
46 SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
47 LICENSE="GPL-2"
48 SLOT="0"