diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /dev-ml/extlib | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/extlib-1.5.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.6.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/extlib/extlib-1.5.4.ebuild b/dev-ml/extlib/extlib-1.5.4.ebuild index 868bca616213..0e16cce0791d 100644 --- a/dev-ml/extlib/extlib-1.5.4.ebuild +++ b/dev-ml/extlib/extlib-1.5.4.ebuild @@ -8,7 +8,7 @@ inherit findlib eutils DESCRIPTION="Standard library extensions for O'Caml" HOMEPAGE="https://code.google.com/p/ocaml-extlib/" -SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://ocaml-extlib.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]" RDEPEND="${DEPEND}" diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild b/dev-ml/extlib/extlib-1.6.1.ebuild index e69c7b115ca1..9ed1005c7ad6 100644 --- a/dev-ml/extlib/extlib-1.6.1.ebuild +++ b/dev-ml/extlib/extlib-1.6.1.ebuild @@ -8,7 +8,7 @@ inherit findlib eutils DESCRIPTION="Standard library extensions for O'Caml" HOMEPAGE="https://code.google.com/p/ocaml-extlib/" -SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://ocaml-extlib.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=" >=dev-lang/ocaml-3.10.2:=[ocamlopt?] |