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 D8571138334 for ; Fri, 4 Jan 2019 18:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DCCE0917; Fri, 4 Jan 2019 18:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B44F9E0917 for ; Fri, 4 Jan 2019 18:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B0A10335CE9 for ; Fri, 4 Jan 2019 18:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B604ED for ; Fri, 4 Jan 2019 18:39:07 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1546627082.7e6c642ba2e5d0337fa53cf5e821f8aff9f208ff.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-4.04.2-r1.ebuild dev-lang/ocaml/ocaml-4.05.0-r1.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7e6c642ba2e5d0337fa53cf5e821f8aff9f208ff X-VCS-Branch: master Date: Fri, 4 Jan 2019 18:39:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6524bc0e-8bf6-4e31-b2b9-5e738beb4f78 X-Archives-Hash: cc1515c1511c79191fafb9a398e0b296 commit: 7e6c642ba2e5d0337fa53cf5e821f8aff9f208ff Author: Tim Harder gentoo org> AuthorDate: Fri Jan 4 18:36:58 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jan 4 18:38:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c642b dev-lang/ocaml: use https for HOMEPAGE Signed-off-by: Tim Harder gentoo.org> dev-lang/ocaml/ocaml-4.04.2-r1.ebuild | 2 +- dev-lang/ocaml/ocaml-4.05.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild index 27b31db0df9..f790ab2d1cd 100644 --- a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs PATCHLEVEL="8" MY_P="${P/_/-}" DESCRIPTION="Type-inferring functional programming language descended from the ML family" -HOMEPAGE="http://www.ocaml.org/" +HOMEPAGE="https://ocaml.org" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2" diff --git a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild index 078795d8000..f0a79f5e329 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs PATCHLEVEL="9" MY_P="${P/_/-}" DESCRIPTION="Type-inferring functional programming language descended from the ML family" -HOMEPAGE="http://www.ocaml.org/" +HOMEPAGE="https://ocaml.org" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"