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 60E42138010 for ; Sat, 15 Sep 2012 20:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BA421C008; Sat, 15 Sep 2012 20:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0880621C008 for ; Sat, 15 Sep 2012 20:27:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 433AB33D2A8 for ; Sat, 15 Sep 2012 20:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D0CAFE543F for ; Sat, 15 Sep 2012 20:27:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1347740780.b726c71804f59109d4ba800bb51986fbae0dde61.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b726c71804f59109d4ba800bb51986fbae0dde61 X-VCS-Branch: master Date: Sat, 15 Sep 2012 20:27:03 +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: 6a19ed0f-82b8-4b84-a35d-6813d3dfe8bf X-Archives-Hash: 55ffe7a67d73d33ebb76f67022f86ea6 commit: b726c71804f59109d4ba800bb51986fbae0dde61 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 15 20:26:20 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 15 20:26:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b726c718 ebuild.5: add EAPI 5 doheader helper As noted in bug #21310, comment #5, PMS currently does not document the -r option. --- man/ebuild.5 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 73e48ae..894cf2b 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1304,6 +1304,12 @@ should call \fBln(1)\fR directly. .PD 1 Performs the ln command to create a symlink. .TP +\fBdoheader\fR \fI[\-r] [list of more files]\fR +Installs the given header files into /usr/include/, by default +with file mode \fI0644\fR (this can be overridden with the +\fBinsopts\fR function). Setting \-r sets recursive. The +\fBdoheader\fR helper is available beginning with \fBEAPI 5\fR. +.TP \fBdohtml\fR \fI [\-a filetypes] [\-r] [\-x list\-of\-dirs\-to\-ignore] [list\-of\-files\-and\-dirs]\fR Installs the files in the list of files (space\-separated list) into /usr/share/doc/${PF}/html provided the file ends in .htm, .html, .css, .js, .gif, .jpeg, .jpg, or .png.