Re: [PATCH 2/3] gnu: Add UnQLite.

2015-03-30 Thread Ludovic Courtès
David Thompson skribis: > Ludovic Courtès writes: > >> Eric Bavier skribis: >> >>> The official distribution is somewhat of a mess. The zip archive >>> requires a patch that must be applied during a build step because our >>> patch-and-repack can't handle "tarbombs". >> >> What do you mean by

Re: [PATCH 2/3] gnu: Add UnQLite.

2015-03-30 Thread David Thompson
Ludovic Courtès writes: > Eric Bavier skribis: > >> The official distribution is somewhat of a mess. The zip archive >> requires a patch that must be applied during a build step because our >> patch-and-repack can't handle "tarbombs". > > What do you mean by “tarbombs”? A tarball that doesn't

Re: [PATCH 2/3] gnu: Add UnQLite.

2015-03-30 Thread Ludovic Courtès
Eric Bavier skribis: > The official distribution is somewhat of a mess. The zip archive > requires a patch that must be applied during a build step because our > patch-and-repack can't handle "tarbombs". What do you mean by “tarbombs”? Ludo’.

Re: [PATCH 2/3] gnu: Add UnQLite.

2015-03-29 Thread Eric Bavier
On Sun, 29 Mar 2015 15:49:42 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > * gnu/packages/databases.scm (unqlite): New variable. > > [...] > > > + ;; Contiains bug-fixes against the official release, and has > > an >^^^ ^ >

Re: [PATCH 2/3] gnu: Add UnQLite.

2015-03-29 Thread Ludovic Courtès
Eric Bavier skribis: > * gnu/packages/databases.scm (unqlite): New variable. [...] > + ;; Contiains bug-fixes against the official release, and has an ^^^ ^ Typo. > + ;; autotooled build system. > + (uri (string-append "https:

[PATCH 2/3] gnu: Add UnQLite.

2015-03-27 Thread Eric Bavier
* gnu/packages/databases.scm (unqlite): New variable. --- gnu/packages/databases.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 29b7dbb..6959eec 100644 --- a/gnu/packages/databases