Re: [gentoo-dev] git-2.eclass final review

2011-04-05 Thread Marc Schiffbauer
* Mike Frysinger schrieb am 23.03.11 um 00:08 Uhr: > 2011/3/22 Tomáš Chvátal: > > Dne 22.3.2011 22:26, Mike Frysinger napsal(a): > >>> # @BLURB: This eclass provides functions for fetch and unpack git > >>> repositories > >> > >> fetching/unpacking > > > > Yarp fixed. > > well, the fix broke the

Re: [gentoo-dev] git-2.eclass final review

2011-03-31 Thread Aaron W. Swenson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/31/2011 12:00 PM, Matt Turner wrote: > 2011/3/31 Tomáš Chvátal : >> Dne 31.3.2011 06:55, Jeroen Roovers napsal(a): >>> On Wed, 23 Mar 2011 01:42:51 +0100 >>> Tomáš Chvátal wrote: >>> Again the diff is: http://tinyurl.com/62eb88b >>> >>> W

Re: [gentoo-dev] git-2.eclass final review

2011-03-31 Thread Matt Turner
2011/3/31 Tomáš Chvátal : > Dne 31.3.2011 06:55, Jeroen Roovers napsal(a): >> On Wed, 23 Mar 2011 01:42:51 +0100 >> Tomáš Chvátal wrote: >> >>> Again the diff is: http://tinyurl.com/62eb88b >> >> Why not attach it? What the hell does that URL lead me to? > > Because our git webservice allows us to

Re: [gentoo-dev] git-2.eclass final review

2011-03-31 Thread Fabian Groffen
On 31-03-2011 08:32:27 +0200, Tomáš Chvátal wrote: > Dne 31.3.2011 06:55, Jeroen Roovers napsal(a): > > On Wed, 23 Mar 2011 01:42:51 +0100 > > Tomáš Chvátal wrote: > > > >> Again the diff is: http://tinyurl.com/62eb88b > > > > Why not attach it? What the hell does that URL lead me to? > > Becau

Re: [gentoo-dev] git-2.eclass final review

2011-03-30 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 31.3.2011 06:55, Jeroen Roovers napsal(a): > On Wed, 23 Mar 2011 01:42:51 +0100 > Tomáš Chvátal wrote: > >> Again the diff is: http://tinyurl.com/62eb88b > > Why not attach it? What the hell does that URL lead me to? > > > jer > Because

Re: [gentoo-dev] git-2.eclass final review

2011-03-30 Thread Jeroen Roovers
On Wed, 23 Mar 2011 01:42:51 +0100 Tomáš Chvátal wrote: > Again the diff is: http://tinyurl.com/62eb88b Why not attach it? What the hell does that URL lead me to? jer

Re: [gentoo-dev] git-2.eclass final review

2011-03-22 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 23.3.2011 00:08, Mike Frysinger napsal(a): > 2011/3/22 Tomáš Chvátal: >> Dne 22.3.2011 22:26, Mike Frysinger napsal(a): # @BLURB: This eclass provides functions for fetch and unpack git repositories >>> >>> fetching/unpacking >> >> Yarp

Re: [gentoo-dev] git-2.eclass final review

2011-03-22 Thread Mike Frysinger
2011/3/22 Tomáš Chvátal: > Dne 22.3.2011 22:26, Mike Frysinger napsal(a): >>> # @BLURB: This eclass provides functions for fetch and unpack git >>> repositories >> >> fetching/unpacking > > Yarp fixed. well, the fix broke the blurb. it has to be on one line. # @BLURB: foo > EGIT_BRANCH=${x:-${E

Re: [gentoo-dev] git-2.eclass final review

2011-03-22 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 22.3.2011 22:26, Mike Frysinger napsal(a): >> # @BLURB: This eclass provides functions for fetch and unpack git >> repositories > > fetching/unpacking Yarp fixed. > >> eval X="\$${PN//[-+]/_}_LIVE_REPO" >> if [[ ${X} = "" ]]; then >>

Re: [gentoo-dev] git-2.eclass final review

2011-03-22 Thread Mike Frysinger
> # @BLURB: This eclass provides functions for fetch and unpack git repositories fetching/unpacking > eval X="\$${PN//[-+]/_}_LIVE_REPO" > if [[ ${X} = "" ]]; then > : ${EGIT_REPO_URI:=} > else > EGIT_REPO_URI="${X}" > fi X needs to be marked l

[gentoo-dev] git-2.eclass final review

2011-03-22 Thread Tomáš Chvátal
Hi guys, as there are no more complaints in kde overlay i would like you to test your git using live ebuild with this new git-2 eclass and tell me how you like it. Also usual review of what already is in is welcomed because i would really really like to move this thing into main tree. Cheers Tom