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] Re: git-2.eclass final review

2011-03-22 Thread Mike Frysinger
On Tue, Mar 22, 2011 at 7:41 PM, Ryan Hill wrote: > On Tue, 22 Mar 2011 19:08:53 -0400 Mike Frysinger wrote: >> > rsync -rlpgo . "${EGIT_SOURCEDIR}" \ >> >> this means you need to have DEPEND="net-misc/rsync".  why not just use >> `cp -pPR` instead ?  i vaguely recall rsync being slower than a >> s

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

2011-03-22 Thread Ryan Hill
On Tue, 22 Mar 2011 17:41:27 -0600 Ryan Hill wrote: > On Tue, 22 Mar 2011 19:08:53 -0400 > Mike Frysinger wrote: > > > > > rsync -rlpgo . "${EGIT_SOURCEDIR}" \ > > > > this means you need to have DEPEND="net-misc/rsync". why not just use > > `cp -pPR` instead ? i vaguely recall rsync being

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

2011-03-22 Thread Ryan Hill
On Tue, 22 Mar 2011 19:08:53 -0400 Mike Frysinger wrote: > > rsync -rlpgo . "${EGIT_SOURCEDIR}" \ > > this means you need to have DEPEND="net-misc/rsync". why not just use > `cp -pPR` instead ? i vaguely recall rsync being slower than a > straight cp too ... not much point of doing a rsync wh

[gentoo-dev] Re: FEATURES=test, sys-devel/gcc ignored test failures

2011-03-22 Thread Ryan Hill
On Tue, 22 Mar 2011 13:09:46 +0100 "Paweł Hajdan, Jr." wrote: > On 3/21/11 11:02 PM, Ryan Hill wrote: > > It does to me, I use them all the time. ;) The important part is that we > > install the test results, which can then be used for regression testing when > > rolling patchsets. > > I see, i

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] python.eclass EAPI 4 support

2011-03-22 Thread Arfrever Frehtes Taifersar Arahesis
2011-03-22 12:51:48 Paweł Hajdan, Jr. napisał(a): > I remember there was an effort to make python.eclass support EAPI 4 even > before it has been officially approved. > > Now that we have EAPI 4 support even in stable portage, it would be > awesome to make python.eclass support that EAPI. > > Wha

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

Re: [gentoo-dev] Re: FEATURES=test, sys-devel/gcc ignored test failures

2011-03-22 Thread Matt Turner
On Tue, Mar 22, 2011 at 12:09 PM, "Paweł Hajdan, Jr." wrote: > I'm trying to understand the problem better - do you know what causes > those test failures? I don't expect a "complete" answer because that'd > probably be a half of actually fixing the failures. They both have huge test suites cover

Re: [gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Kfir Lavi
On Tue, Mar 22, 2011 at 4:05 PM, Tom Knight wrote: > On Tue, Mar 22, 2011 at 03:20:32PM +0200, Kfir Lavi wrote: > > Is there any way to know the exact arches supported by portage? > > /usr/portage/profiles/arch.list shows which are valid KEYWORDS. > > Cheers, > > Tom > hehe, thanks a lot. Kfir

Re: [gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Tom Knight
On Tue, Mar 22, 2011 at 03:20:32PM +0200, Kfir Lavi wrote: > Is there any way to know the exact arches supported by portage? /usr/portage/profiles/arch.list shows which are valid KEYWORDS. Cheers, Tom pgp6JwpZXE0nw.pgp Description: PGP signature

Re: [gentoo-dev] Re: Re: RFC: Making largefile a global use

2011-03-22 Thread Mike Frysinger
On Tue, Mar 22, 2011 at 8:35 AM, Peter Volkov wrote: > В Чтв, 10/03/2011 в 11:49 +0100, Diego Elio Pettenò пишет: >> Any configure with AC_SYS_LARGEFILE will get a >> --enable-largefile option, but if you grep through the tree, this is >> usually simply added unconditionally. > > Is there any value

Re: [gentoo-dev] Re: Re: RFC: Making largefile a global use

2011-03-22 Thread Peter Volkov
В Чтв, 10/03/2011 в 11:49 +0100, Diego Elio Pettenò пишет: > Any configure with AC_SYS_LARGEFILE will get a > --enable-largefile option, but if you grep through the tree, this is > usually simply added unconditionally. Is there any value adding --enable-largefile? autoconf macros have it enabled b

[gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Kfir Lavi
Hi, I would like to know how to list the arches gentoo supports. I tried this: grep 'KEYWORDS="' * -R | cut -d '"' -f 2 | sed 's/ /\n/g' | sort | uniq Not the best but close. Is there any way to know the exact arches supported by portage? Regards, Kfir

Re: [gentoo-dev] Re: FEATURES=test, sys-devel/gcc ignored test failures

2011-03-22 Thread Paweł Hajdan, Jr.
On 3/21/11 11:02 PM, Ryan Hill wrote: > It does to me, I use them all the time. ;) The important part is that we > install the test results, which can then be used for regression testing when > rolling patchsets. I see, it makes sense. I guess you're comparing the test results before and after ro

[gentoo-dev] python.eclass EAPI 4 support

2011-03-22 Thread Paweł Hajdan, Jr.
I remember there was an effort to make python.eclass support EAPI 4 even before it has been officially approved. Now that we have EAPI 4 support even in stable portage, it would be awesome to make python.eclass support that EAPI. What do you think? signature.asc Description: OpenPGP digital si