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 1710758973 for ; Sun, 24 Jan 2016 08:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F9B21C035; Sun, 24 Jan 2016 08:46:25 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 619D5E0877 for ; Sun, 24 Jan 2016 08:46:22 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E221C20817 for ; Sun, 24 Jan 2016 03:46:21 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 24 Jan 2016 03:46:21 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=PLAa BgA+SGK0kjfmxU1apeHoRWk=; b=oGama8OJZyQZtNabuHZEkp1HVpHMWgCULA6/ cqeC0ZRgqmwgXQUIfNffBryastajheDh0PAjQa9BAIl5QBfAkPHyXjVvJ7ahBvDj 7vmJyQEtvfnE7Wa2KcRSOA/JilEPBfVr5jip4aDBNMMOPzqFYQjeSAGBCwe2ecv1 kUOepwk= X-Sasl-enc: OwoXhX+SESTzNVesTCoJ+h68HOO/5DMvv0w14zonl41W 1453625181 Received: from localhost.localdomain (cpe-142-105-208-68.stny.res.rr.com [142.105.208.68]) by mail.messagingengine.com (Postfix) with ESMTPA id 95CD36800F6; Sun, 24 Jan 2016 03:46:21 -0500 (EST) From: Gokturk Yuksek To: devmanual@gentoo.org Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH v2 03/19] general-concepts/tree: substitute "CVS" with "git" #558642 Date: Sun, 24 Jan 2016 03:45:57 -0500 Message-Id: <1453625173-9505-4-git-send-email-gokturk@binghamton.edu> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453625173-9505-1-git-send-email-gokturk@binghamton.edu> References: <1453625173-9505-1-git-send-email-gokturk@binghamton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 72c3564e-af37-402d-a0fd-aee0c033efb9 X-Archives-Hash: 648b6d97822f4d499372c526f7c582df X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/tree/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index 022a1ea..6f59f09 100644 --- a/general-concepts/tree/text.xml +++ b/general-concepts/tree/text.xml @@ -59,11 +59,11 @@ The basic layout of the portage tree is as follows:
  • Scripts directory, scripts/
  • Distfiles directory, distfiles/. This is not included in the main - CVS tree, but it will be found on most user systems. + git tree, but it will be found on most user systems.
  • Packages directory, packages. Again, this is found on user systems but not - in the main CVS tree. + in the main git tree.
  • -- 2.4.10