Re: [PATCH] gnu: Add powwow.

2016-03-11 Thread Nils Gillmann
Thanks! Also I will send in a patch on this soon with a patched output to make it more useable for chat. -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en

Re: [PATCH] gnu: Add powwow.

2016-03-10 Thread 宋文武
Thanks, pushed :-)

Re: [PATCH] gnu: Add powwow.

2016-03-09 Thread 宋文武
3 Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Thu, 3 Mar 2016 12:41:08 +0100 > Subject: [PATCH] gnu: Add powwow. > > * gnu/packages/admin.scm (powwow): New variable. > --- > gnu/packages/admin.scm | 25 + > 1 file changed, 25 insertions(+)

Re: [PATCH] gnu: Add powwow.

2016-03-07 Thread Nils Gillmann
e: Thu, 3 Mar 2016 12:41:08 +0100 Subject: [PATCH] gnu: Add powwow. * gnu/packages/admin.scm (powwow): New variable. --- gnu/packages/admin.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index b0b2046..1a26fa0 100644 -

Re: [PATCH] gnu: Add powwow.

2016-03-06 Thread Nils Gillmann
l...@gnu.org (Ludovic Courtès) writes: > Ricardo Wurmus skribis: > >> Nils Gillmann writes: >> >>> should be: >>> >>> +;; The following files are GPLv3+: >>> +;; config.guess, config.sub, depcomp >>> +(license (list license:gpl2+ license:gpl3+ >> >> What happened to the public

Re: [PATCH] gnu: Add powwow.

2016-03-03 Thread Nils Gillmann
Okay. Should I resubmit the patch, or can you work it out on the basis of this patch? thanks, -- ng irc://loupsycedyglgamf.onion:67/~NiAsterisk https://psyced.org:34443/NiAsterisk/ EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en

Re: [PATCH] gnu: Add powwow.

2016-03-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Nils Gillmann writes: > >> should be: >> >> +;; The following files are GPLv3+: >> +;; config.guess, config.sub, depcomp >> +(license (list license:gpl2+ license:gpl3+ > > What happened to the public domain stuff? > > “config.guess” and the like are pr

Re: [PATCH] gnu: Add powwow.

2016-03-03 Thread Nils Gillmann
Ricardo Wurmus writes: > Nils Gillmann writes: > >> should be: >> >> +;; The following files are GPLv3+: >> +;; config.guess, config.sub, depcomp >> +(license (list license:gpl2+ license:gpl3+ > > What happened to the public domain stuff? It got re-licensed as GPL2+ with the a

Re: [PATCH] gnu: Add powwow.

2016-03-03 Thread Ricardo Wurmus
Nils Gillmann writes: > should be: > > +;; The following files are GPLv3+: > +;; config.guess, config.sub, depcomp > +(license (list license:gpl2+ license:gpl3+ What happened to the public domain stuff? “config.guess” and the like are produced by autoconf, so I wonder if they

[PATCH] gnu: Add powwow.

2016-03-03 Thread Nils Gillmann
88bc0cb7c2918d9ea0c Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Thu, 3 Mar 2016 12:41:08 +0100 Subject: [PATCH] gnu: Add powwow. * gnu/packages/admin.scm (powwow): New variable. --- gnu/packages/admin.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/g