Re: [gentoo-user] make an -9999 ebuild compile only if necessary

2009-12-23 Thread Jesús Guerrero
On Tue, 22 Dec 2009 22:28:40 +0200, Alan McKinnon wrote: > On Tuesday 22 December 2009 19:21:21 Helmut Jarausch wrote: >> Hi, >> >> I have ebuilds fetching the source code directly from a repository >> (be it CVS,SVN,HG,GIT,...) >> I'd like to modify the .ebuild to enter compilation only if somet

Re: [gentoo-user] make an -9999 ebuild compile only if necessary

2009-12-22 Thread Alan McKinnon
On Tuesday 22 December 2009 19:21:21 Helmut Jarausch wrote: > Hi, > > I have ebuilds fetching the source code directly from a repository > (be it CVS,SVN,HG,GIT,...) > I'd like to modify the .ebuild to enter compilation only if something > has been updated. > Is this possible, has somebody else tr

Re: [gentoo-user] make an -9999 ebuild compile only if necessary

2009-12-22 Thread Paul Hartman
On Tue, Dec 22, 2009 at 11:21 AM, Helmut Jarausch wrote: > Hi, > > I have ebuilds fetching the source code directly from a repository > (be it CVS,SVN,HG,GIT,...) > I'd like to modify the .ebuild to enter compilation only if something > has been updated. > Is this possible, has somebody else tried