diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /app-benchmarks/cpuburn | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild | 2 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4a.ebuild | 2 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/metadata.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild index 6d06937ccd3b..9067e162f078 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild @@ -11,7 +11,7 @@ MY_P="${PV/./_}" DESCRIPTION="Designed to heavily load CPU chips [testing purposes]" HOMEPAGE="http://pages.sbcglobal.net/redelm/" #SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz -> ${P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild index 30ebdbef6930..6741942c8410 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild @@ -11,7 +11,7 @@ MY_P="${PV/./_}" DESCRIPTION="Designed to heavily load CPU chips [testing purposes]" HOMEPAGE="http://pages.sbcglobal.net/redelm/" #SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz -> ${P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-benchmarks/cpuburn/metadata.xml b/app-benchmarks/cpuburn/metadata.xml index afc8cb4d2030..5da7d61378a3 100644 --- a/app-benchmarks/cpuburn/metadata.xml +++ b/app-benchmarks/cpuburn/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>benchmarks</herd> <longdescription> |