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 A38C4138010 for ; Sat, 15 Sep 2012 19:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E643E0586; Sat, 15 Sep 2012 19:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66FA3E0586 for ; Sat, 15 Sep 2012 19:53:16 +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 C9D5533D208 for ; Sat, 15 Sep 2012 19:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F4D2E543F for ; Sat, 15 Sep 2012 19:53:14 +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: <1347738782.f65ec9623fb98f4c134e38643520e2a9caeaa2f9.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: f65ec9623fb98f4c134e38643520e2a9caeaa2f9 X-VCS-Branch: master Date: Sat, 15 Sep 2012 19:53:14 +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: 40a5970b-0a36-47f5-bd47-18dd1151eb11 X-Archives-Hash: 6bbf08e0c8f0462f7cbe594f22ab8876 commit: f65ec9623fb98f4c134e38643520e2a9caeaa2f9 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 15 19:53:02 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 15 19:53:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f65ec962 ebuild.5: add EAPI 5 usex helper --- man/ebuild.5 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index fdcf3cf..4319311 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -925,6 +925,11 @@ fi .fi .RE .TP +\fBusex\fR \fI\fR \fI[true output]\fR \fI[false output]\fR \fI[true suffix]\fR \fI[false suffix]\fR +If USE flag is set, echo [true output][true suffix] (defaults to +"yes"), otherwise echo [false output][false suffix] (defaults to +"no"). The usex helper is available beginning with \fBEAPI 5\fR. +.TP \fBuse_with\fR \fI\fR \fI[configure name]\fR \fI[configure opt]\fR Useful for creating custom options to pass to a configure script. If \fIUSE item\fR is in the \fBUSE\fR variable and a \fIconfigure opt\fR is specified,