From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 894F515827B for ; Thu, 14 Aug 2025 05:09:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7495C340E9F for ; Thu, 14 Aug 2025 05:09:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 20631110280; Thu, 14 Aug 2025 05:09:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 125B411056D for ; Thu, 14 Aug 2025 05:09:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6F74340E24 for ; Thu, 14 Aug 2025 05:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD783364 for ; Thu, 14 Aug 2025 05:09:14 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1755147929.6116c4c1c496203851d2d22ecd824e1e58c0a1a9.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-augeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild X-VCS-Directories: dev-ml/ocaml-augeas/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 6116c4c1c496203851d2d22ecd824e1e58c0a1a9 X-VCS-Branch: master Date: Thu, 14 Aug 2025 05:09:14 +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: 81527f2f-0c64-4e26-bdc6-55fc0e46e631 X-Archives-Hash: 731ddafb0a199858eefc2ab3fd780e24 commit: 6116c4c1c496203851d2d22ecd824e1e58c0a1a9 Author: Eli Schwartz gentoo org> AuthorDate: Thu Aug 14 04:03:36 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Aug 14 05:05:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6116c4c1 dev-ml/ocaml-augeas: update HOMEPAGE for https Signed-off-by: Eli Schwartz gentoo.org> dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild | 6 +++--- dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild index ab46abaca844..589285f4c39f 100644 --- a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild +++ b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit findlib DESCRIPTION="Ocaml bindings for Augeas" -HOMEPAGE="http://augeas.net/" -#SRC_URI="http://augeas.net/download/ocaml/${P}.tar.gz" +HOMEPAGE="https://augeas.net/" +#SRC_URI="https://augeas.net/download/ocaml/${P}.tar.gz" SRC_URI="https://people.redhat.com/~rjones/augeas/files/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild b/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild index 9c03e4c31d27..65f06ffd8d48 100644 --- a/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild +++ b/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit dot-a findlib DESCRIPTION="Ocaml bindings for Augeas" -HOMEPAGE="http://augeas.net/" -#SRC_URI="http://augeas.net/download/ocaml/${P}.tar.gz" +HOMEPAGE="https://augeas.net/" +#SRC_URI="https://augeas.net/download/ocaml/${P}.tar.gz" SRC_URI="https://people.redhat.com/~rjones/augeas/files/${P}.tar.gz" LICENSE="LGPL-2.1"