From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C900458973 for ; Fri, 5 Feb 2016 12:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B3721C089; Fri, 5 Feb 2016 12:59:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4981E21C087 for ; Fri, 5 Feb 2016 12:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B3A6340AFF for ; Fri, 5 Feb 2016 12:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852C8FFB for ; Fri, 5 Feb 2016 12:59:18 +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: <1454677100.688daafe8eacb47749056cd0e22651788e8de49a.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/text.xml X-VCS-Directories: ebuild-maintenance/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 688daafe8eacb47749056cd0e22651788e8de49a X-VCS-Branch: master Date: Fri, 5 Feb 2016 12:59:18 +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: bce628c0-6e1b-42de-a2f3-6546ef55cf50 X-Archives-Hash: 81f413118cf97a4317f9d9f19e98f60b commit: 688daafe8eacb47749056cd0e22651788e8de49a Author: Gokturk Yuksek binghamton edu> AuthorDate: Thu Feb 4 00:57:40 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 5 12:58:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=688daafe ebuild-maintenance: rewrite the subsection on removing ebuilds for git #558642 Substitute the mentions of CVS with git. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek binghamton.edu> ebuild-maintenance/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 74ef88b..d388d6d 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -396,8 +396,8 @@ entry which may be affected by your change.

When removing an ebuild make sure that no dependencies in Portage are broken -due to the removal - additionally, your CVS commit message should explain -clearly why the ebuild is being removed from CVS. +due to the removal - additionally, your git commit message should explain +clearly why the ebuild is being removed from the git repository.