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/pymol | |
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/pymol')
-rw-r--r-- | sci-chemistry/pymol/metadata.xml | 2 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.7.0.1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.7.4.0.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.7.6.0.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sci-chemistry/pymol/metadata.xml b/sci-chemistry/pymol/metadata.xml index ace2d8e58ce8..df6abab39195 100644 --- a/sci-chemistry/pymol/metadata.xml +++ b/sci-chemistry/pymol/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>sci-chemistry</herd> <maintainer> diff --git a/sci-chemistry/pymol/pymol-1.7.0.1.ebuild b/sci-chemistry/pymol/pymol-1.7.0.1.ebuild index fbd2fd858c86..d71b5abbd9e3 100644 --- a/sci-chemistry/pymol/pymol-1.7.0.1.ebuild +++ b/sci-chemistry/pymol/pymol-1.7.0.1.ebuild @@ -12,8 +12,8 @@ inherit distutils-r1 fdo-mime versionator DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="http://www.pymol.org/" SRC_URI=" - http://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz - http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz + https://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz + https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz " # mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 1-2)/${PN}-v${PV}.tar.bz2 diff --git a/sci-chemistry/pymol/pymol-1.7.4.0.ebuild b/sci-chemistry/pymol/pymol-1.7.4.0.ebuild index 20f49ba45a55..483660011e52 100644 --- a/sci-chemistry/pymol/pymol-1.7.4.0.ebuild +++ b/sci-chemistry/pymol/pymol-1.7.4.0.ebuild @@ -12,8 +12,8 @@ inherit distutils-r1 fdo-mime versionator DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="http://www.pymol.org/" SRC_URI=" - http://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz - http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz + https://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz + https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz " # mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 1-2)/${PN}-v${PV}.tar.bz2 # git archive -v --prefix=${P}/ master -o ${P}.tar.xz diff --git a/sci-chemistry/pymol/pymol-1.7.6.0.ebuild b/sci-chemistry/pymol/pymol-1.7.6.0.ebuild index d3ec32637cee..4c0590e1e5e2 100644 --- a/sci-chemistry/pymol/pymol-1.7.6.0.ebuild +++ b/sci-chemistry/pymol/pymol-1.7.6.0.ebuild @@ -12,8 +12,8 @@ inherit distutils-r1 fdo-mime flag-o-matic versionator DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="http://www.pymol.org/" SRC_URI=" - http://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz - http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz + https://dev.gentoo.org/~jlec/distfiles/${PN}-1.7.0.0.png.xz + https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz " # mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 1-2)/${PN}-v${PV}.tar.bz2 # git archive -v --prefix=${P}/ master -o ${P}.tar.xz |