From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from <gentoo-dev+bounces-33153-garchives=archives.gentoo.org@lists.gentoo.org>)
id 1Kq31G-0008ST-BG
for garchives@archives.gentoo.org; Wed, 15 Oct 2008 09:50:18 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 150A5E0153;
Wed, 15 Oct 2008 09:50:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id BC505E0153
for <gentoo-dev@lists.gentoo.org>; Wed, 15 Oct 2008 09:50:16 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by smtp.gentoo.org (Postfix) with ESMTP id A8F1964B4D
for <gentoo-dev@lists.gentoo.org>; Wed, 15 Oct 2008 09:50:14 +0000 (UTC)
X-Virus-Scanned: amavisd-new at gentoo.org
X-Spam-Score: -0.629
X-Spam-Level:
X-Spam-Status: No, score=-0.629 required=5.5 tests=[AWL=0.903,
BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_NUMERIC_HELO=2.067]
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 lRACEGBWbcgq for <gentoo-dev@lists.gentoo.org>;
Wed, 15 Oct 2008 09:50:08 +0000 (UTC)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id A970064B57
for <gentoo-dev@gentoo.org>; Wed, 15 Oct 2008 09:50:05 +0000 (UTC)
Received: from root by ciao.gmane.org with local (Exim 4.43)
id 1Kq311-00088J-8b
for gentoo-dev@gentoo.org; Wed, 15 Oct 2008 09:50:03 +0000
Received: from 82.153.199.203 ([82.153.199.203])
by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
id 1AlnuQ-0007hv-00
for <gentoo-dev@gentoo.org>; Wed, 15 Oct 2008 09:50:03 +0000
Received: from slong by 82.153.199.203 with local (Gmexim 0.1 (Debian))
id 1AlnuQ-0007hv-00
for <gentoo-dev@gentoo.org>; Wed, 15 Oct 2008 09:50:03 +0000
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-dev@lists.gentoo.org
From: Steve Long <slong@rathaus.eclipse.co.uk>
Subject: [gentoo-dev] Re: Re: bzr.eclass into Portage
Date: Wed, 15 Oct 2008 10:36:20 +0100
Message-ID: <gd4e8k$6i2$2@ger.gmane.org>
References: <20080317193133.525ba4ab@gentoo.org> <18665.44245.631670.638507@a1ihome1.kph.uni-mainz.de> <gcudaj$bo9$1@ger.gmane.org> <200810131723.17710.bo.andresen@zlin.dk>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: 82.153.199.203
User-Agent: KNode/0.10.9
Sender: news <news@ger.gmane.org>
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: a2ceac6b-e551-49b9-8a0b-dd30a77bb350
X-Archives-Hash: 7b9f16a575499409b35097e8bd97ad51
Bo =D8rsted Andresen wrote:
> On Monday 13 October 2008 04:43:48 Steve Long wrote:
>> EBZR_OPTIONS=3D"${EBZR_OPTIONS:-}" (and similar variants)
>> doesn't do anything (beyond waste lex and yacc time.)
>=20
> It gets listed in the generated man page.
>
>From what I remember of the awk that generates those manpages, this:
=20
# @ECLASS-VARIABLE: EBZR_OPTIONS
# @DESCRIPTION:
# The options passed to the fetch and update commands.
..does that.
>> The same consideration applies to all those "constant values" 'and
>> indeed' ${foo} as opposed to $foo, though first time I raised that I g=
ot
>> sworn at, so not expecting miracles here.
>=20
> Are you for real?
>=20
Perhaps you missed the discussion about EAPI in filenames?