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 C4CEA15800F for ; Wed, 8 Feb 2023 18:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB81DE07D0; Wed, 8 Feb 2023 18:05:35 +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 83F69E07D0 for ; Wed, 8 Feb 2023 18:05:35 +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 9EDC3335DC1 for ; Wed, 8 Feb 2023 18:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD71F8A1 for ; Wed, 8 Feb 2023 18:05:32 +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: <1675879520.a77daa65ce8be6a81dc3c20c3576775ef20fa1fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils/uutils-0.0.17.ebuild sys-apps/uutils/uutils-9999.ebuild X-VCS-Directories: sys-apps/uutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a77daa65ce8be6a81dc3c20c3576775ef20fa1fe X-VCS-Branch: master Date: Wed, 8 Feb 2023 18:05:32 +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: 30a47c70-b93d-470d-8712-5e0ff5707e32 X-Archives-Hash: 65ac7f973c239f4c967116dbcfb8322c commit: a77daa65ce8be6a81dc3c20c3576775ef20fa1fe Author: Sam James gentoo org> AuthorDate: Wed Feb 8 18:04:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 8 18:05:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77daa65 sys-apps/uutils: add docs to HOMEPAGE Signed-off-by: Sam James gentoo.org> sys-apps/uutils/uutils-0.0.17.ebuild | 3 ++- sys-apps/uutils/uutils-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/uutils/uutils-0.0.17.ebuild b/sys-apps/uutils/uutils-0.0.17.ebuild index bd137947e0de..77277f32ac2a 100644 --- a/sys-apps/uutils/uutils-0.0.17.ebuild +++ b/sys-apps/uutils/uutils-0.0.17.ebuild @@ -278,7 +278,8 @@ CRATES=" inherit cargo DESCRIPTION="GNU coreutils rewritten in Rust" -HOMEPAGE="https://github.com/uutils/coreutils" +HOMEPAGE="https://uutils.github.io/user/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/uutils/coreutils" inherit git-r3 diff --git a/sys-apps/uutils/uutils-9999.ebuild b/sys-apps/uutils/uutils-9999.ebuild index bd137947e0de..77277f32ac2a 100644 --- a/sys-apps/uutils/uutils-9999.ebuild +++ b/sys-apps/uutils/uutils-9999.ebuild @@ -278,7 +278,8 @@ CRATES=" inherit cargo DESCRIPTION="GNU coreutils rewritten in Rust" -HOMEPAGE="https://github.com/uutils/coreutils" +HOMEPAGE="https://uutils.github.io/user/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/uutils/coreutils" inherit git-r3