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 ) id 1KVPB1-0000lb-Mm for garchives@archives.gentoo.org; Tue, 19 Aug 2008 11:15:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD973E01C7; Tue, 19 Aug 2008 11:15:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 823E2E01CB for ; Tue, 19 Aug 2008 11:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B734367760 for ; Tue, 19 Aug 2008 11:15:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.549 X-Spam-Level: X-Spam-Status: No, score=-0.549 required=5.5 tests=[AWL=0.983, 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 tF8Dfcoxvtvo for ; Tue, 19 Aug 2008 11:14:54 +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 ED30E67625 for ; Tue, 19 Aug 2008 11:14:51 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KVPAi-0003hJ-RT for gentoo-dev@gentoo.org; Tue, 19 Aug 2008 11:14:44 +0000 Received: from 82.153.77.250 ([82.153.77.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Aug 2008 11:14:44 +0000 Received: from slong by 82.153.77.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Aug 2008 11:14:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Steve Long Subject: [gentoo-dev] Re: [RFC] What features should be included in EAPI 2? Date: Tue, 19 Aug 2008 12:12:20 +0100 Message-ID: References: <48A298D9.3030402@gentoo.org> <20080813130329.0fe55b90@googlemail.com> 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=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82.153.77.250 User-Agent: KNode/0.10.9 Sender: news X-Archives-Salt: a775c2fb-fbf7-4846-a45e-311201400730 X-Archives-Hash: dc9bdf58de6c7e8791645b91794abb11 Ciaran McCreesh wrote: > On Wed, 13 Aug 2008 01:18:33 -0700 > Zac Medico wrote: >> * The old src_compile phase function is split into separate >> src_configure and src_compile fuctions. > > If you're doing new phases... Exheres has been using src_prepare, after > src_unpack, to avoid having lots of things of the form: > > src_unpack() { > default > patch blah > eautoreconf > } > Besides saving one line of typing, what is the benefit of adding this new phase?