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-doc/abs-guide | |
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-doc/abs-guide')
-rw-r--r-- | app-doc/abs-guide/abs-guide-6.6.ebuild | 4 | ||||
-rw-r--r-- | app-doc/abs-guide/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/abs-guide/abs-guide-6.6.ebuild b/app-doc/abs-guide/abs-guide-6.6.ebuild index 7c5b6cc20a3f..1c7bbe9c322b 100644 --- a/app-doc/abs-guide/abs-guide-6.6.ebuild +++ b/app-doc/abs-guide/abs-guide-6.6.ebuild @@ -10,8 +10,8 @@ HOMEPAGE="http://www.tldp.org/LDP/abs/html" # Upstream likes to update the tarballs without changing the names. # - http://bash.deta.in/abs-guide-${PV}.tar.bz2 # - http://bash.deta.in/abs-guide.pdf <- remember to rename with ${PV} -SRC_URI="http://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2 - pdf? ( http://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )" +SRC_URI="https://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2 + pdf? ( https://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )" LICENSE="OPL" IUSE="pdf" diff --git a/app-doc/abs-guide/metadata.xml b/app-doc/abs-guide/metadata.xml index fac0ae6714e5..65dd1a9d1ca2 100644 --- a/app-doc/abs-guide/metadata.xml +++ b/app-doc/abs-guide/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>app-doc</herd> </pkgmetadata> |