From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild | 2 +- dev-libs/boost-numpy/boost-numpy-9999.ebuild | 2 +- dev-libs/boost-numpy/metadata.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/boost-numpy') diff --git a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild index f8eabec23bbd..3a493baac3c5 100644 --- a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild +++ b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild @@ -13,7 +13,7 @@ if [ ${PV} == 9999 ]; then EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \ https://github.com/ndarray/Boost.NumPy.git" else - SRC_URI="http://dev.gentoo.org/~heroxbd/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz" fi LICENSE="Boost-1.0" diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild index b3e60b390972..8a984c5c3c51 100644 --- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild +++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild @@ -13,7 +13,7 @@ if [ ${PV} == 9999 ]; then EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \ https://github.com/ndarray/Boost.NumPy.git" else - SRC_URI="http://dev.gentoo.org/~heroxbd/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz" fi LICENSE="Boost-1.0" diff --git a/dev-libs/boost-numpy/metadata.xml b/dev-libs/boost-numpy/metadata.xml index 116fc61c5972..82f2dddd2f52 100644 --- a/dev-libs/boost-numpy/metadata.xml +++ b/dev-libs/boost-numpy/metadata.xml @@ -1,5 +1,5 @@ - + heroxbd@gentoo.org -- cgit v1.2.3-65-gdbad