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/ccp4i | |
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/ccp4i')
-rw-r--r-- | sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/ccp4i/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild b/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild index f5ac55ef17fa..bdfba7800493 100644 --- a/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild +++ b/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild @@ -21,9 +21,9 @@ HOMEPAGE="http://www.ccp4.ac.uk/" SRC_URI=" ${SRC}/${PV}/${MY_P}-core-src.tar.gz mirror://gentoo/${P}-arpwarp.patch.bz2 - http://dev.gentoo.org/~jlec/distfiles/${PV}-oasis4.0.patch.bz2" + https://dev.gentoo.org/~jlec/distfiles/${PV}-oasis4.0.patch.bz2" [[ -n ${UPDATE} ]] && SRC_URI="${SRC_URI} ${SRC}/${PV}/updates/${P}-src-patch-${UPDATE}.tar.gz" -[[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} http://dev.gentoo.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2" +[[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} https://dev.gentoo.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" diff --git a/sci-chemistry/ccp4i/metadata.xml b/sci-chemistry/ccp4i/metadata.xml index 51fdedab1b38..a0eaf4634a96 100644 --- a/sci-chemistry/ccp4i/metadata.xml +++ b/sci-chemistry/ccp4i/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> </pkgmetadata> |