[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2010-10-10 23h59 UTC

2010-10-10 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2010-10-10 23h59 UTC. Removals: media-plugins/vdr-submenu 2010-10-06 12:57:07 zzam sys-libs/com_err2010-10-07 16:13:20 vapier sys-libs/ss 2010

Re: [gentoo-dev] Packages up for grabs

2010-10-10 Thread Ricardo Mendoza
On Sun, Oct 10, 2010 at 3:45 PM, Markos Chandras wrote: > media-gfx/viewnior Mine. Ricardo

Re: [gentoo-dev] eclass/tests/tests-common.sh: debug-print family of functions

2010-10-10 Thread Mike Frysinger
On Sun, Oct 10, 2010 at 3:36 AM, Michał Górny wrote: > On Sat, 9 Oct 2010 17:33:41 -0400 Mike Frysinger wrote: >> On Saturday, October 09, 2010 11:16:38 Michał Górny wrote: >> > +           if [[ ${ECLASS_DEBUG_OUTPUT} = on ]]; then >> >> if you're going to use [[]], then also use == > > Pointless.

Re: [gentoo-dev] Packages up for grabs

2010-10-10 Thread Justin (jlec) Lecher
> sci-biology/biogrep taken. justin signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Re: eclass/tests/tests-common.sh: debug-print family of functions

2010-10-10 Thread Michał Górny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 10 Oct 2010 11:54:49 -0400 Jonathan Callen wrote: > That printf expression does the exact same thing, printing each > argument on a separate line, prefixed with 'debug: '. Ah, I wasn't aware of that printf behavior. My mistake then. - -- B

[gentoo-dev] Re: Packages up for grabs

2010-10-10 Thread Diego Elio Pettenò
Il giorno dom, 10/10/2010 alle 15.45 +0100, Markos Chandras ha scritto: > > app-backup/rsnapshot I guess I can (co-)maintain this as I'm using it a few systems already. -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/ If you found a .asc file in this mail and know not what it is,

[gentoo-dev] Re: eclass/tests/tests-common.sh: debug-print family of functions

2010-10-10 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/10/2010 03:36 AM, Michał Górny wrote: > On Sat, 9 Oct 2010 17:33:41 -0400 > Mike Frysinger wrote: >> this whole func is overkill. just use a single printf: > > I agree but I assumed Portage behavior has some reason for it. Maybe > it's some

[gentoo-dev] Packages up for grabs

2010-10-10 Thread Markos Chandras
The following packages list me as maintainer. I am gonna remove myself from them soonish ( 15-20 days ) so feel free to grab them if you want to app-admin/makepasswd app-backup/rsnapshot app-crypt/bsign dev-util/dissy media-gfx/viewnior media-libs/liblqr sci-biology/biogrep net-misc/pmsvn x11-misc

Re: [gentoo-dev] eclass/tests/tests-common.sh: debug-print family of functions

2010-10-10 Thread Michał Górny
On Sat, 9 Oct 2010 17:33:41 -0400 Mike Frysinger wrote: > On Saturday, October 09, 2010 11:16:38 Michał Górny wrote: > > +debug-print() { > > + while [[ ${1} ]]; do > > use explicit -n here, although this could give incorrect behavior. > better to use [[ $# -gt 0 ]]. True. > > + if