Re: [PATCH] gnu: Add soil.

2015-05-04 Thread David Thompson
Ludovic Courtès  writes:

> David Thompson  skribis:
>
>> Andreas Enge  writes:
>
> [...]
>
 +  ;; No versioned archive available.
 +  (uri "http://www.lonesock.net/files/soil.zip";)
>>>
>>> Normally, this would not work: As soon as a new version comes out, we would
>>> lose the old one, except for a copy on hydra that might be garbage 
>>> collected.
>>> So I think it would be preferable to use an svn checkout.
>>>
>>> In this particular case, since there are no new releases, the argument
>>> becomes moot...
>>
>> Yeah, dunno what to do here.  I could use the SVN checkout, but that
>> really sucks.
>
> Either way is fine.  If the project is inactive, soil.zip won’t get
> updated anyway I guess.

Thanks.  Pushed as-is.

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



Re: [PATCH] gnu: Add soil.

2015-04-30 Thread Ludovic Courtès
David Thompson  skribis:

> Andreas Enge  writes:

[...]

>>> +  ;; No versioned archive available.
>>> +  (uri "http://www.lonesock.net/files/soil.zip";)
>>
>> Normally, this would not work: As soon as a new version comes out, we would
>> lose the old one, except for a copy on hydra that might be garbage collected.
>> So I think it would be preferable to use an svn checkout.
>>
>> In this particular case, since there are no new releases, the argument
>> becomes moot...
>
> Yeah, dunno what to do here.  I could use the SVN checkout, but that
> really sucks.

Either way is fine.  If the project is inactive, soil.zip won’t get
updated anyway I guess.

Ludo’.



Re: [PATCH] gnu: Add soil.

2015-04-28 Thread David Thompson
Andreas Enge  writes:

> On Sun, Apr 26, 2015 at 05:52:44PM -0400, David Thompson wrote:
>> +(define-public soil
>
> First a provocative question: The project has been created in 2007 and
> apparently abandoned in 2008. Is it still worth packaging, or would it
> not be preferable to look for a suitable replacement?

I am packaging it because it's a dependency for at least one big
project.  The example I know of is Dolphin, a video game console
emulator.

>> +  ;; No versioned archive available.
>> +  (uri "http://www.lonesock.net/files/soil.zip";)
>
> Normally, this would not work: As soon as a new version comes out, we would
> lose the old one, except for a copy on hydra that might be garbage collected.
> So I think it would be preferable to use an svn checkout.
>
> In this particular case, since there are no new releases, the argument
> becomes moot...

Yeah, dunno what to do here.  I could use the SVN checkout, but that
really sucks.

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



Re: [PATCH] gnu: Add soil.

2015-04-28 Thread Andreas Enge
On Sun, Apr 26, 2015 at 05:52:44PM -0400, David Thompson wrote:
> +(define-public soil

First a provocative question: The project has been created in 2007 and
apparently abandoned in 2008. Is it still worth packaging, or would it
not be preferable to look for a suitable replacement?

> +  ;; No versioned archive available.
> +  (uri "http://www.lonesock.net/files/soil.zip";)

Normally, this would not work: As soon as a new version comes out, we would
lose the old one, except for a copy on hydra that might be garbage collected.
So I think it would be preferable to use an svn checkout.

In this particular case, since there are no new releases, the argument
becomes moot...

Andreas