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 B6ABD139085 for ; Wed, 25 Jan 2017 05:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2532241BD; Wed, 25 Jan 2017 05:31:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB5662241BD for ; Wed, 25 Jan 2017 05:31:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FA62341142 for ; Wed, 25 Jan 2017 05:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040222E93 for ; Wed, 25 Jan 2017 05:31:45 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1485322182.b76359b3dad438a347e97b1a57c4be3011efceae.gokturk@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: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: b76359b3dad438a347e97b1a57c4be3011efceae X-VCS-Branch: master Date: Wed, 25 Jan 2017 05:31:45 +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-Archives-Salt: 71dcaf31-f30e-4386-9ef7-064caab6bbb6 X-Archives-Hash: 3a1ed2386b151337b5c1ff6e94c2308c commit: b76359b3dad438a347e97b1a57c4be3011efceae Author: Jonas Stein jonasstein de> AuthorDate: Mon Jan 23 21:47:09 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Wed Jan 25 05:29:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b76359b3 ebuild-writing/common-mistakes: improve the text with links * add link to skel.ebuild header * add link to No_homepage Major changes to the text have been made by the committer. ebuild-writing/common-mistakes/text.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index e9bcf5c..bc98089 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -148,9 +148,10 @@ Removing "-Werror" from configure.ac can cause breakage in very rare cases where

-When you submit your ebuilds, the header should be exactly the same as -the one in /usr/portage/skel.ebuild. Most importantly, do not -modify it in any way and make sure that the $Id$ line is intact. +When you submit your ebuilds, the header must be exactly the same as +the one in + +skel.ebuild.

@@ -345,7 +346,9 @@ SLOT="0" 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. +function of the package in a sentence. Set HOMEPAGE to +No_homepage wiki page, +if there is none.