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 DACFA138010 for ; Mon, 27 Aug 2012 02:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B973BE0507; Mon, 27 Aug 2012 02:46:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7D46E04D2 for ; Mon, 27 Aug 2012 02:46:01 +0000 (UTC) Received: from localhost (pc-193-111-101-190.cm.vtr.net [190.101.111.193]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id DB63733D4C8 for ; Mon, 27 Aug 2012 02:46:00 +0000 (UTC) Date: Sun, 26 Aug 2012 22:45:53 -0400 From: Alexis Ballier To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] new vala.eclass Message-ID: <20120826224553.700b29ca@gentoo.org> In-Reply-To: <1346024612.9829.87.camel@rook> References: <1345910966.9829.9.camel@rook> <1345928676.9829.13.camel@rook> <20537.18304.877062.568911@a1i15.kph.uni-mainz.de> <1345964385.9829.80.camel@rook> <503AA725.8020306@gentoo.org> <1346024612.9829.87.camel@rook> Organization: Gentoo X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.11; 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: 23aefe3b-ea97-4e26-800a-c4bea5de8d56 X-Archives-Hash: c15f7cda73b06e07130a4472cb21055c On Sun, 26 Aug 2012 19:43:32 -0400 Alexandre Rostovtsev wrote: > On Sun, 2012-08-26 at 15:45 -0700, Zac Medico wrote: > > Note that pkg_setup is called for binary packages too, which means > > that DEPEND may not necessarily be installed. In EAPI 4 you can > > check the MERGE_TYPE variable which can have a value of binary, > > source, orbuildonly. > > The variables that vala_pkg_setup sets are needed only at build time. so it should be vala_src_prepare / unpack instead ? definitely not anything pkg_* imho