[Lunar-commits] r20467 - moonbase/trunk/libs/newt

Stefan Wold ratler at lunar-linux.org
Mon Jul 31 07:55:23 UTC 2006


I think tchan put it there, so the problem is that the cache dir is 
incorrectly mirrored to all mirror sites. I uploaded it to my mirror and 
changed the download URL so it should work now.

/Stefan

On Mon, 31 Jul 2006, Stefan Wold wrote:

> Right. I've been on vacation for 4 weeks and kinda just got back. Problem
> was that I don't have any permissions to upload that tarball to $LRESORT
> since it doesn't exist on any site out there (shame on you redhat).
>
> I'll see if I can have it uploaded today.
>
> /Stefan
>
> On Sat, 29 Jul 2006, samuel verstraete wrote:
>
>> kind of hard to install with the tarball lacking from every single
>> $LRESORT_URL... and even google doesn't seem to be able to help me :(
>> gr,S.
>>
>> On 6/19/06, Stefan Wold <ratler at lunar-linux.org> wrote:
>>> Author: ratler
>>> Date: 2006-06-19 08:08:10 +0000 (Mon, 19 Jun 2006)
>>> New Revision: 20467
>>>
>>> Modified:
>>>    moonbase/trunk/libs/newt/BUILD
>>>    moonbase/trunk/libs/newt/DETAILS
>>> Log:
>>> Version bump. Applied some patches and cleaned up the BUILD file
>>>
>>> Modified: moonbase/trunk/libs/newt/BUILD
>>> ===================================================================
>>> --- moonbase/trunk/libs/newt/BUILD      2006-06-19 07:47:59 UTC (rev 20466)
>>> +++ moonbase/trunk/libs/newt/BUILD      2006-06-19 08:08:10 UTC (rev 20467)
>>> @@ -1,9 +1,13 @@
>>>  (
>>> +
>>> +  unset CPP &&
>>> +
>>> +  patch_it $SOURCE2 1 &&
>>> +  patch_it $SOURCE3 1 &&
>>> +  patch_it $SOURCE4 1 &&
>>>
>>>    ./configure  --prefix=/usr             \
>>>                 --mandir=/usr/share/man  &&
>>> -  default_make                          &&
>>> -  mkdir -p $DOCUMENT_DIRECTORY/newt     &&
>>> -  cp newt.spec $DOCUMENT_DIRECTORY/newt
>>> +  default_make
>>>
>>>  ) > $C_FIFO 2>&1
>>>
>>> Modified: moonbase/trunk/libs/newt/DETAILS
>>> ===================================================================
>>> --- moonbase/trunk/libs/newt/DETAILS    2006-06-19 07:47:59 UTC (rev 20466)
>>> +++ moonbase/trunk/libs/newt/DETAILS    2006-06-19 08:08:10 UTC (rev 20467)
>>> @@ -1,11 +1,20 @@
>>>            MODULE=newt
>>> -         VERSION=0.51.5
>>> +         VERSION=0.52.2
>>>            SOURCE=$MODULE-$VERSION.tar.gz
>>> +         SOURCE2=newt-0.52.2-notcl.patch
>>> +         SOURCE3=newt-0.52.2-scrollbars.patch
>>> +         SOURCE4=newt-0.52.2-pgupdown-crash.patch
>>>        SOURCE_URL=$LRESORT_URL/
>>> -      SOURCE_VFY=sha1:fed8c7c5ff6a7b66ef6e5d6e7db6a11dd84a7365
>>> +     SOURCE2_URL=$PATCH_URL/
>>> +     SOURCE3_URL=$PATCH_URL/
>>> +     SOURCE4_URL=$PATCH_URL/
>>> +      SOURCE_VFY=sha1:a09e3d9b90eaa26c01fcd7a0975327f4d54578d7
>>> +     SOURCE2_VFY=sha1:63ef849f5db117865808103de8da35230196c0aa
>>> +     SOURCE3_VFY=sha1:4cd0b263b42383390d93908c6dad7c26f6a4588e
>>> +     SOURCE4_VFY=sha1:475c68d081200e38b0007c47b5f8ddfee886bf9a
>>>          WEB_SITE=http://lunar-linux.org
>>>           ENTERED=20020331
>>> -         UPDATED=20031026
>>> +         UPDATED=20060619
>>>             SHORT="Newt is a programming library for color text mode, widget-based user interfaces."
>>>
>>>  cat << EOF
>>>
>>> _______________________________________________
>>> Lunar-commits mailing list
>>> Lunar-commits at lunar-linux.org
>>> http://foo-projects.org/mailman/listinfo/lunar-commits
>>>
>> _______________________________________________
>> Lunar-dev mailing list
>> Lunar-dev at lunar-linux.org
>> http://foo-projects.org/mailman/listinfo/lunar-dev
>>
> _______________________________________________
> Lunar-dev mailing list
> Lunar-dev at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-dev
>


More information about the Lunar-dev mailing list