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 1OgPjX-0006U8-Ny for garchives@archives.gentoo.org; Tue, 03 Aug 2010 22:13:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69D1CE0912; Tue, 3 Aug 2010 22:13:11 +0000 (UTC) Received: from mail.jolexa.net (mail.jolexa.net [69.164.203.224]) by pigeon.gentoo.org (Postfix) with ESMTP id B1CAAE08F0 for ; Tue, 3 Aug 2010 22:12:57 +0000 (UTC) Received: by mail.jolexa.net (Postfix, from userid 5001) id EC5865DD8C; Tue, 3 Aug 2010 22:12:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.2.5-gr2 (2008-06-10) on helios.jolexa.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=disabled version=3.2.5-gr2 Received: from mail.jolexa.net (mail.jolexa.net [69.164.203.224]) by mail.jolexa.net (Postfix) with ESMTP id 75DD85DD83; Tue, 3 Aug 2010 22:12:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Tue, 03 Aug 2010 17:12:56 -0500 From: Jeremy Olexa To: , Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-zope/datetime: ChangeLog datetime-2.12.5.ebuild In-Reply-To: <20100729202247.21DA22CE15@corvid.gentoo.org> References: <20100729202247.21DA22CE15@corvid.gentoo.org> Message-ID: X-Sender: darkside@gentoo.org User-Agent: Roundcube Webmail/0.4-trunk X-Archives-Salt: ad2b0793-e562-4b53-b3ba-da44976c3d23 X-Archives-Hash: f13f76f1b371d1c903378b1f45754a88 On Thu, 29 Jul 2010 20:22:47 +0000 (UTC), "Arfrever Frehtes Taifersar Arahesis (arfrever)" wrote: > > SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" > This is a perfect example of "over-complexification" - Why didn't you just use "D" instead of "${MY_PN:0:1}" ? While technically not /wrong/ - it is harder to read for no gain. I'm confident that our fellow devs can read this but I think we should all strive for being more user-friendly. Thanks, Jeremy