diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-09 17:55:35 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-09 17:03:22 -0500 |
commit | 829d2f52d48a169d6a22cec9f0928a7926634b64 (patch) | |
tree | 47189c8c3b6ad5f19b7ceed6a64ddc54d34b9993 /sys-libs/tevent | |
parent | sys-libs/tdb: use HTTPS for links to samba.org (bug #636916) (diff) | |
download | gentoo-829d2f52d48a169d6a22cec9f0928a7926634b64.tar.gz gentoo-829d2f52d48a169d6a22cec9f0928a7926634b64.tar.bz2 gentoo-829d2f52d48a169d6a22cec9f0928a7926634b64.zip |
sys-libs/tevent: use HTTPS for links to samba.org (bug #636916)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.9.28.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.31-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.32.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.33.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys-libs/tevent/tevent-0.9.28.ebuild b/sys-libs/tevent/tevent-0.9.28.ebuild index 6c44b788dd57..553418c96004 100644 --- a/sys-libs/tevent/tevent-0.9.28.ebuild +++ b/sys-libs/tevent/tevent-0.9.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.31-r1.ebuild b/sys-libs/tevent/tevent-0.9.31-r1.ebuild index ed6a8c067eb2..c928ba565878 100644 --- a/sys-libs/tevent/tevent-0.9.31-r1.ebuild +++ b/sys-libs/tevent/tevent-0.9.31-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.32.ebuild b/sys-libs/tevent/tevent-0.9.32.ebuild index 6a12144b62e5..05ce6c58e98e 100644 --- a/sys-libs/tevent/tevent-0.9.32.ebuild +++ b/sys-libs/tevent/tevent-0.9.32.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.33.ebuild b/sys-libs/tevent/tevent-0.9.33.ebuild index fc46807e4d12..97ab456ff1cd 100644 --- a/sys-libs/tevent/tevent-0.9.33.ebuild +++ b/sys-libs/tevent/tevent-0.9.33.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |