Re: [gentoo-dev] [rfc] Sane defaults for USE_PYTHON, patch to python eclass

2010-12-04 Thread Sebastian Pipping
On 12/04/10 16:38, Thomas Sachau wrote: > I think, the complete python code, behaviour and eclass is way too > complicated to easily manage or > even understand it. E.g. why do we need 2 active versions by default? If i > set e.g. python-2.6 as > default, i want everything to be installed for tha

Re: [gentoo-dev] [rfc] Sane defaults for USE_PYTHON, patch to python eclass

2010-12-04 Thread Thomas Sachau
Am 04.12.2010 01:23, schrieb Sebastian Pipping: > Hello! > > > Current situation > = > Without specifying USE_PYTHON in /etc/make.conf ebuilds based on the > python eclass will install packages for no more ABIs than the two active > versions on the 2.x and 3.x lines. To give an e

[gentoo-dev] Last rites: app-emulation/ies4linux

2010-12-04 Thread Markos Chandras
# Markos Chandras (04 Dec 2010) # on behalf of QA team # # ies4linux does not work with recent versions of wine. # Last update back in 2008. Bug #344233 # Masked for removal in 2011-01-04 app-emulation/ies4linux -- Markos Chandras (hwoarang) Gentoo Linux Developer Web: http://hwoarang.silverarr

Re: [gentoo-dev] Re: eclass review for Gnome 2.32 and waf ebuilds

2010-12-04 Thread Cyprien Nicolas
On Sat, Dec 4, 2010 at 06:02, Ryan Hill wrote: > On Sat, 04 Dec 2010 03:29:45 +0100 > Diego Elio Pettenò wrote: > >> Il giorno ven, 03/12/2010 alle 19.46 -0600, Ryan Hill ha scritto: >> > >> > This has come up enough times that we should write some common code. >> >> Or resume the idea to simply

Re: [gentoo-dev] Re: eclass review for Gnome 2.32 and waf ebuilds

2010-12-04 Thread Michał Górny
On Fri, 3 Dec 2010 19:46:37 -0600 Ryan Hill wrote: > On Fri, 03 Dec 2010 23:25:21 +0100 > Gilles Dartiguelongue wrote: > > > Le vendredi 03 décembre 2010 à 21:54 +0100, Cyprien Nicolas a > > écrit : > > > I had a issue with waf, with that MAKEOPTS thing [1] > > > Maybe you could take the expres

[gentoo-dev] Re: Stable Python stage repair thread

2010-12-04 Thread Torsten Veller
* Sebastian Pipping : > +repair_python_integration() { > + case "$1" in > + pkg_postinst) You could also use EBUILD_PHASE. http://dev.gentoo.org/~tanderson/pms/eapi-2-approved/pms.html#TBL-11-41-2