Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-06-27 Thread Pacho Ramos
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/g

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-06-27 Thread hasufell
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}" \ > gnome-games_src_prepare() { I find it very strange that you run intltoolize and eautoreconf unconditionally

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-06-27 Thread Pacho Ramos
Another try that finally fixes pending problems # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.16 2013/04/07 17:02:52 mgorny Exp $ # @ECLASS: gnome-games # @MAINTAINER

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread Pacho Ramos
El jue, 02-05-2013 a las 17:16 +0200, hasufell escribió: > On 05/02/2013 05:12 PM, Pacho Ramos wrote: > > El jue, 02-05-2013 a las 15:54 +0200, hasufell escribió: > >> On 05/02/2013 03:40 PM, Pacho Ramos wrote: > >>> El jue, 02-05-2013 a las 14:34 +0200, hasufell escribió: > On 05/02/2013 12:4

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread hasufell
On 05/02/2013 05:12 PM, Pacho Ramos wrote: > El jue, 02-05-2013 a las 15:54 +0200, hasufell escribió: >> On 05/02/2013 03:40 PM, Pacho Ramos wrote: >>> El jue, 02-05-2013 a las 14:34 +0200, hasufell escribió: On 05/02/2013 12:41 PM, Pacho Ramos wrote: > gnome-games was splitted in separate

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread Pacho Ramos
El jue, 02-05-2013 a las 15:54 +0200, hasufell escribió: > On 05/02/2013 03:40 PM, Pacho Ramos wrote: > > El jue, 02-05-2013 a las 14:34 +0200, hasufell escribió: > >> On 05/02/2013 12:41 PM, Pacho Ramos wrote: > >>> gnome-games was splitted in separate packages per game and, then, we > >>> need an

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread hasufell
On 05/02/2013 03:40 PM, Pacho Ramos wrote: > El jue, 02-05-2013 a las 14:34 +0200, hasufell escribió: >> On 05/02/2013 12:41 PM, Pacho Ramos wrote: >>> gnome-games was splitted in separate packages per game and, then, we >>> need an eclass to also set proper settings inherited from gnome2 and >>> g

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread Pacho Ramos
El jue, 02-05-2013 a las 14:34 +0200, hasufell escribió: > On 05/02/2013 12:41 PM, Pacho Ramos wrote: > > gnome-games was splitted in separate packages per game and, then, we > > need an eclass to also set proper settings inherited from gnome2 and > > games eclasses. This should also solve: > > htt

Re: [gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread hasufell
On 05/02/2013 12:41 PM, Pacho Ramos wrote: > gnome-games was splitted in separate packages per game and, then, we > need an eclass to also set proper settings inherited from gnome2 and > games eclasses. This should also solve: > https://bugs.gentoo.org/show_bug.cgi?id=432848 > > eclass and ebuild

[gentoo-dev] gnome-games.eclass: Eclass for installing all gnome-games

2013-05-02 Thread Pacho Ramos
gnome-games was splitted in separate packages per game and, then, we need an eclass to also set proper settings inherited from gnome2 and games eclasses. This should also solve: https://bugs.gentoo.org/show_bug.cgi?id=432848 eclass and ebuild (games-puzzle/five-or-more) to try attached # Copyright