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
On Sun, Oct 10, 2010 at 3:45 PM, Markos Chandras wrote:
> media-gfx/viewnior
Mine.
Ricardo
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.
> sci-biology/biogrep
taken.
justin
signature.asc
Description: OpenPGP digital signature
-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
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,
-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
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
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