Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/
Date: Thu, 26 Apr 2018 14:43:26
Message-Id: 1524753792.7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.bman@gentoo
1 commit: 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 26 10:32:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 14:43:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7909ec6f
7
8 dev-lisp/clozurecl: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8147
11
12 dev-lisp/clozurecl/clozurecl-1.10.ebuild | 4 ++--
13 dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-lisp/clozurecl/clozurecl-1.10.ebuild b/dev-lisp/clozurecl/clozurecl-1.10.ebuild
17 index a9b11fd14aa..297b88a52db 100644
18 --- a/dev-lisp/clozurecl/clozurecl-1.10.ebuild
19 +++ b/dev-lisp/clozurecl/clozurecl-1.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ MY_PN=ccl
27 MY_P=${MY_PN}-${PV}
28
29 DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
30 -HOMEPAGE="http://ccl.clozure.com/"
31 +HOMEPAGE="https://ccl.clozure.com/"
32 SRC_URI="
33 x86? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
34 amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )"
35
36 diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
37 index 6c355750f54..511c012b714 100644
38 --- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
39 +++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -9,11 +9,11 @@ MY_PN=ccl
47 MY_P=${MY_PN}-${PV}
48
49 DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
50 -HOMEPAGE="http://ccl.clozure.com/"
51 +HOMEPAGE="https://ccl.clozure.com/"
52 SRC_URI="
53 x86? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
54 amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
55 - doc? ( http://ccl.clozure.com/docs/ccl.html )"
56 + doc? ( https://ccl.clozure.com/docs/ccl.html )"
57 # ppc? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
58 # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"