diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-26 12:32:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-26 10:43:12 -0400 |
commit | 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e (patch) | |
tree | 609e06c48062f599666246f830dc8b21ce8fdff6 | |
parent | app-admin/conserver: use HTTPS (diff) | |
download | gentoo-7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.tar.gz gentoo-7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.tar.bz2 gentoo-7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.zip |
dev-lisp/clozurecl: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8147
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.10.ebuild | 4 | ||||
-rw-r--r-- | 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 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 )" |