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-ml/variantslib | |
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-ml/variantslib')
-rw-r--r-- | dev-ml/variantslib/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ml/variantslib/variantslib-109.15.00.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/variantslib/variantslib-109.15.02.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/variantslib/metadata.xml b/dev-ml/variantslib/metadata.xml index abf9563dd5c5..b5c6dc9f3169 100644 --- a/dev-ml/variantslib/metadata.xml +++ b/dev-ml/variantslib/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>ml</herd> <upstream> diff --git a/dev-ml/variantslib/variantslib-109.15.00.ebuild b/dev-ml/variantslib/variantslib-109.15.00.ebuild index f58820d52676..1f7b3bd64315 100644 --- a/dev-ml/variantslib/variantslib-109.15.00.ebuild +++ b/dev-ml/variantslib/variantslib-109.15.00.ebuild @@ -11,7 +11,7 @@ inherit oasis DESCRIPTION="OCaml variants as first class values" HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz - http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" + https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" diff --git a/dev-ml/variantslib/variantslib-109.15.02.ebuild b/dev-ml/variantslib/variantslib-109.15.02.ebuild index 1baa46e1ebfd..a4f03e734fef 100644 --- a/dev-ml/variantslib/variantslib-109.15.02.ebuild +++ b/dev-ml/variantslib/variantslib-109.15.02.ebuild @@ -11,7 +11,7 @@ inherit oasis DESCRIPTION="OCaml variants as first class values" HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${P}.tar.gz - http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" + https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" |