From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-61123-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 472EC1381F3
	for <garchives@archives.gentoo.org>; Thu, 27 Jun 2013 20:43:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B84FFE0995;
	Thu, 27 Jun 2013 20:43:56 +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 C90FDE07F0
	for <gentoo-dev@lists.gentoo.org>; Thu, 27 Jun 2013 20:43:55 +0000 (UTC)
Received: from [192.168.1.33] (121.Red-2-137-23.dynamicIP.rima-tde.net [2.137.23.121])
	(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 55B0833E793
	for <gentoo-dev@lists.gentoo.org>; Thu, 27 Jun 2013 20:43:52 +0000 (UTC)
Message-ID: <1372365826.12846.12.camel@localhost>
Subject: Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all
 gnome-games
From: Pacho Ramos <pacho@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Date: Thu, 27 Jun 2013 22:43:46 +0200
In-Reply-To: <51CCA2CE.7070805@gentoo.org>
References: <1367491272.21951.8.camel@localhost>
	 <51825D64.2010905@gentoo.org> <1367502051.21951.12.camel@localhost>
	 <5182701C.8040209@gentoo.org> <1367507567.21951.16.camel@localhost>
	 <51828365.2050806@gentoo.org> <1367508903.21951.18.camel@localhost>
	 <1372364747.12846.10.camel@localhost> <51CCA2CE.7070805@gentoo.org>
Content-Type: text/plain; charset="UTF-8"
X-Mailer: Evolution 3.8.3 
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
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: 0051fede-d21d-46b3-8973-f2a730b5569f
X-Archives-Hash: 95067fbae721ff774a89580133f11fbe

El jue, 27-06-2013 a las 22:38 +0200, hasufell escribió:
> On 06/27/2013 10:25 PM, Pacho Ramos wrote:
> > Another try that finally fixes pending problems
> > 
> 
> > --localstatedir=/var \
> 
> is there a problem with
> 
> --localstatedir="${GAMES_STATEDIR}" \
> 

Yes, it ends up being /var/games/games because all gnome-games consumers
already append "games" by default

> > gnome-games_src_prepare() {
> 
> I find it very strange that you run intltoolize and eautoreconf
> unconditionally in an eclass.
> 
> 

The same -> Until a new intltool version is released, all consumers of
this eclass will need it to get proper localedir being respected