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: dev-python/twisted/
Date: Tue, 01 May 2018 18:40:22
Message-Id: 1525199994.cea7e093da67264f0ea1a88cd61c56263450ba6d.mgorny@gentoo
1 commit: cea7e093da67264f0ea1a88cd61c56263450ba6d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 13:51:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 18:39:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea7e093
7
8 dev-python/twisted: use HTTPS
9
10 dev-python/twisted/twisted-16.6.0-r3.ebuild | 6 +++---
11 dev-python/twisted/twisted-17.1.0-r2.ebuild | 8 ++++----
12 dev-python/twisted/twisted-17.9.0.ebuild | 6 +++---
13 3 files changed, 10 insertions(+), 10 deletions(-)
14
15 diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild
16 index 069753121eb..d63d82996b2 100644
17 --- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
18 +++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
19 @@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
20 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
21
22 DESCRIPTION="An asynchronous networking framework written in Python"
23 -HOMEPAGE="http://www.twistedmatrix.com/"
24 -SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
25 +HOMEPAGE="https://www.twistedmatrix.com/trac/"
26 +SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
27 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
28 https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
29
30 @@ -96,7 +96,7 @@ python_prepare_all() {
31 python_compile() {
32 if ! python_is_python3; then
33 # Needed to make the sendmsg extension work
34 - # (see http://twistedmatrix.com/trac/ticket/5701 )
35 + # (see https://twistedmatrix.com/trac/ticket/5701 )
36 local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
37 local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
38 fi
39
40 diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild
41 index 13b750e8a74..a3283137b4c 100644
42 --- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
43 +++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
44 @@ -1,4 +1,4 @@
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=5
50 @@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
51 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
52
53 DESCRIPTION="An asynchronous networking framework written in Python"
54 -HOMEPAGE="http://www.twistedmatrix.com/"
55 -SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
56 +HOMEPAGE="https://www.twistedmatrix.com/trac/"
57 +SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
58 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
59 https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
60
61 @@ -97,7 +97,7 @@ python_prepare_all() {
62 python_compile() {
63 if ! python_is_python3; then
64 # Needed to make the sendmsg extension work
65 - # (see http://twistedmatrix.com/trac/ticket/5701 )
66 + # (see https://twistedmatrix.com/trac/ticket/5701 )
67 local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
68 local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
69 fi
70
71 diff --git a/dev-python/twisted/twisted-17.9.0.ebuild b/dev-python/twisted/twisted-17.9.0.ebuild
72 index d6a8eadca42..04ba3d76736 100644
73 --- a/dev-python/twisted/twisted-17.9.0.ebuild
74 +++ b/dev-python/twisted/twisted-17.9.0.ebuild
75 @@ -12,8 +12,8 @@ TWISTED_P="${TWISTED_PN}-${PV}"
76 TWISTED_RELEASE=$(get_version_component_range 1-2 "${PV}")
77
78 DESCRIPTION="An asynchronous networking framework written in Python"
79 -HOMEPAGE="http://www.twistedmatrix.com/"
80 -SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
81 +HOMEPAGE="https://www.twistedmatrix.com/trac/"
82 +SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN}"
83 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
84 https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz"
85
86 @@ -103,7 +103,7 @@ python_prepare_all() {
87 python_compile() {
88 if ! python_is_python3; then
89 # Needed to make the sendmsg extension work
90 - # (see http://twistedmatrix.com/trac/ticket/5701 )
91 + # (see https://twistedmatrix.com/trac/ticket/5701 )
92 local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
93 local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
94 fi