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 1383C1382C5 for ; Sat, 6 Feb 2021 10:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C1BDE083E; Sat, 6 Feb 2021 10:35:51 +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 29554E083E for ; Sat, 6 Feb 2021 10:35:51 +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 B4140342F32 for ; Sat, 6 Feb 2021 10:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8094BF for ; Sat, 6 Feb 2021 10:35:47 +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: <1612172109.36b6a8d9cfd1f44a76b4b117f2dfee45a552c8d5.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 36b6a8d9cfd1f44a76b4b117f2dfee45a552c8d5 X-VCS-Branch: master Date: Sat, 6 Feb 2021 10:35: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: 1b0d74c5-390e-43de-8a6e-8233259bcfc3 X-Archives-Hash: 14c709b4a010288b8e216621dc006187 commit: 36b6a8d9cfd1f44a76b4b117f2dfee45a552c8d5 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 1 09:25:54 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 1 09:35:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=36b6a8d9 ebuild-writing/common-mistakes: Drop note on Header/Id line This is no longer a common mistake. Exactly the same note is still present in ebuild-writing/file-format. Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 67be337..85c0e3f 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -184,13 +184,6 @@ The first two lines must look like this: # Distributed under the terms of the GNU General Public License v2 - -The header previously included a third line with a CVS $Id$ -or $Header$ keyword. That line was abolished after conversion -to Git by decision of the Gentoo -Council on 28 February 2017 and must not be added any more. - -