Re: [gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Brian Dolbec
On Fri, 30 Jan 2015 00:37:30 -0800 Zac Medico zmed...@gentoo.org wrote: On 01/30/2015 12:14 AM, Jason Zaman wrote: On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote: Also, when the work read appears twice on a short line like that, it gives a wordy/redundant feeling. Perhaps

Re: [gentoo-portage-dev] [PATCH] Generate soname dependency metadata (282639)

2015-01-30 Thread Anthony G. Basile
On 01/29/15 21:02, Zac Medico wrote: +#hppa_{32,64} +#ia_{32,64} +#m68k_{32,64} +#mips_{eabi32,eabi64,n32,n64,o32,o64} +#ppc_{32,64} +#s390_{32,64} +#sh_{32,64} +#sparc_{32,64} +#x86_{32,64,x32} +# +# NOTES: +# +# * The ABIs referenced by some of the above

Re: [gentoo-portage-dev] [PATCH] Generate soname dependency metadata (282639)

2015-01-30 Thread Brian Dolbec
On Thu, 29 Jan 2015 22:01:51 -0800 Zac Medico zmed...@gentoo.org wrote: On 01/29/2015 09:00 PM, Michał Górny wrote: Dnia 2015-01-26, o godz. 19:16:28 Zac Medico zmed...@gentoo.org napisał(a): +from ...util.elf.constants import ( Please do not use relative imports. Almost all code is

Re: [gentoo-portage-dev] portage sync changes, fixes

2015-01-30 Thread Brian Dolbec
On Thu, 29 Jan 2015 11:45:18 -0800 Brian Dolbec dol...@gentoo.org wrote: From mgorny's recent suggestions and bug report... Plus a final pyflakes cleanup. pushed with suggested change for has_bin -- Brian Dolbec dolsen

[gentoo-portage-dev] [PATCH v2] Generate soname dependency metadata (282639)

2015-01-30 Thread Zac Medico
Generate soname dependency metadata for binary and installed packages, in the form of PROVIDES and REQUIRES metadata. It is useful to generate PROVIDES and REQUIRES metadata now, so that it will be available when dependency resolver support is added in the future. Note that slot-operator

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Zac Medico
On 01/30/2015 12:14 AM, Jason Zaman wrote: On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote: Also, when the work read appears twice on a short line like that, it gives a wordy/redundant feeling. Perhaps better would be 'eselect news read' to view new items? ie. view instead of the

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Duncan
Zac Medico posted on Fri, 30 Jan 2015 00:37:30 -0800 as excerpted: On 01/30/2015 12:14 AM, Jason Zaman wrote: On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote: Also, when the work read appears twice on a short line like that, it gives a wordy/redundant feeling. Perhaps better