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-python/pivy/metadata.xml | 2 +- dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pivy') diff --git a/dev-python/pivy/metadata.xml b/dev-python/pivy/metadata.xml index 59acc2cc580e..d5bb9da1d230 100644 --- a/dev-python/pivy/metadata.xml +++ b/dev-python/pivy/metadata.xml @@ -1,5 +1,5 @@ - + xmw@gentoo.org diff --git a/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild b/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild index a57d998acc2c..ba3d321b6826 100644 --- a/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild +++ b/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Coin3d binding for Python" HOMEPAGE="http://pivy.coin3d.org/" -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" #identical to latest debian tarball at # http://ftp.de.debian.org/debian/pool/main/p/pivy/pivy_0.5.0~v609hg.orig.tar.bz2 -- cgit v1.2.3-65-gdbad