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 58273138010 for ; Fri, 29 Mar 2013 10:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EED7E0874; Fri, 29 Mar 2013 10:31:13 +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 82DBAE0828 for ; Fri, 29 Mar 2013 10:31:12 +0000 (UTC) Received: from [192.168.1.204] (137.143.217.87.dynamic.jazztel.es [87.217.143.137]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pacho) by smtp.gentoo.org (Postfix) with ESMTPSA id E8E0933DBE7 for ; Fri, 29 Mar 2013 10:31:10 +0000 (UTC) Message-ID: <1364553067.2169.0.camel@belkin4> Subject: Re: [gentoo-dev] Collecting items for EAPI 6 From: Pacho Ramos To: gentoo-dev@lists.gentoo.org Date: Fri, 29 Mar 2013 11:31:07 +0100 In-Reply-To: <20130328191559.39e66934@pomiocik.lan> References: <20130328191559.39e66934@pomiocik.lan> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.0 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-Transfer-Encoding: 8bit X-Archives-Salt: 9e4e4a51-3d01-45b2-9e7e-6f3b14806c88 X-Archives-Hash: 7944d7fb2feb9784843ae672200c7450 El jue, 28-03-2013 a las 19:15 +0100, Michał Górny escribió: > Hello, > > As discussed with ulm, I'd like to start a thread for collecting > initial items for EAPI 6. Preferably items which are either almost > ready or are easy to implement and are non-controversial. In other > words, thing which are practically ready to get on the actual list. > > As usual, each item should have a corresponding 'Future EAPI' bug which > blocks the tracker [1]. > > [1]:https://bugs.gentoo.org/show_bug.cgi?id=future-eapi > > > My propositions: > > a) for improving self-consistency of EAPI (high priority): > > - #463586: move get_libdir to EAPI (since it is used in econf). > > - #459692: split the doc-installation part of default_src_install > (e.g. as einstalldocs). > > - #451938: provide a 'die' variant respecting 'nonfatal' (to implement > custom helpers respecting 'nonfatal'). > > > b) for improving ebuild & eclass development: > > - #449862: tidy up IUSE checking. > > - #449806: support using DOCS to append to the standard document list. > > - #431340: allow bash-4.2 (may require additional policy restrictions). > > - #273101: explicit variable for no. of parallel jobs (rather than > hacking MAKEOPTS). > I would also add, if possible: https://bugs.gentoo.org/show_bug.cgi?id=449862 -> Suggest to specify a way to query for values in IUSE