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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DAB3158099 for ; Mon, 20 Nov 2023 20:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FA742BC02B; Mon, 20 Nov 2023 20:37:58 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43DF02BC02B for ; Mon, 20 Nov 2023 20:37:58 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 743CE335D49 for ; Mon, 20 Nov 2023 20:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD6FA1318 for ; Mon, 20 Nov 2023 20:37:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700512669.cb463d4f3fc05298130f9c9936ac6d71765db423.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/linuxfromscratch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild X-VCS-Directories: app-doc/linuxfromscratch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cb463d4f3fc05298130f9c9936ac6d71765db423 X-VCS-Branch: master Date: Mon, 20 Nov 2023 20:37:55 +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: fbf08582-67e5-4a4d-abac-7da1ff139c62 X-Archives-Hash: 9560dd035d7b338c7a31a6722291211a commit: cb463d4f3fc05298130f9c9936ac6d71765db423 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 29 12:30:34 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 20 20:37:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb463d4f app-doc/linuxfromscratch: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild b/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild index 3e97195d1894..285037cefc88 100644 --- a/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild +++ b/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ MY_SRC="https://www.linuxfromscratch.org/lfs/downloads/${PV}" BOOTSCRIPT_PV="20210608" DESCRIPTION="LFS documents building a Linux system entirely from source" -HOMEPAGE="http://www.linuxfromscratch.org/lfs" +HOMEPAGE="https://www.linuxfromscratch.org/lfs/" SRC_URI="${MY_SRC}/LFS-BOOK-${PV}.tar.xz ${MY_SRC}/lfs-bootscripts-${BOOTSCRIPT_PV}.tar.xz ${MY_SRC}-systemd/LFS-BOOK-${PV}.tar.bz2 -> LFS-BOOK-${PV}-systemd.tar.bz2