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

2009-12-22 Thread Helmut Jarausch
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 to do so? Many thanks for a hint, Helmut. -- Helmut Jarausch

[gentoo-user] Installing OSS / error adding oss-overlay

2009-02-22 Thread Mike Kazantsev
with it. Layman works fine for several other (git and svn, not hg) overlays. I'm sorry that the message got that fat, but the questions are these: - What might be wrong with the overlay, layman or hg? - Is there any other natural way to install basic tools like ossmixer and osstest

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

2009-12-22 Thread Nikos Chantziaras
On 12/22/2009 07:21 PM, 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 to do so? Given

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 jarau...@igpm.rwth-aachen.de 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

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

2009-12-22 Thread Paul Hartman
On Tue, Dec 22, 2009 at 11:37 AM, Nikos Chantziaras rea...@arcor.de wrote: On 12/22/2009 07:21 PM, 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

Re: [gentoo-user] Re: ncurses: reductio ad absurdum

2015-08-28 Thread Alan Mackenzie
Hello, Rich. On Fri, Aug 28, 2015 at 01:41:05PM -0400, Rich Freeman wrote: On Fri, Aug 28, 2015 at 11:26 AM, Alan Mackenzie a...@muc.de wrote: I disagree completely. A little time spent on git is time wasted. Only a lot of time spent on git is useful. I disagree with this. git

Re: [gentoo-user] Re: Gentoo's future directtion ?

2014-11-29 Thread Alec Ten Harmsel
not be implemented the same way. git is very difficult to learn, compared with, say Mercurial. To compare, if you do $ git help branch, you get a man page ~180 lines long dumped on you, and that's taking up the full width of my 240 character wide screen. If you do $ hg help branch, you get

Re: [gentoo-user] Re: Gentoo's future directtion ?

2014-11-29 Thread Alan Mackenzie
Mercurial. To compare, if you do $ git help branch, you get a man page ~180 lines long dumped on you, and that's taking up the full width of my 240 character wide screen. If you do $ hg help branch, you get a 27 line concise summary, max. ~80 characters wide, which nonetheless is pretty much

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 tried

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 alan.mckin...@gmail.com 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

Re: [gentoo-user] Re: [OT sphinx] Any users of sphinx here

2010-06-07 Thread Brandon Vargo
whatever you have in a sane directory structure. Or, even better, you can put your code in a central place using a version control system (SVN, git, hg, CVS, etc), where it is organized in a way that makes sense to you. After all, it sounds like this is for your personal use, so use something