public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/
Date: Thu, 26 Apr 2018 14:43:21 +0000 (UTC)	[thread overview]
Message-ID: <1524753792.7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.bman@gentoo> (raw)

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 )"
 


             reply	other threads:[~2018-04-26 14:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26 14:43 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16 11:49 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/ Andrey Grozin
2023-09-19  5:38 Arthur Zamarin
2023-09-17 23:58 Sam James
2023-08-09  9:05 Andrey Grozin
2022-01-19  0:09 Sam James
2021-05-25 11:10 Andrey Grozin
2021-03-27  8:34 Andrey Grozin
2021-01-07  8:20 Fabian Groffen
2020-02-12 18:06 David Seifert
2018-05-18 18:50 Mikle Kolyada
2018-05-04 15:36 Thomas Deutschmann
2018-05-02 18:51 José María Alonso
2017-12-10 15:30 José María Alonso
2017-12-10  9:27 Ulrich Müller
2017-11-30 14:17 Andrey Grozin
2017-05-22 21:23 José María Alonso
2016-12-15 15:04 Andrey Grozin
2016-04-03  6:09 Andrey Grozin
2015-11-10 15:39 Andrey Grozin
2015-11-08  5:09 Andrey Grozin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524753792.7909ec6f1a747e55e8af32e9ddb4c2f4ad3a527e.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox