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 52933138206 for ; Wed, 17 Jan 2018 17:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC6EE0823; Wed, 17 Jan 2018 17:07:25 +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 482E2E0823 for ; Wed, 17 Jan 2018 17:07:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A0FDC335C07 for ; Wed, 17 Jan 2018 17:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3B01BC for ; Wed, 17 Jan 2018 17:07:21 +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: <1515951332.25b3aeecb9b88304d86b0f310cc83a3a0eae34d1.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 25b3aeecb9b88304d86b0f310cc83a3a0eae34d1 X-VCS-Branch: master Date: Wed, 17 Jan 2018 17:07:21 +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: 3a8fd2f0-785f-427a-9ecf-505f505c09fd X-Archives-Hash: cc5dfc22d06229538a57fec668b54101 commit: 25b3aeecb9b88304d86b0f310cc83a3a0eae34d1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 13 20:14:18 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 14 17:35:32 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=25b3aeec pkg-mgr-commands.tex: keepdir accepts multiple arguments. Similar to dodir, keepdir accepts multiple arguments. It has done so since its inception in 2002: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-src/portage/bin/ebuild.sh?revision=1.46&view=markup#l89 pkg-mgr-commands.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ab9c586..9a80370 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -518,10 +518,10 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \item[fperms] Acts as for \t{chmod}, but takes paths relative to the image directory. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. -\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose name starts with - \t{.keep} in that directory to ensure that the directory does not get removed by the - package manager should it be empty at any point. Failure behaviour is EAPI dependent as per - section~\ref{sec:failure-behaviour}. +\item[keepdir] For each argument, creates a directory as for \t{dodir}, and an empty file whose + name starts with \t{.keep} in that directory to ensure that the directory does not get removed + by the package manager should it be empty at any point. Failure behaviour is EAPI dependent + as per section~\ref{sec:failure-behaviour}. \item[newbin] \featurelabel{newfoo-stdin} As for \t{dobin}, but takes two parameters. The first is the file to install; the second is the new filename under which it will be installed. In EAPIs