From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09E74138331 for ; Thu, 26 Apr 2018 14:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBB0DE08E2; Thu, 26 Apr 2018 14:43:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C49E3E08E2 for ; Thu, 26 Apr 2018 14:43:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A82F335C77 for ; Thu, 26 Apr 2018 14:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516B8297 for ; Thu, 26 Apr 2018 14:43:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524753792.7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/clozurecl/clozurecl-1.10.ebuild dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild X-VCS-Directories: dev-lisp/clozurecl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e X-VCS-Branch: master Date: Thu, 26 Apr 2018 14:43:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38e37ff6-df7b-48f1-83ff-a828adbb0d3b X-Archives-Hash: cf3952d83c8785c56f82c518f34e5de4 commit: 7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Apr 26 10:32:25 2018 +0000 Commit: Aaron Bauman gentoo 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 )"