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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6691139337 for ; Sun, 1 Aug 2021 02:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7EAE0959; Sun, 1 Aug 2021 02:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11F17E094F for ; Sun, 1 Aug 2021 02:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16A533439A5 for ; Sun, 1 Aug 2021 02:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD8A850 for ; Sun, 1 Aug 2021 02:38:47 +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: <1627785519.8efea8b918e6b9f12d8612ed4c9bb498fcdbd33a.sam@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8efea8b918e6b9f12d8612ed4c9bb498fcdbd33a X-VCS-Branch: master Date: Sun, 1 Aug 2021 02:38:47 +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: 685cb239-c733-4144-ab60-d7df45c2a922 X-Archives-Hash: 95a00d41dd050776c241aa74a14484a0 commit: 8efea8b918e6b9f12d8612ed4c9bb498fcdbd33a Author: Sam James gentoo org> AuthorDate: Fri Jun 18 05:03:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 02:38:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8efea8b9 ebuild-writing/common-mistakes: reformat 'DESCRIPTION and HOMEPAGE' Closes: https://github.com/gentoo/devmanual/pull/223 Signed-off-by: Sam James gentoo.org> ebuild-writing/common-mistakes/text.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index cc87d74..e46a36c 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -413,11 +413,12 @@ SLOT="0"

+Make sure the DESCRIPTION is not overly long. Good descriptions will +describe the main function of the package in a sentence. + Please check if the HOMEPAGE variable is right and leads users to the -right page if they want to find out more about the package. And make sure -the DESCRIPTION is not overly long. Good descriptions will describe -the main function of the package in a sentence. If no homepage for the package -is available, set the HOMEPAGE variable to +right page if they want to find out more about the package. If no homepage for +the package is available, set the HOMEPAGE variable to https://wiki.gentoo.org/wiki/No_homepage. Please also strive to test HTTPS support for the site used in HOMEPAGE.