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 /sci-chemistry/vmd | |
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 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/metadata.xml | 2 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/vmd/metadata.xml b/sci-chemistry/vmd/metadata.xml index 4b17d8d6b913..4d4cc470059e 100644 --- a/sci-chemistry/vmd/metadata.xml +++ b/sci-chemistry/vmd/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>alexxy@gentoo.org</email> diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild index 78e084df58ea..c9647a194b7e 100644 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.2.ebuild @@ -11,7 +11,7 @@ inherit cuda eutils flag-o-matic multilib prefix python-single-r1 toolchain-func DESCRIPTION="Visual Molecular Dynamics" HOMEPAGE="http://www.ks.uiuc.edu/Research/vmd/" SRC_URI=" - http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz + https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz ${P}.src.tar.gz" SLOT="0" @@ -59,7 +59,7 @@ pkg_nofetch() { elog "Please download ${P}.src.tar.gz from" elog "${VMD_DOWNLOAD}" elog "after agreeing to the license and get" - elog "http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" + elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" elog "Place both in ${DISTDIR}" } |