From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-590790-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C2C711381F3 for <garchives@archives.gentoo.org>; Wed, 15 May 2013 13:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3366CE07EC; Wed, 15 May 2013 13:39:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCC2CE07EC for <gentoo-commits@lists.gentoo.org>; Wed, 15 May 2013 13:39:41 +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 E412433E035 for <gentoo-commits@lists.gentoo.org>; Wed, 15 May 2013 13:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 42BF8E5308 for <gentoo-commits@lists.gentoo.org>; Wed, 15 May 2013 13:39:38 +0000 (UTC) From: "Dirkjan Ochtman" <djc@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org> Message-ID: <1368624722.17037830a47887439123c3cb6c39156728dcd2ac.djc@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 17037830a47887439123c3cb6c39156728dcd2ac X-VCS-Branch: master Date: Wed, 15 May 2013 13:39:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 52cc7de5-6316-43d4-be19-b001a434290b X-Archives-Hash: cb3c29a34bf13d23c595932c854c04e3 commit: 17037830a47887439123c3cb6c39156728dcd2ac Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> AuthorDate: Wed May 15 13:32:02 2013 +0000 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> CommitDate: Wed May 15 13:32:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=17037830 Mention PROPERTIES in ebuild-defined variables list. --- ebuild-writing/variables/text.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index b3c5fb4..f557ffd 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -229,6 +229,14 @@ The following variables may or must be defined by every ebuild. value for this variable if it is the same as the default value. </ti> </tr> + <tr> + <ti><c>PROPERTIES</c></ti> + <ti> + A space-delimited list of properties, with conditional + syntax support. <c>interactive</c> is the only valid value + for now. + </ti> + </tr> </table> </body>