diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:15:53 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:13 -0400 |
commit | 1ba0f9ce8764f15868923f2b5addc720d7ce2493 (patch) | |
tree | 5fb3f81ee76b3fa32d7c98a3ae2d8f875a483d0c /sys-cluster/ploop | |
parent | net-proxy/dnsproxy: use HTTPS (diff) | |
download | gentoo-1ba0f9ce8764f15868923f2b5addc720d7ce2493.tar.gz gentoo-1ba0f9ce8764f15868923f2b5addc720d7ce2493.tar.bz2 gentoo-1ba0f9ce8764f15868923f2b5addc720d7ce2493.zip |
sys-cluster/ploop: use HTTPS
Diffstat (limited to 'sys-cluster/ploop')
-rw-r--r-- | sys-cluster/ploop/ploop-1.13.2.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/ploop/ploop-1.14.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/ploop/ploop-1.13.2.ebuild b/sys-cluster/ploop/ploop-1.13.2.ebuild index 153867c91c88..e0953461d6cf 100644 --- a/sys-cluster/ploop/ploop-1.13.2.ebuild +++ b/sys-cluster/ploop/ploop-1.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs multilib systemd DESCRIPTION="openvz tool and a library to control ploop block devices" -HOMEPAGE="http://wiki.openvz.org/Download/ploop" -SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" +HOMEPAGE="https://wiki.openvz.org/Download/ploop" +SRC_URI="https://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sys-cluster/ploop/ploop-1.14.1.ebuild b/sys-cluster/ploop/ploop-1.14.1.ebuild index c38b72e9f7e8..e8529be645c8 100644 --- a/sys-cluster/ploop/ploop-1.14.1.ebuild +++ b/sys-cluster/ploop/ploop-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs multilib systemd DESCRIPTION="openvz tool and a library to control ploop block devices" -HOMEPAGE="http://wiki.openvz.org/Download/ploop" -SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" +HOMEPAGE="https://wiki.openvz.org/Download/ploop" +SRC_URI="https://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |