commit: 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Apr 26 10:32:25 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 26 14:43:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7909ec6f
dev-lisp/clozurecl: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8147 dev-lisp/clozurecl/clozurecl-1.10.ebuild | 4 ++-- dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/clozurecl/clozurecl-1.10.ebuild b/dev-lisp/clozurecl/clozurecl-1.10.ebuild index a9b11fd14aa..297b88a52db 100644 --- a/dev-lisp/clozurecl/clozurecl-1.10.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_PN=ccl MY_P=${MY_PN}-${PV} DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product" -HOMEPAGE="http://ccl.clozure.com/" +HOMEPAGE="https://ccl.clozure.com/" SRC_URI=" x86? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz ) amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )" diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild index 6c355750f54..511c012b714 100644 --- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,11 @@ MY_PN=ccl MY_P=${MY_PN}-${PV} DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product" -HOMEPAGE="http://ccl.clozure.com/" +HOMEPAGE="https://ccl.clozure.com/" SRC_URI=" x86? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz ) amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz ) - doc? ( http://ccl.clozure.com/docs/ccl.html )" + doc? ( https://ccl.clozure.com/docs/ccl.html )" # ppc? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz ) # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"
