Re: [arch-general] [namcap] [PATCH] Check for packages that should be 'any'

2010-09-16 Thread Dan McGee
On Sun, Aug 1, 2010 at 7:47 PM, David Campbell davek...@archlinux.us wrote: If a package has no elf files but is not 'any', throw a warning saying that the package could be 'any'. ---  Namcap/anyelf.py |   18 ++  namcap-tags      |    1 +  2 files changed, 11 insertions(+), 8

Re: [arch-general] [namcap] [PATCH] Check for packages that should be 'any'

2010-09-15 Thread Allan McRae
Thanks. I just ran into a situation where this would have been useful and remembered this patch way back in my mail archive. @Dan: are you OK to pull this? Allan On 02/08/10 10:47, David Campbell wrote: If a package has no elf files but is not 'any', throw a warning saying that the package

[arch-general] [namcap] [PATCH] Check for packages that should be 'any'

2010-08-01 Thread David Campbell
If a package has no elf files but is not 'any', throw a warning saying that the package could be 'any'. --- Namcap/anyelf.py | 18 ++ namcap-tags |1 + 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Namcap/anyelf.py b/Namcap/anyelf.py index