Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 01 May 2018 18:40:22
Message-Id: 1525199976.280f68badc237f8b1a3679280736bbc47156007e.mgorny@gentoo
1 commit: 280f68badc237f8b1a3679280736bbc47156007e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 14:03:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 18:39:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280f68ba
7
8 twisted-r1.eclass: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8203
11
12 eclass/twisted-r1.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass
16 index 5c86d1644a6..644a1528bf4 100644
17 --- a/eclass/twisted-r1.eclass
18 +++ b/eclass/twisted-r1.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: twisted-r1.eclass
25 @@ -97,8 +97,8 @@ _twisted-r1_camelcase() {
26 # Example: 1.2
27 : ${TWISTED_RELEASE:=$(get_version_component_range 1-2 ${PV})}
28
29 -HOMEPAGE="http://www.twistedmatrix.com/"
30 -SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}"
31 +HOMEPAGE="https://www.twistedmatrix.com/trac/"
32 +SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}"
33 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2"
34
35 LICENSE="MIT"