diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-24 19:32:52 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 15:15:26 -0400 |
commit | 7c5fb63c2030d40c925b820cc62b434b1990c7d8 (patch) | |
tree | 3c2185e8ecc2dc2d1b4c33be4d554305516ada6a /app-emulation | |
parent | net-misc/openvswitch: use HTTPS (diff) | |
download | gentoo-7c5fb63c2030d40c925b820cc62b434b1990c7d8.tar.gz gentoo-7c5fb63c2030d40c925b820cc62b434b1990c7d8.tar.bz2 gentoo-7c5fb63c2030d40c925b820cc62b434b1990c7d8.zip |
app-emulation/xe-guest-utilities: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7594
Diffstat (limited to 'app-emulation')
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild index b6ff8ddbe87f..9a057370c6ba 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild index b1b54c8ccde8..c8993996dc9b 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild index 1d5f3d03a174..d3211b5fdcf1 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" |