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 ) id 1LmUOF-0000r5-1V for garchives@archives.gentoo.org; Wed, 25 Mar 2009 14:47:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F11FE069C; Wed, 25 Mar 2009 14:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94E71E069C for ; Wed, 25 Mar 2009 14:47:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3A65A64ED3 for ; Wed, 25 Mar 2009 14:47:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.338 X-Spam-Level: X-Spam-Status: No, score=-2.338 required=5.5 tests=[AWL=0.261, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PvuqvD5dE5Hu for ; Wed, 25 Mar 2009 14:47:27 +0000 (UTC) Received: from cicero4.cybercity.dk (cicero4.cybercity.dk [212.242.40.52]) by smtp.gentoo.org (Postfix) with ESMTP id 2A9C464FAB for ; Wed, 25 Mar 2009 14:47:23 +0000 (UTC) Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by cicero4.cybercity.dk (Postfix) with ESMTP id E39D33CBDB6; Wed, 25 Mar 2009 15:47:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by shuttle.zlin.dk (Postfix) with ESMTP id A457A105FDE; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: from shuttle.zlin.dk ([127.0.0.1]) by localhost (shuttle.zlin.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X4tkP0CxIPNO; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: by shuttle.zlin.dk (Postfix, from userid 1000) id 73ABA105FBC; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) From: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= To: gentoo-pms@lists.gentoo.org Cc: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= Subject: [gentoo-pms] [PATCH 4/4] Add missing installation commands. Date: Wed, 25 Mar 2009 15:47:21 +0100 Message-Id: <1237992441-20341-4-git-send-email-bo.andresen@zlin.dk> X-Mailer: git-send-email 1.6.1.2 In-Reply-To: <1237992441-20341-3-git-send-email-bo.andresen@zlin.dk> References: <1237992441-20341-1-git-send-email-bo.andresen@zlin.dk> <1237992441-20341-2-git-send-email-bo.andresen@zlin.dk> <1237992441-20341-3-git-send-email-bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e5cdde9d-8d75-43c7-895f-3594d467fda3 X-Archives-Hash: 35c1dcc99a53feb99245e504e1a18533 From: Bo =C3=98rsted Andresen --- pkg-mgr-commands.tex | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 5ee43c8..19f5c5c 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -179,6 +179,9 @@ has returned. \t{docinto} has not yet been called, instead installs to the directo= ry \t{/usr/share/doc/\$\{PF\}/}. =20 +\item[doenvd] Installs the given environment files into \t{/etc/env.d/},= by default with file mode + \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the = \t{insopts} function. + \item[doexe] Installs the given files into the directory specified by th= e most recent \t{exeinto} call, by default with file mode \t{0755}. This can be overridden by = setting \t{EXEOPTIONS} with the \t{exeopts} function. If \t{exeinto} has not yet been called, be= haviour is undefined. @@ -300,6 +303,10 @@ that can be passed to \t{dohtml} are as follows: =20 \item[newins] As above, for \t{doins}. =20 +\item[newlib.a] As above, for \t{dolib.a}. + +\item[newlib.so] As above, for \t{dolib.so}. + \item[newman] As above, for \t{doman}. =20 \item[newsbin] As above, for \t{dosbin}. --=20 1.6.2.1