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 7591D158095 for ; Tue, 30 Aug 2022 20:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A04B1E0833; Tue, 30 Aug 2022 20:41:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 880DCE0833 for ; Tue, 30 Aug 2022 20:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 72183335C51 for ; Tue, 30 Aug 2022 20:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D84569 for ; Tue, 30 Aug 2022 20:41:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661892012.e80531c6cbe88931f2205ea9a0d5b22e911bf51c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/autofs/autofs-5.1.8-r1.ebuild X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e80531c6cbe88931f2205ea9a0d5b22e911bf51c X-VCS-Branch: master Date: Tue, 30 Aug 2022 20:41:22 +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: 8f160bb7-23e1-4630-9f10-0140945b7ea5 X-Archives-Hash: e967ff764fbda1dec3a29a1676e00c40 commit: e80531c6cbe88931f2205ea9a0d5b22e911bf51c Author: Sam James gentoo org> AuthorDate: Tue Aug 30 20:40:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 20:40:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80531c6 net-fs/autofs: add git repo to HOMEPAGE Signed-off-by: Sam James gentoo.org> net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index 908f5077ea02..b896f7862d5f 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit linux-info systemd toolchain-funcs DESCRIPTION="Kernel based automounter" -HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html" +HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git" SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}-patches-0.tar.xz"