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 CA413158099 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 EDD5C2BC071; Mon, 20 Nov 2023 20:37:58 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D23652BC06F 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 C7C26335D5E 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 27C1013AB for ; Mon, 20 Nov 2023 20:37:56 +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: <1700512672.53717a8b85eb90703efde25e031c6488dd5c6db8.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/byld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/byld/byld-1.0.3-r1.ebuild X-VCS-Directories: sys-apps/byld/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 53717a8b85eb90703efde25e031c6488dd5c6db8 X-VCS-Branch: master Date: Mon, 20 Nov 2023 20:37:56 +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: 6fec41c2-4612-4523-9533-a0c862022706 X-Archives-Hash: 2c71bb5ce7155a256eb86ffcefa4a004 commit: 53717a8b85eb90703efde25e031c6488dd5c6db8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 29 12:42:28 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 20 20:37:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53717a8b sys-apps/byld: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> sys-apps/byld/byld-1.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/byld/byld-1.0.3-r1.ebuild b/sys-apps/byld/byld-1.0.3-r1.ebuild index 2f2785f83302..1dafc0d4364e 100644 --- a/sys-apps/byld/byld-1.0.3-r1.ebuild +++ b/sys-apps/byld/byld-1.0.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Build a Linux distribution on a single floppy" -HOMEPAGE="http://byld.sourceforge.net/" +HOMEPAGE="https://byld.sourceforge.net/" SRC_URI="mirror://sourceforge/byld/byld-${PV//./_}.tgz" LICENSE="GPL-2"