Re: [PATCH] Add skalibs, execline.

2015-07-13 Thread 韋嘉誠
On 12-Jul-2015 10:57 pm, "Ludovic Courtès" wrote: > > * gnu/package/skarnet.scm (skalibs): New file. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Applied with a slight change to the description to make it a sentence. > > * gnu/package/skarnet.scm (execline): New variable. > > Finally ap

Re: [PATCH] Add skalibs, execline.

2015-07-12 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > From b9205ac506a12a7fe2193a9b9e02a371a26021d6 Mon Sep 17 00:00:00 2001 > From: Claes Wallin > Date: Thu, 25 Jun 2015 12:00:06 +0200 > Subject: [PATCH 1/2] gnu: Add skalibs. > > * gnu/package/skarnet.scm (skalibs): New file. > * gnu-system.am (GNU_SYSTEM_MODULES):

Re: [PATCH] Add skalibs, execline.

2015-07-06 Thread 韋嘉誠
On Mon, Jun 29, 2015 at 11:36 AM, Claes Wallin (韋嘉誠) wrote: > On Jun 28, 2015 10:38 PM, "Ludovic Courtès" wrote: >> "Claes Wallin (韋嘉誠)" skribis: >> Please start the .patch with a brief description of what it does, and >> its upstream status (like “Upstream commit XYZ”, or “Submitted upstream >

Re: [PATCH] Add skalibs, execline.

2015-07-04 Thread 韋嘉誠
On Jul 4, 2015 5:14 PM, "Ludovic Courtès" wrote: > "Claes Wallin (韋嘉誠)" skribis: > >> > I'm working on s6, and it > >> > expects -lexecline to work. Currently I'm feeding its configure > >> > "--with-lib=.../lib/execline", would be nice to get that done in > >> > execline instead. Modifying LIBR

Re: [PATCH] Add skalibs, execline.

2015-07-04 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > On Jul 1, 2015 3:32 PM, "Ludovic Courtès" wrote: > >> > I'm working on s6, and it >> > expects -lexecline to work. Currently I'm feeding its configure >> > "--with-lib=.../lib/execline", would be nice to get that done in >> > execline instead. Modifying LIBRARY_PA

Re: [PATCH] Add skalibs, execline.

2015-07-01 Thread 韋嘉誠
On Jul 1, 2015 3:32 PM, "Ludovic Courtès" wrote: > > I'm working on s6, and it > > expects -lexecline to work. Currently I'm feeding its configure > > "--with-lib=.../lib/execline", would be nice to get that done in > > execline instead. Modifying LIBRARY_PATH has no effect, what do I need > > to

Re: [PATCH] Add skalibs, execline.

2015-07-01 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > On Jun 28, 2015 10:38 PM, "Ludovic Courtès" wrote: >> "Claes Wallin (韋嘉誠)" skribis: > >> > +(search-paths >> > + (list (search-path-specification >> > +(variable "CPATH") >> > +(files '("include"))) >> > + (search-path-sp

Re: [PATCH] Add skalibs, execline.

2015-06-29 Thread 韋嘉誠
On Jun 28, 2015 10:38 PM, "Ludovic Courtès" wrote: > "Claes Wallin (韋嘉誠)" skribis: > > +(search-paths > > + (list (search-path-specification > > +(variable "CPATH") > > +(files '("include"))) > > + (search-path-specification > > +(variable "L

Re: [PATCH] Add skalibs, execline.

2015-06-28 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > From 9a290c4e798a4668cae65126d48d301b44b96a69 Mon Sep 17 00:00:00 2001 > From: Claes Wallin > Date: Thu, 25 Jun 2015 12:00:06 +0200 > Subject: [PATCH 1/3] gnu: Add skalibs. > > * gnu/package/skarnet.scm (skalibs): New file. > * gnu-system.am (GNU_SYSTEM_MODULES)

[PATCH] Add skalibs, execline.

2015-06-25 Thread 韋嘉誠
Adds the common skalibs library and the execline shell-like language. I'm wondering if the commands of the language belong in bin or if they maybe should be in libexec/execline. They have pretty generic names and might clash with other packages. Either way I think patch #0003 is important, as it