From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-pms+bounces-179-garchives=archives.gentoo.org@gentoo.org>) id 1N5Lvn-0006Af-LO for garchives@archives.gentoo.org; Tue, 03 Nov 2009 16:08:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32542E07E6; Tue, 3 Nov 2009 16:08:26 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by pigeon.gentoo.org (Postfix) with ESMTP id E574EE07E6 for <gentoo-pms@lists.gentoo.org>; Tue, 3 Nov 2009 16:08:25 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1620220fga.10 for <gentoo-pms@lists.gentoo.org>; Tue, 03 Nov 2009 08:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=7Y9Nxs1l0iNe28vpBjCZUwnZtxZfD+q3zcxk39Q5kKo=; b=HYspGzL4ZPudb4Mzbf1n4hIvOvAkpgxcdKbSZoogLCvv94DuCSmJ5r7gScKqFfxijw t7F+EavH3/EpJ5phSVar03a482yStprhL2xBgLcPkw7VNcsWLy5mrujYgXbcIwwQLm0N aReAAipyL9Ku0wX6kwM2gb5+VHN2iOXrQPMT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=RTAWJFwKG+9cliI8MnB6CMNWVjjUz+I5AH2tP7PH6V4Pk8NmUZHB7WCJiEwYj9atTX c9ofqKjPPXHZfoJmLC59Y97s9XPgaeIQz6DUEHcdKuvJ+vrkfUwoWbwGODdmZW1CfPbX nCh4g1wb9L9IWG4ZtBJtbno+epWKHJIF/1+U8= Received: by 10.87.40.2 with SMTP id s2mr3202181fgj.77.1257264505282; Tue, 03 Nov 2009 08:08:25 -0800 (PST) Received: from localhost.localdomain (92-235-187-79.cable.ubr18.sgyl.blueyonder.co.uk [92.235.187.79]) by mx.google.com with ESMTPS id d4sm447610fga.6.2009.11.03.08.08.23 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Nov 2009 08:08:24 -0800 (PST) From: Ciaran McCreesh <ciaran.mccreesh@googlemail.com> To: gentoo-pms@lists.gentoo.org Cc: Ciaran McCreesh <ciaran.mccreesh@googlemail.com> Subject: [gentoo-pms] [PATCH] dohtml without -r may or may not error on a dir Date: Tue, 3 Nov 2009 16:08:10 +0000 Message-Id: <1257264490-27286-1-git-send-email-ciaran.mccreesh@googlemail.com> X-Mailer: git-send-email 1.6.5.rc1 Precedence: bulk List-Post: <mailto:gentoo-pms@lists.gentoo.org> List-Help: <mailto:gentoo-pms+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-pms+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-pms+subscribe@lists.gentoo.org> List-Id: Gentoo Package Manager Specification discussions <gentoo-pms.gentoo.org> X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org X-Archives-Salt: ae76d657-fc12-44a6-9845-a489672a2e98 X-Archives-Hash: 66b80df6372b48d886e4058bd58634ce Different Portage versions do different things. --- pkg-mgr-commands.tex | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ff2b9a6..4b88b20 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -322,6 +322,9 @@ that can be passed to \t{dohtml} are as follows: Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. + It is undefined whether a failure shall occur if \t{-r} is not specified and a directory is + encountered. Ebuilds must not rely upon any particular behaviour. + \IFKDEBUILDELSE { In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as -- 1.6.5.rc1