From 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 26 Apr 2018 12:32:25 +0200 Subject: 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(-) (limited to 'dev-lisp') diff --git a/dev-lisp/clozurecl/clozurecl-1.10.ebuild b/dev-lisp/clozurecl/clozurecl-1.10.ebuild index a9b11fd14aa7..297b88a52db6 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 6c355750f542..511c012b7144 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 )" -- cgit v1.2.3-65-gdbad