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 /dev-util/include-what-you-use | |
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 'dev-util/include-what-you-use')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild index 5480dbdc8c01..58503522a7cd 100644 --- a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" HOMEPAGE="https://code.google.com/p/include-what-you-use/" # picked from google drive -SRC_URI="http://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild index 42c0c4cdee56..2356e7970733 100644 --- a/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" HOMEPAGE="https://code.google.com/p/include-what-you-use/" # picked from google drive -SRC_URI="http://dev.gentoo.org/~slyfox/distfiles/${P}.src.tar.gz" +SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/include-what-you-use/metadata.xml b/dev-util/include-what-you-use/metadata.xml index 49bf44dac71e..00d6aa975177 100644 --- a/dev-util/include-what-you-use/metadata.xml +++ b/dev-util/include-what-you-use/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> <maintainer> <email>slyfox@gentoo.org</email> |