Re: [PATCH] gnu: Add epic5.

2016-12-08 Thread ng0
Efraim Flashner writes: > On Tue, Dec 06, 2016 at 07:35:38PM +, ng0 wrote: >> From: ng0 >> >> * gnu/packages/irc.scm (epic5): New variable. >> --- >> gnu/packages/irc.scm | 91 >> +++- >> 1 file changed, 90 insertions(+), 1 deletion(-) >> >

Re: [PATCH] gnu: Add epic5.

2016-12-08 Thread Efraim Flashner
On Tue, Dec 06, 2016 at 07:35:38PM +, ng0 wrote: > From: ng0 > > * gnu/packages/irc.scm (epic5): New variable. > --- > gnu/packages/irc.scm | 91 > +++- > 1 file changed, 90 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/irc.scm b

[PATCH] gnu: Add epic5.

2016-12-06 Thread ng0
From: ng0 * gnu/packages/irc.scm (epic5): New variable. --- gnu/packages/irc.scm | 91 +++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 3b63c899e..74124cf86 100644 --- a/gnu/packag

Re: [PATCH] gnu: Add epic5.

2016-10-10 Thread ng0
ng0 writes: > Leo Famulari writes: > >> On Sun, Oct 09, 2016 at 06:44:11PM +, ng0 wrote: >>> From: ng0 >>> >>> * gnu/packages/irc.scm (epic5): New variable. >> >> Thanks for the updated patch. >> >> Sorry I didn't notice this before... >> >>> +(inputs >>> + `(("openssl" ,openssl) >

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
Leo Famulari writes: > On Sun, Oct 09, 2016 at 06:44:11PM +, ng0 wrote: >> From: ng0 >> >> * gnu/packages/irc.scm (epic5): New variable. > > Thanks for the updated patch. > > Sorry I didn't notice this before... > >> +(inputs >> + `(("openssl" ,openssl) >> + ("ncurses" ,ncurse

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread Leo Famulari
On Sun, Oct 09, 2016 at 06:44:11PM +, ng0 wrote: > From: ng0 > > * gnu/packages/irc.scm (epic5): New variable. Thanks for the updated patch. Sorry I didn't notice this before... > +(inputs > + `(("openssl" ,openssl) > + ("ncurses" ,ncurses) > + ("libarchive" ,libarchive

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
ng0 writes: > From: ng0 > > * gnu/packages/irc.scm (epic5): New variable. > --- > gnu/packages/irc.scm | 83 > > 1 file changed, 83 insertions(+) > > diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm > index db398de..f61afb4 100644 >

[PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
From: ng0 * gnu/packages/irc.scm (epic5): New variable. --- gnu/packages/irc.scm | 83 1 file changed, 83 insertions(+) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index db398de..f61afb4 100644 --- a/gnu/packages/irc.scm +++ b/gn

[PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
[PATCH] gnu: Add epic5. Changes addressed: - epic5 license -> non-copyleft (squashed and removed the license.scm change) - moved some comments around, added one regarding libarchive - rebased on latest master

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
Leo Famulari writes: > On Thu, Oct 06, 2016 at 10:02:18PM +, ng0 wrote: >> Hi, >> >> you are probably busy so I'd like to ask if this requires further >> changes or if it is good to go. Someone else can review it too. > > Can you submit a revised patch using 'non-copyleft' for the license? O

Re: [PATCH] gnu: Add epic5.

2016-10-06 Thread Leo Famulari
On Thu, Oct 06, 2016 at 10:02:18PM +, ng0 wrote: > Hi, > > you are probably busy so I'd like to ask if this requires further > changes or if it is good to go. Someone else can review it too. Can you submit a revised patch using 'non-copyleft' for the license? Or are there more packages on the

Re: [PATCH] gnu: Add epic5.

2016-10-06 Thread ng0
Hi, you are probably busy so I'd like to ask if this requires further changes or if it is good to go. Someone else can review it too. Thanks ng0 writes: > Leo Famulari writes: > >> [ Unknown signature status ] >> On Sat, Sep 24, 2016 at 01:04:47PM +, ng0 wrote: >>> I tried to get ssl work

Re: [PATCH] gnu: Add epic5.

2016-09-25 Thread ng0
Leo Famulari writes: > [ Unknown signature status ] > On Sat, Sep 24, 2016 at 01:04:47PM +, ng0 wrote: >> I tried to get ssl working via: >> - patching include/config.h >> - just export the variable which was in include/config.h without >> patching it. >> >> but it seems like epic5 does so

Re: [PATCH] gnu: Add epic5.

2016-09-25 Thread Leo Famulari
On Sat, Sep 24, 2016 at 01:04:47PM +, ng0 wrote: > I tried to get ssl working via: > - patching include/config.h > - just export the variable which was in include/config.h without > patching it. > > but it seems like epic5 does something different which 'justworks™' in > ircii. epic5 is base

[PATCH] gnu: Add epic5.

2016-09-24 Thread ng0
I tried to get ssl working via: - patching include/config.h - just export the variable which was in include/config.h without patching it. but it seems like epic5 does something different which 'justworks™' in ircii. epic5 is based on ircii. If ssl is mandatory, I'll check their git repository an