[gentoo-dev] Re: Patch for python.eclass

2010-10-23 Thread Arfrever Frehtes Taifersar Arahesis
2010-10-22 09:56:56 Mike Frysinger napisał(a): > On Monday, October 18, 2010 11:15:45 Diego Elio Pettenò wrote: > > Il giorno lun, 18/10/2010 alle 17.10 +0200, Arfrever ha scritto: > > > No. It's not related to that bug. > > > > So I guess Mike's next reply is going to be "and what are you waiting

[gentoo-dev] Re: Patch for python.eclass

2010-10-22 Thread Mike Frysinger
On Monday, October 18, 2010 11:15:45 Diego Elio Pettenò wrote: > Il giorno lun, 18/10/2010 alle 17.10 +0200, Arfrever ha scritto: > > No. It's not related to that bug. > > So I guess Mike's next reply is going to be "and what are you waiting > for, before fixing it?". Seriously. i guess the answe

[gentoo-dev] Re: Patch for python.eclass

2010-10-18 Thread Diego Elio Pettenò
Il giorno lun, 18/10/2010 alle 17.10 +0200, Arfrever Frehtes Taifersar Arahesis ha scritto: > > No. It's not related to that bug. So I guess Mike's next reply is going to be "and what are you waiting for, before fixing it?". Seriously. -- Diego Elio Pettenò — Flameeyes http://blog.flameeyes.eu/

[gentoo-dev] Re: Patch for python.eclass

2010-10-18 Thread Arfrever Frehtes Taifersar Arahesis
2010-10-18 09:06:06 Mike Frysinger napisał(a): > On October 17, 2010 21:33:20 Arfrever Frehtes Taifersar Arahesis wrote: > > Subpatch #5 improves some code used in older EAPIs. > > does this fix Bug 340395 ? No. It's not related to that bug. -- Arfrever Frehtes Taifersar Arahesis signature.as

[gentoo-dev] Re: Patch for python.eclass

2010-10-18 Thread Mike Frysinger
On October 17, 2010 21:33:20 Arfrever Frehtes Taifersar Arahesis wrote: > Example usage: > RDEPEND="net-libs/gnutls > $(python_add_abi_dependencies ">=dev-python/PyQt4-4.7.7[svg]") > $(python_add_abi_dependencies -e "2.7 3.[2-9]" dev-python/argparse)" > DEPEND="${RDEPEND} > $(

Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Peter Volkov
В Пнд, 20/09/2010 в 04:53 +0200, Arfrever Frehtes Taifersar Arahesis пишет: > > while you're in the process of cleaning things up, i know we dont have a > > rule > > anywhere in terms of line length, but python.eclass has always struck me as > > a > > file with incredibly excessive line length.

Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Mike Frysinger
On Sunday, September 19, 2010 22:53:31 Arfrever Frehtes Taifersar Arahesis wrote: > 2010-09-20 03:45:14 Mike Frysinger napisał(a): > > while you're in the process of cleaning things up, i know we dont have a > > rule anywhere in terms of line length, but python.eclass has always > > struck me as a

Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Arfrever Frehtes Taifersar Arahesis
2010-09-20 03:45:14 Mike Frysinger napisał(a): > On Sunday, September 19, 2010 21:18:51 Arfrever Frehtes Taifersar Arahesis > wrote: > > -evaluated_PYTHONPATH="$(eval echo -n "${PYTHONPATH_template}")" > > +eval "evaluated_PYTHONPATH=\"${PYTHONPATH_template}\"" > > the quotes in the 2nd one are u

[gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Mike Frysinger
On Sunday, September 19, 2010 21:18:51 Arfrever Frehtes Taifersar Arahesis wrote: > -evaluated_PYTHONPATH="$(eval echo -n "${PYTHONPATH_template}")" > +eval "evaluated_PYTHONPATH=\"${PYTHONPATH_template}\"" the quotes in the 2nd one are useless. this should work the same: eval evaluated_