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 0444C138262 for ; Tue, 17 May 2016 11:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A652241A0; Tue, 17 May 2016 11:29:48 +0000 (UTC) Received: from mail-pa0-f65.google.com (mail-pa0-f65.google.com [209.85.220.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B07D22415A for ; Tue, 17 May 2016 11:29:47 +0000 (UTC) Received: by mail-pa0-f65.google.com with SMTP id xm6so1585209pab.3 for ; Tue, 17 May 2016 04:29:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=wRvlFjrBUvuSFKNMo4vXXLOnDRAs7Tlc7pGmfDPkTYI=; b=izhvgyZ6oDCtYXt0sR0DvxR31tKrGt1heJi7GEpk8d5YZrVXdoYI+Eg4Jgys1Fghxu BouBFvX/NyTcEnAnbiJSWybw/eIzDwi0l6LAR7bnSHYeL3NIDB6o4Ro10BgFTnzF+Emn j7tbjAXspEdIjEEJJWfLx39x+1OQ68FaGTctSJ56kkhtY1Ihs8lW7NmpzKuMDuhgjLOa 2fA0xYX3y/njHxQVT9sqZGjIHu1BS8SW8mhPj2UyTis9h+EK4COLnMGuriFR7tiEMsaf 9NIHQ/8Nd9342IdxkIgYYa51VnX9AruQNV2tjNUgomCjn0HNyxdhLiXNitqglkKqFCVt sOog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wRvlFjrBUvuSFKNMo4vXXLOnDRAs7Tlc7pGmfDPkTYI=; b=NFc4caGSA6eTVseB3ajQjfxyhPk4qysu8/Iayptq3vErsyNswFVGwBWi88+imhZZMM 9u7lQnCjiAXX0SsuZ6PobzJnNwUq7kYeBnZoBZOmSB03EdtdccnvjFOT1a+47geI4oPW SvchUdssyAGT5CBAd+5GZ9VpldW8AZbDhDF96o22Fttb7as5L5bqXQ1gQnh0ONlGCTUL 3T13AfWcsgAN4BZJbYDF8Ga11WLjWQ1moNxhKyqVhecY3H2HHXA7i/5VR/ecQ/oSsLFE X4LxXemkZ6Uy7Zyr6C74y76yMcgwI2b1A5fG6PUn7a19FAkA9OPbSNYJQFZoF2I5siJ/ BzbA== X-Gm-Message-State: AOPr4FV7e1IKsGfqXB2l/nDDYgRv+XOaMyulmMYtkBhGsJiVjB/3r0suutiRSi4tfj1ysg== X-Received: by 10.66.193.133 with SMTP id ho5mr1157600pac.134.1463484587024; Tue, 17 May 2016 04:29:47 -0700 (PDT) Received: from snowflex ([125.253.96.133]) by smtp.gmail.com with ESMTPSA id eh9sm4147620pad.47.2016.05.17.04.29.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 May 2016 04:29:46 -0700 (PDT) Date: Tue, 17 May 2016 12:29:36 +0100 From: Ciaran McCreesh To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Proposal for changes for the next EAPI version Message-ID: <20160517122936.0f0e10f9@snowflex> In-Reply-To: <573AFFCB.8030305@gentoo.org> References: <20160516183840.4b241463@gentp.lnet> <20160517084643.GA24972@skade.schwarzvogel.de> <573AFFCB.8030305@gentoo.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) 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-Archives-Salt: 5a49b069-16a2-4d61-983f-b730d4e791d5 X-Archives-Hash: c59fa846e30f775f6318f667d8bd69a8 On Tue, 17 May 2016 07:26:03 -0400 Michael Orlitzky wrote: > We already have "emerge --config" which is expected to be run after > the install process has completed, so I don't think that this is too > much of a stretch. Maybe call the phase "pkg_test" analogous to > "pkg_config" and in contrast to "src_test" which runs within the > working directory. Then "emerge --test" could run it. For various technical reasons to do with the spec and package manglers sometimes using phase function names with the src_ or pkg_ stripped off, calling it that would be a huge pain. -- Ciaran McCreesh