From stumbles at lunar-linux.org Mon Jun 1 01:52:57 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 19:52:57 -0400 Subject: [Lunar-commits] elrang: version bump Message-ID: <20090531235319.6CF5D9B1B3@doppio.foo-projects.org> commit 2be7333c2f8d1310a8b22de509c06297bbdc8aaa Author: Dennis 'stumbles' Veatch Date: Sun May 31 19:52:57 2009 -0400 elrang: version bump --- libs/erlang/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/erlang/DETAILS b/libs/erlang/DETAILS index 9361877..dfddf00 100644 --- a/libs/erlang/DETAILS +++ b/libs/erlang/DETAILS @@ -1,12 +1,12 @@ MODULE=erlang - VERSION=R13A + VERSION=R13B SOURCE=otp_src_${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/otp_src_${VERSION} SOURCE_URL=http://www.erlang.org/download - SOURCE_VFY=sha1:9fa0db27611559d697fe269c3fb9a405ae24d147 + SOURCE_VFY=sha1:a69611923c48861aef157e7b4a06689d339571ff WEB_SITE=http://www.erlang.org ENTERED=20021120 - UPDATED=20090401 + UPDATED=20090531 SHORT="General-purpose programming language and runtime environment" PSAFE=no From stumbles at lunar-linux.org Mon Jun 1 02:04:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 20:04:28 -0400 Subject: [Lunar-commits] erlang: forgot the BUILD Message-ID: <20090601000445.AC54B9B1B3@doppio.foo-projects.org> commit 71ac0701753cbee43daa697db9590812c297bc12 Author: Dennis 'stumbles' Veatch Date: Sun May 31 20:04:28 2009 -0400 erlang: forgot the BUILD --- libs/erlang/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/erlang/BUILD b/libs/erlang/BUILD index 404c402..3c0d610 100644 --- a/libs/erlang/BUILD +++ b/libs/erlang/BUILD @@ -4,7 +4,7 @@ if [ "$USE_SMP" == "n" ]; then OPTS="$OPTS --disable-smp-support --enable-threads" else - OPTS="$OPTS --enable-smp-support" + OPTS="$OPTS --enable-smp-support --enable-threads" fi && ./configure --prefix=/usr \ From stumbles at lunar-linux.org Mon Jun 1 02:06:52 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 20:06:52 -0400 Subject: [Lunar-commits] wings: version bump, and a slight change to "wings" file. Wings will not run Message-ID: <20090601000853.4F1169B1B3@doppio.foo-projects.org> commit 0383d3faffd381f7dfbe01e93fdb589e1cfc1452 Author: Dennis 'stumbles' Veatch Date: Sun May 31 20:06:52 2009 -0400 wings: version bump, and a slight change to "wings" file. Wings will not run on multi-core/multi-CPU, so "-smp disable" allows that to happen. --- graphics/wings/DETAILS | 9 +++++---- graphics/wings/wings | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/graphics/wings/DETAILS b/graphics/wings/DETAILS index 74ab156..4cf08ee 100644 --- a/graphics/wings/DETAILS +++ b/graphics/wings/DETAILS @@ -1,13 +1,14 @@ MODULE=wings - VERSION=0.99.00b + VERSION=1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:a42577df8a76abc3f65293522197c87ec77b3a33 + SOURCE_VFY=sha1:e48695b723fa99217a532cb0e0552d3cb5eaa98b WEB_SITE=http://www.wings3d.com/ ENTERED=20021120 - UPDATED=20080114 + UPDATED=20090531 SHORT="polygon mesh modeler" - PSAFE=no + + PSAFE=no cat << EOF Wings 3D is a polygon mesh modeler inspired by Nendo from Izware. EOF diff --git a/graphics/wings/wings b/graphics/wings/wings index 9c0acbd..6743982 100755 --- a/graphics/wings/wings +++ b/graphics/wings/wings @@ -3,4 +3,4 @@ export ESDL_PATH=/usr/lib/esdl export WINGS_PATH=/usr/share/wings -exec /usr/bin/erl -pa $ESDL_PATH/ebin -pa $WINGS_PATH/ebin -run wings_start start_halt ${1+"$@"} +exec /usr/bin/erl -smp disable -pa $ESDL_PATH/ebin $WINGS_PATH/ebin -run wings_start start_halt ${1+"$@"} From stumbles at lunar-linux.org Mon Jun 1 03:10:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 21:10:37 -0400 Subject: [Lunar-commits] ortp: version bump. Message-ID: <20090601011055.CA3669B1B3@doppio.foo-projects.org> commit 83fbdb1f23af89dfba5aba933736b69398be0635 Author: Dennis 'stumbles' Veatch Date: Sun May 31 21:10:37 2009 -0400 ortp: version bump. --- libs/ortp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ortp/DETAILS b/libs/ortp/DETAILS index aed7cdd..147c604 100644 --- a/libs/ortp/DETAILS +++ b/libs/ortp/DETAILS @@ -1,11 +1,11 @@ MODULE=ortp - VERSION=0.15.0 + VERSION=0.16.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ - SOURCE_VFY=sha1:273c6fea84a1d66e4650fe1a5f02102e7bedd41f + SOURCE_VFY=sha1:6ceae2decadc440fe5f87de5c996fb5eecf00325 WEB_SITE=http://freshmeat.net/projects/ortp/releases/292624 ENTERED=20060320 - UPDATED=20090422 + UPDATED=20090531 SHORT="Open Source implementation of the RTP protocol." cat << EOF Open Source implementation of the RTP protocol. Written for linphone From stumbles at lunar-linux.org Mon Jun 1 03:39:33 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 21:39:33 -0400 Subject: [Lunar-commits] srtp: adding module Message-ID: <20090601014055.DB9AAF3BF2@doppio.foo-projects.org> commit 9c1cd8bd6d97231b037b7e73a5efe0ed74409517 Author: Dennis 'stumbles' Veatch Date: Sun May 31 21:39:33 2009 -0400 srtp: adding module --- net/srtp/BUILD | 7 +++++++ net/srtp/DETAILS | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/net/srtp/BUILD b/net/srtp/BUILD new file mode 100644 index 0000000..ae20895 --- /dev/null +++ b/net/srtp/BUILD @@ -0,0 +1,7 @@ +( + + CFLAGS="$CFLAGS -fPIC" + + default_build + +) > $C_FIFO 2>&1 diff --git a/net/srtp/DETAILS b/net/srtp/DETAILS new file mode 100644 index 0000000..5d1e719 --- /dev/null +++ b/net/srtp/DETAILS @@ -0,0 +1,20 @@ + MODULE=srtp + VERSION=1.4.4 + SOURCE=srtp-$VERSION.tgz + SOURCE_URL=$SFORGE_URL/$MODULE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:299c6cfe0c9d6f1804bc5921cfbdb6a6bc76a521 + WEB_SITE=http://srtp.sourceforge.net/srtp.html + ENTERED=20090531 + UPDATED=20090531 + SHORT="Secure Real-time Transport Protocol" + +cat << EOF +The libSRTP library is an open-source implementation of the Secure Real-time +Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is +available under a BSD-style license. + +SRTP is a security profile for RTP that adds confidentiality, message +authentication, and replay protection to that protocol. It is specified in +RFC 3711. +EOF From stumbles at lunar-linux.org Mon Jun 1 03:40:36 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 21:40:36 -0400 Subject: [Lunar-commits] ortp: adding an optional_depends. Message-ID: <20090601014055.E8F579B1B3@doppio.foo-projects.org> commit da832ed2b968d39ef5082afc6104c113869d10af Author: Dennis 'stumbles' Veatch Date: Sun May 31 21:40:36 2009 -0400 ortp: adding an optional_depends. --- libs/ortp/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libs/ortp/DEPENDS b/libs/ortp/DEPENDS new file mode 100644 index 0000000..661d871 --- /dev/null +++ b/libs/ortp/DEPENDS @@ -0,0 +1 @@ +optional_depends srtp "" "" "Secure Real-time Transport Protocol support" From stumbles at lunar-linux.org Mon Jun 1 03:47:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 21:47:28 -0400 Subject: [Lunar-commits] ortp: just to be a little more explicit. Message-ID: <20090601014751.546B99B1B3@doppio.foo-projects.org> commit 9016fc7f419ab7986780ab29a0c061e73e2eb80b Author: Dennis 'stumbles' Veatch Date: Sun May 31 21:47:28 2009 -0400 ortp: just to be a little more explicit. --- libs/ortp/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/ortp/DEPENDS b/libs/ortp/DEPENDS index 661d871..1e55d0d 100644 --- a/libs/ortp/DEPENDS +++ b/libs/ortp/DEPENDS @@ -1 +1 @@ -optional_depends srtp "" "" "Secure Real-time Transport Protocol support" +optional_depends srtp "--with-srtp" "--without-srtp" "Secure Real-time Transport Protocol support" From stumbles at lunar-linux.org Mon Jun 1 03:51:25 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 31 May 2009 21:51:25 -0400 Subject: [Lunar-commits] linphone: a couple of changes as noted within the BUILD. Message-ID: <20090601015210.631279B1B3@doppio.foo-projects.org> commit 82e5b0f8cd38c4dfb34e3fc012778155a75bc4d9 Author: Dennis 'stumbles' Veatch Date: Sun May 31 21:51:25 2009 -0400 linphone: a couple of changes as noted within the BUILD. --- chat/linphone/BUILD | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/chat/linphone/BUILD b/chat/linphone/BUILD index 87e50af..7e4f914 100644 --- a/chat/linphone/BUILD +++ b/chat/linphone/BUILD @@ -1,9 +1,14 @@ ( - # --enable-rsvp and --enable-truespeech both break the 1.2.0 build - # for some unknown reason. The manual (documentation) building is - # also broken in certain compile-time configurations. - OPTS="$OPTS --disable-manual" + # --enable-rsvp breaks the build, is no longer maintained, so don't + # use it. + + OPTS="--enable-truespeech --enable-video" + + default_config && + +# Something goes wonky when generating the Makefile as shown by this sedit. + sedit "s:yes/:/:g" mediastreamer2/Makefile default_build From samuel.verstraete at gmail.com Mon Jun 1 13:51:21 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Mon, 1 Jun 2009 13:51:21 +0200 Subject: [Lunar-commits] mesa-lib 7.4.2 Message-ID: <20090601115133.E84129B20A@doppio.foo-projects.org> commit a37e05b76309a66b796928c8c90907aee3d27095 Author: samuel verstraete Date: Mon Jun 1 13:51:21 2009 +0200 mesa-lib 7.4.2 --- xorg7/mesa-lib/DETAILS | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS index 4f5c0c0..a3d4a29 100644 --- a/xorg7/mesa-lib/DETAILS +++ b/xorg7/mesa-lib/DETAILS @@ -1,5 +1,5 @@ MODULE=mesa-lib - VERSION=7.4.1 + VERSION=7.4.2 SOURCE=MesaLib-$VERSION.tar.bz2 SOURCE2=MesaDemos-$VERSION.tar.bz2 SOURCE3=MesaGLUT-$VERSION.tar.bz2 @@ -7,13 +7,12 @@ SOURCE_URL=$SFORGE_URL/mesa3d/ SOURCE2_URL=$SFORGE_URL/mesa3d/ SOURCE3_URL=$SFORGE_URL/mesa3d/ - SOURCE_VFY=sha1:ee3f8baa48fa31441fc07ccd06734279cb1ca18a - SOURCE2_VFY=sha1:75a1616909af84d36ca1d389ad420d757f80aed3 - SOURCE3_VFY=sha1:e5938c98f927ee1d4f157dcb3319ced9e19684a7 + SOURCE_VFY=sha1:fe70945ccf2c08d18ae4e83000018f0400352065 + SOURCE2_VFY=sha1:cbba586829c76a5e7a54a906567b4b2174d6e1aa + SOURCE3_VFY=sha1:85f357345d71dfe60b785f0cbb03d1e070841c2d WEB_SITE=http://www.mesa3d.org ENTERED=20060215 - UPDATED=20090430 - PSAFE="no" + UPDATED=20090601 SHORT="Mesa 3D library" cat << EOF From stumbles at lunar-linux.org Mon Jun 1 13:50:57 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Jun 2009 07:50:57 -0400 Subject: [Lunar-commits] libEMF: Adding a BUILD.x86_64. The original config.sub does not recongnize Message-ID: <20090601115404.3A8D69B1FD@doppio.foo-projects.org> commit d517f9e30e6be42ac6b26a6ef76547cda78cb642 Author: Dennis 'stumbles' Veatch Date: Mon Jun 1 07:50:57 2009 -0400 libEMF: Adding a BUILD.x86_64. The original config.sub does not recongnize the machine arch, and the sedit just jiggles the wine stuff. Not the best fix I'm sure but it does compile and install. To my knowledge, pstoedit is the only module that notes it as a optional_depends or depends. --- graphics/libEMF/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/graphics/libEMF/BUILD.x86_64 b/graphics/libEMF/BUILD.x86_64 new file mode 100644 index 0000000..e27b824 --- /dev/null +++ b/graphics/libEMF/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + cp /usr/share/automake/config.sub $SOURCE_DIRECTORY && + sedit "s:__i386__:__x86_64__:" include/wine/winnt.h + + patch_it $SOURCE_CACHE/$SOURCE2 0 && + + OPTS="$OPTS --enable-editing" + + default_build + +) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Mon Jun 1 16:07:58 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Jun 2009 10:07:58 -0400 Subject: [Lunar-commits] ortp: adding a BUILD to resolve a similar issue linphone has with its Message-ID: <20090601140854.1FE109B1FD@doppio.foo-projects.org> commit 96c868a08b897732afdccc49e3235889880fa7dc Author: Dennis 'stumbles' Veatch Date: Mon Jun 1 10:07:58 2009 -0400 ortp: adding a BUILD to resolve a similar issue linphone has with its internal ortp. --- libs/ortp/BUILD | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/libs/ortp/BUILD b/libs/ortp/BUILD new file mode 100644 index 0000000..1f107d6 --- /dev/null +++ b/libs/ortp/BUILD @@ -0,0 +1,9 @@ +( + + default_config && + + sedit "s:yes/:/:g" Makefile src/Makefile src/tests/Makefile + + default_make + +) > $C_FIFO 2>&1 From florin at lunar-linux.org Mon Jun 1 14:19:39 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 1 Jun 2009 15:19:39 +0300 Subject: [Lunar-commits] dovecot: version bumped to 1.1.16. Message-ID: <20090601150008.256299B1FD@doppio.foo-projects.org> commit 9a14a32109abc81183de371628dce88087b2b5e6 Author: Florin Braescu Date: Mon Jun 1 15:19:39 2009 +0300 dovecot: version bumped to 1.1.16. Bugfixes release. --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index b713821..b602c4e 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,11 +1,11 @@ MODULE=dovecot - VERSION=1.1.15 + VERSION=1.1.16 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/1.1 - SOURCE_VFY=sha1:16a638b9d67bcd6c2d8a09a124103a1fc2ea6745 + SOURCE_VFY=sha1:3aa7f386559f244b3a9addad27c4845c554e545b WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20090518 + UPDATED=20090601 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From stumbles at lunar-linux.org Mon Jun 1 20:25:22 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Jun 2009 14:25:22 -0400 Subject: [Lunar-commits] unicap: adding module. Message-ID: <20090601183137.A1D379B1FD@doppio.foo-projects.org> commit cb67c345d9bd7aa454bcb42e2399506e5d081e04 Author: Dennis 'stumbles' Veatch Date: Mon Jun 1 14:25:22 2009 -0400 unicap: adding module. --- libs/unicap/DETAILS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/libs/unicap/DETAILS b/libs/unicap/DETAILS new file mode 100644 index 0000000..e380bce --- /dev/null +++ b/libs/unicap/DETAILS @@ -0,0 +1,28 @@ + MODULE=unicap + VERSION=0.9.5 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://unicap-imaging.org/downloads/ + SOURCE_VFY=sha1:edb779d19fe25b1c9fe25a23610afde9595347d3 + WEB_SITE=http://unicap-imaging.org/index.htm + ENTERED=20090601 + UPDATED=20090601 + SHORT="uniform interface to video capture devices" + +cat << EOF +unicap provides a uniform interface to video capture devices. It allows +applications to use any supported video capture device via a single API. + +Building applications with a graphical user interface is made especially +easy with the unicapGTK widget set. + +The ucil library provides easy to use functions to render text and graphic +overlays onto video images. + +unicap offers a high level of hardware abstraction while maintaining maximum +performance. Zero copy capture of video buffers is possible for devices +supporting it allowing fast video capture with low CPU usage even on +low-speed architectures. + +unicap is dual licensed under the terms and conditions of the General Public +License (GPL) and a commercial license. +EOF From stumbles at lunar-linux.org Mon Jun 1 20:28:20 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Jun 2009 14:28:20 -0400 Subject: [Lunar-commits] opencv: version bump and a number of changes to BUILD/DEPENDS. Message-ID: <20090601183137.AD22E9B20A@doppio.foo-projects.org> commit e831a2f21099f0cbcda8ae75b6a4247beefb2628 Author: Dennis 'stumbles' Veatch Date: Mon Jun 1 14:28:20 2009 -0400 opencv: version bump and a number of changes to BUILD/DEPENDS. octave and OpenEXR (ImfCRgbaFile) causes the make to barf, so holding off on those for now. As noted for ffmpeg vs gstreamer, its one or the other. Odd that xine-lib is not included with that but there you have it. opencv devs are now aware of the pathing issues with ffmpeg and libdc1394. --- libs/opencv/BUILD | 11 ++++++++++- libs/opencv/DEPENDS | 28 ++++++++++++++++++++++++---- libs/opencv/DETAILS | 13 +++++++++---- 3 files changed, 43 insertions(+), 9 deletions(-) diff --git a/libs/opencv/BUILD b/libs/opencv/BUILD index 3e25659..6f4fe73 100644 --- a/libs/opencv/BUILD +++ b/libs/opencv/BUILD @@ -1,6 +1,15 @@ ( - bad_flags ALL + sedit "s:ffmpeg/avcodec.h:libavcodec/avcodec.h:g" configure otherlibs/highgui/cvcap_ffmpeg.cpp + sedit "s:ffmpeg/avformat.h:libavformat/avformat.h:g" otherlibs/highgui/cvcap_ffmpeg.cpp + sedit "s:ffmpeg/swscale.h:libswscale/swscale.h:g" otherlibs/highgui/cvcap_ffmpeg.cpp configure + sedit "s:libdc1394/dc1394_control.h:dc1394/control.h:g" configure otherlibs/highgui/cvcap_dc1394.cpp + sedit "s:-ldc1394_control:-lcontrol:g" configure + sedit "s:dc1394_control:control:g" configure +# sedit "s: $C_FIFO 2>&1 diff --git a/libs/opencv/DEPENDS b/libs/opencv/DEPENDS index 6293a89..8419b20 100644 --- a/libs/opencv/DEPENDS +++ b/libs/opencv/DEPENDS @@ -1,5 +1,25 @@ -depends gtk+-2 && -depends ffmpeg && -depends libpng && -depends jpeg && +depends gtk+-2 +depends libpng +depends jpeg depends tiff + +optional_depends ffmpeg "--with-ffmpeg --without-quicktime" "--without-ffmpeg" \ + "for ffmpeg video support.${PROBLEM_COLOR} If y here, say no to gstreamer${DEFAULT_COLOR}" + +optional_depends gstreamer-10 "--with-gstreamer --without-ffmpeg" "--without-gstreamer" \ + "for gstreamer support. ${PROBLEM_COLOR}If y here, say no to ffmpeg${DEFAULT_COLOR}" + +optional_depends xine-lib "--with-xine --without-quicktime" "--without-xine" "for xine video support" + +#optional_depends octave "--with-octave" \ +# "--without-octave" \ +# "for octave language support" + +optional_depends libdc1394 "--with-1394libs --without-quicktime" \ + "--without-1394libs" \ + "for firewire support" + + +optional_depends unicap "--with-unicap" \ + "--without-unicap" \ + "for additional video capture support" diff --git a/libs/opencv/DETAILS b/libs/opencv/DETAILS index acc9932..bb48035 100644 --- a/libs/opencv/DETAILS +++ b/libs/opencv/DETAILS @@ -1,12 +1,17 @@ MODULE=opencv - VERSION=1.0.0 + VERSION=1.1pre1 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=opencv-1.1.0-cvcap_xine.diff SOURCE_URL=$SFORGE_URL/opencvlibrary/ - SOURCE_VFY=sha1:c7dd500703b0060cedfa049fcb33de0846e631fb - WEB_SITE=http://www.intel.com/technology/computing/opencv/index.htm + SOURCE2_URL=$PATCH_URL +SOURCE_DIRECTORY=$BUILD_DIRECTORY/opencv-1.1.0 + SOURCE_VFY=sha1:4bc4bda92a250adcb82b236161d364c059021a43 + SOURCE2_VFY=sha1:6ad661f4c610b2ad75840395246460293648dd72 + WEB_SITE=http://opencv.willowgarage.com/wiki/ ENTERED=20050404 - UPDATED=20061225 + UPDATED=20090601 SHORT="Open Source Computer Vision Library" + cat << EOF This library is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI); From stumbles at lunar-linux.org Mon Jun 1 23:00:01 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Jun 2009 17:00:01 -0400 Subject: [Lunar-commits] pstoedit: adding a sedit to deal with the current ming as suggested Message-ID: <20090601210103.839929B20A@doppio.foo-projects.org> commit 6df5d49722323c3ed00b4a7fc0f04069e20d6216 Author: Dennis 'stumbles' Veatch Date: Mon Jun 1 17:00:01 2009 -0400 pstoedit: adding a sedit to deal with the current ming as suggested by the pstoedit author. --- graphics/pstoedit/BUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/graphics/pstoedit/BUILD b/graphics/pstoedit/BUILD index 703ac7d..7356805 100644 --- a/graphics/pstoedit/BUILD +++ b/graphics/pstoedit/BUILD @@ -1,5 +1,8 @@ ( +# This fixes a make failure with ming. + sedit "s:delete d;::g" src/drvswf.cpp + # This gets around a make failure. It does not like how ImageMagick # uses long long, and barfs. From stumbles at lunar-linux.org Tue Jun 2 13:23:27 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 2 Jun 2009 07:23:27 -0400 Subject: [Lunar-commits] blueman: just a tweak of WEB_SITE. Message-ID: <20090602112413.5EA409B1B4@doppio.foo-projects.org> commit 446d4ddfc514e08d9b092f36a07e26b009ff46ca Author: Dennis 'stumbles' Veatch Date: Tue Jun 2 07:23:27 2009 -0400 blueman: just a tweak of WEB_SITE. --- bluetooth/blueman/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bluetooth/blueman/DETAILS b/bluetooth/blueman/DETAILS index 178f2a5..6ffa8d4 100644 --- a/bluetooth/blueman/DETAILS +++ b/bluetooth/blueman/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.tuxfamily.org/blueman/ SOURCE_VFY=sha1:9452681289a791db62415a619b9f2db17a04c6e7 - WEB_SITE="http://blueman-project.org/index.php?option=com_content&view=article&id=51&Itemid=56" + WEB_SITE=http://blueman-project.org/ ENTERED=20090511 UPDATED=20090511 SHORT="GTK+ Bluetooth Manager" From florin at lunar-linux.org Tue Jun 2 14:03:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 2 Jun 2009 15:03:48 +0300 Subject: [Lunar-commits] ktorrent4: version bumped to 3.2.2. Message-ID: <20090602120420.780239B1B4@doppio.foo-projects.org> commit a7bb0b9b4e98666d383371899ac43cf567b0f0cb Author: Florin Braescu Date: Tue Jun 2 15:03:48 2009 +0300 ktorrent4: version bumped to 3.2.2. Bugfixes release. --- kde4/extragear/ktorrent4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index 204d43f..ee4b127 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.2.1 + MAJOR=3.2.2 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:b12ee99bde77f0da424ce04907522cbe873d816c + SOURCE_VFY=sha1:fa1b1877ade6ed601181ae889eef6ae53353259d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090406 + UPDATED=20090602 SHORT="BitTorrent client for KDE" cat << EOF From engelsman at lunar-linux.org Tue Jun 2 18:30:00 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 2 Jun 2009 18:30:00 +0200 Subject: [Lunar-commits] ntp: version update & new web site for download Message-ID: <20090602165202.03C1B9B1B4@doppio.foo-projects.org> commit 70beb3595c15eac633c53c48d14ad6dea53a9734 Author: Guillaume Date: Tue Jun 2 18:30:00 2009 +0200 ntp: version update & new web site for download --- net/ntp/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ntp/DETAILS b/net/ntp/DETAILS index 841f0ea..7ec1099 100644 --- a/net/ntp/DETAILS +++ b/net/ntp/DETAILS @@ -1,11 +1,11 @@ MODULE=ntp - VERSION=4.2.4p6 + VERSION=4.2.4p7 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4 - SOURCE_VFY=sha1:ad4b068cc03ce346a6276ed6b31c026b6ffc3d92 + SOURCE_URL=ftp://ftp.udel.edu/pub/ntp/ntp4 + SOURCE_VFY=sha1:8476f75daffe9851cc6f33d170902bce77637499 WEB_SITE=http://www.ntp.org ENTERED=20011004 - UPDATED=20090109 + UPDATED=20090529 SHORT="ntp syncs your time with an ntp server" cat << EOF From engelsman at lunar-linux.org Tue Jun 2 18:43:46 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 2 Jun 2009 18:43:46 +0200 Subject: [Lunar-commits] ntp: modified SOURCE_URLs to include both http and ftp downloads Message-ID: <20090602165202.0CA579B1FD@doppio.foo-projects.org> commit 9c56e33838d5004aad16e66578bb2ad482cf79b5 Author: Duncan Gibson Date: Tue Jun 2 18:43:46 2009 +0200 ntp: modified SOURCE_URLs to include both http and ftp downloads scirocco's SOURCE_URL change from http://www.eecis.udel.edu to ftp://ftp.udel.edu worked for me yesterday, but not today, whereas the http one works again. Changed SOURCE_URL to have both. --- net/ntp/DETAILS | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/net/ntp/DETAILS b/net/ntp/DETAILS index 7ec1099..b699cd5 100644 --- a/net/ntp/DETAILS +++ b/net/ntp/DETAILS @@ -1,23 +1,24 @@ MODULE=ntp VERSION=4.2.4p7 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=ftp://ftp.udel.edu/pub/ntp/ntp4 + SOURCE_URL[0]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4 + SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4 SOURCE_VFY=sha1:8476f75daffe9851cc6f33d170902bce77637499 WEB_SITE=http://www.ntp.org ENTERED=20011004 - UPDATED=20090529 + UPDATED=20090602 SHORT="ntp syncs your time with an ntp server" cat << EOF -NTP (Network Time Protocol) tries to keep servers in sync -Very usefull with GPS timesources, but typically used in a third -level setup to your ISP (Which typicall syncs to a first level timesource) -Several methods, use "ntpd -g -q ntp.server.dom" in a crontab -(or after connecting), or create /etc/ntp.conf and start "ntpd -g" -The -g is needed to enable a big step, otherwise it takes too long to sync. +NTP (Network Time Protocol) tries to keep servers in sync Very +useful with GPS timesources, but typically used in a third level +setup to your ISP (Which typically syncs to a first level timesource) +Several methods, use "ntpd -g -q ntp.server.dom" in a crontab (or +after connecting), or create /etc/ntp.conf and start "ntpd -g" The -g +is needed to enable a big step, otherwise it takes too long to sync. -Note: issue the "ntpd -g" command ASAP after the network is initialized, -and check out ntp-wait to not have it take too long to sync in why other -server's starts (and their logs get bad). -It's fastest slew rate is 0.5ms/sec, ie. 2000 secs to fix a secon +Note: issue the "ntpd -g" command ASAP after the network is +initialized, and check out ntp-wait to not have it take too long +to sync in why other server's starts (and their logs get bad). +It's fastest slew rate is 0.5ms/sec, ie. 2000 secs to fix a second. EOF From stumbles at lunar-linux.org Tue Jun 2 19:03:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 2 Jun 2009 13:03:28 -0400 Subject: [Lunar-commits] pilot-link: version bump. Message-ID: <20090602170400.EB5B49B1B4@doppio.foo-projects.org> commit 638ab5824a3152bbc1bece7c5e443bdf493a748a Author: Dennis 'stumbles' Veatch Date: Tue Jun 2 13:03:28 2009 -0400 pilot-link: version bump. --- utils/pilot-link/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pilot-link/DETAILS b/utils/pilot-link/DETAILS index 082828b..80f6a33 100644 --- a/utils/pilot-link/DETAILS +++ b/utils/pilot-link/DETAILS @@ -1,11 +1,11 @@ MODULE=pilot-link - VERSION=0.12.3 + VERSION=0.12.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://downloads.pilot-link.org/ - SOURCE_VFY=sha1:d459ec2626ee19367a5329e604e33b337ef37602 + SOURCE_VFY=sha1:cb1fcf11f8f1b26cfa3b83fab0293ea55ae62471 WEB_SITE=http://www.pilot-link.org/ ENTERED=20011129 - UPDATED=20080114 + UPDATED=20090602 SHORT="PalmOS<->PC transfer program." PSAFE=no cat << EOF From engelsman at lunar-linux.org Tue Jun 2 19:20:25 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 2 Jun 2009 19:20:25 +0200 Subject: [Lunar-commits] sysprof: sysprof data analyser Message-ID: <20090602172128.209BB9B1B4@doppio.foo-projects.org> commit 4a0dde4e96cc364ca7e6ff0ad0a787e794002db0 Author: Auke Kok Date: Tue Jun 2 19:20:25 2009 +0200 sysprof: sysprof data analyser This tool goes together with the in-kernel sysprof tracer. --- zbeta/sysprof/DETAILS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/zbeta/sysprof/DETAILS b/zbeta/sysprof/DETAILS new file mode 100644 index 0000000..45dfa76 --- /dev/null +++ b/zbeta/sysprof/DETAILS @@ -0,0 +1,16 @@ + MODULE=sysprof + VERSION=1.0.12 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://www.daimi.au.dk/~sandmann/sysprof/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:c5fae3caa6c7e4b7d1aa639dd8412fcb51d2cc8f + WEB_SITE="http://www.daimi.au.dk/~sandmann/sysprof/" + ENTERED=20090601 + UPDATED=20090601 + SHORT="system profiler (sysprof) data analysis tool" +cat < NVIDIA: updated to 180.60 Message-ID: <20090602205945.0F8599B1BB@doppio.foo-projects.org> commit e05df19d11539584e1bc3aaa8cb4a2f76ac1b56e Author: Zbigniew Luszpinski Date: Tue Jun 2 22:59:26 2009 +0200 NVIDIA: updated to 180.60 --- x11/NVIDIA/DETAILS | 6 +++--- x11/NVIDIA/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index b5ab82a..fd68299 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.53 + VERSION=180.60 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:5b0852ac352ea9edbc067804188b83ca4961b17f + SOURCE_VFY=sha1:d9a68f1536edb4f276634acd8ec2377ea252de69 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090422 + UPDATED=20090602 SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index 973f1e9..54b5c31 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.53 + VERSION=180.60 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:17f86bf96aceaa8070181a88bbe7b6b416b1f265 + SOURCE_VFY=sha1:52b8531fc75a439304c83fe8c1daa1ee7f2c627f WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090422 + UPDATED=20090602 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From zmcgrew at lunar-linux.org Wed Jun 3 00:44:29 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Tue, 2 Jun 2009 15:44:29 -0700 Subject: [Lunar-commits] gdm: fix gconf-sanity-check-2 exited with status 256 Message-ID: <20090602224455.2A5679B1BB@doppio.foo-projects.org> commit fd48e4a8a83bec55bda5bdf5aebeddef05659a1d Author: Zachary McGrew Date: Tue Jun 2 15:44:29 2009 -0700 gdm: fix gconf-sanity-check-2 exited with status 256 --- gnome2/desktop/gdm/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/gdm/BUILD b/gnome2/desktop/gdm/BUILD index 6242436..8610aa6 100644 --- a/gnome2/desktop/gdm/BUILD +++ b/gnome2/desktop/gdm/BUILD @@ -49,4 +49,8 @@ install --mode=755 $SCRIPT_DIRECTORY/Default /etc/gdm/PreSession/ && install --mode=755 $SCRIPT_DIRECTORY/Default /etc/gdm/Sessions/ + #Fix the gconf-sanity-check-2 exited with status 256 error + mkdir -p /etc/gconf/gconf.xml.system && + chmod 755 /etc/gconf/gconf.xml.system + ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Wed Jun 3 03:34:11 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 2 Jun 2009 21:34:11 -0400 Subject: [Lunar-commits] lcms: version bump. Message-ID: <20090603013431.19BB7F4310@doppio.foo-projects.org> commit 8ad5fe061c2f733731fbb6eb9ca5348ed87702f3 Author: Dennis 'stumbles' Veatch Date: Tue Jun 2 21:34:11 2009 -0400 lcms: version bump. --- libs/lcms/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/lcms/DETAILS b/libs/lcms/DETAILS index 2e392e0..012b625 100644 --- a/libs/lcms/DETAILS +++ b/libs/lcms/DETAILS @@ -1,11 +1,12 @@ MODULE=lcms - VERSION=1.18 + VERSION=1.18a SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.littlecms.com/ - SOURCE_VFY=sha1:7001badb14b2e9cb89e2637bdc56f23ebff2d40e +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1.18 + SOURCE_VFY=sha1:657837dcc3992a0b0aa538c4b5a4ead82a7cbbb3 WEB_SITE=http://www.littlecms.com/ ENTERED=20020620 - UPDATED=20090403 + UPDATED=20090602 SHORT="A small, free color management system" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 15:20:18 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 09:20:18 -0400 Subject: [Lunar-commits] kde-l10n: version bump. Message-ID: <20090603132913.F1D659B1B4@doppio.foo-projects.org> commit e79639eb932a6ccc49d5e56260050dbeada859f0 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 09:20:18 2009 -0400 kde-l10n: version bump. --- kde4/kde-l10n/kde-l10n-ar/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bg_IN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-cs/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-csb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-da/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-de/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-el/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-en_GB/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-es/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-et/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ga/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-he/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-is/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-it/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ja/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-km/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ko/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ku/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mai/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ml/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nds/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt_BR/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ro/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ru/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-th/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-uk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-wa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_CN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_TW/DETAILS | 6 +++--- 56 files changed, 168 insertions(+), 168 deletions(-) diff --git a/kde4/kde-l10n/kde-l10n-ar/DETAILS b/kde4/kde-l10n/kde-l10n-ar/DETAILS index 484b100..7ab15c4 100644 --- a/kde4/kde-l10n/kde-l10n-ar/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ar/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ar MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2cca316cf9b9c8c989777427876db392ba7369a5 + SOURCE_VFY=sha1:f8b41d69365f6379b6700ad1f520ca09e08f87fb WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg/DETAILS b/kde4/kde-l10n/kde-l10n-bg/DETAILS index 6a9681a..8fda7b6 100644 --- a/kde4/kde-l10n/kde-l10n-bg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:e3ddae17877df6d9733386fadd0c21fc06dc1ab6 + SOURCE_VFY=sha1:da54bfd7ea25395dc541ba5c6736ae377562ba4d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS b/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS index a73bc33..2b0651e 100644 --- a/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg_IN MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:97bc2ac1f6749ffecbc39ae8426e6d0a005c9acd + SOURCE_VFY=sha1:850fa336796740c676377fdc77624643ee4ed0f9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca/DETAILS b/kde4/kde-l10n/kde-l10n-ca/DETAILS index 5936a8b..bc3008c 100644 --- a/kde4/kde-l10n/kde-l10n-ca/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ca MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a4aa043399696cbd35a28eee1fe2c815d866eb80 + SOURCE_VFY=sha1:72098555365c9099f75102f10f57868e85c2e34c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-cs/DETAILS b/kde4/kde-l10n/kde-l10n-cs/DETAILS index 5d45484..7a75a93 100644 --- a/kde4/kde-l10n/kde-l10n-cs/DETAILS +++ b/kde4/kde-l10n/kde-l10n-cs/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-cs MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:40bea388ff45857b81e21561b50a7b9c0754773d + SOURCE_VFY=sha1:973e38f2a2eb40bb8a65bb0530f52f0c59f0fb31 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-csb/DETAILS b/kde4/kde-l10n/kde-l10n-csb/DETAILS index 840c830..e268c6f 100644 --- a/kde4/kde-l10n/kde-l10n-csb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-csb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-csb MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:653182626518e45af7c1c65f4c83df8b88cf9c47 + SOURCE_VFY=sha1:a6d27a03d52d60e7b200fd5ac655fbda8666d30e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-da/DETAILS b/kde4/kde-l10n/kde-l10n-da/DETAILS index 0706743..45b14a5 100644 --- a/kde4/kde-l10n/kde-l10n-da/DETAILS +++ b/kde4/kde-l10n/kde-l10n-da/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-da MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c154c258ab15ae50f371e55cf1aa846b82d51244 + SOURCE_VFY=sha1:c6f7de6102e8ca73d3411d0f94ccb77474414f1f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-de/DETAILS b/kde4/kde-l10n/kde-l10n-de/DETAILS index a9782cd..816640c 100644 --- a/kde4/kde-l10n/kde-l10n-de/DETAILS +++ b/kde4/kde-l10n/kde-l10n-de/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-de MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:98ac6eaaae0f906df4d3c2fae7480a60d6e731e7 + SOURCE_VFY=sha1:c7161946a4ced27ddc8abbb15a5d470d1ad08798 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-el/DETAILS b/kde4/kde-l10n/kde-l10n-el/DETAILS index 5c1514a..6ed77af 100644 --- a/kde4/kde-l10n/kde-l10n-el/DETAILS +++ b/kde4/kde-l10n/kde-l10n-el/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-el MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:669d4890c7dc719126de2b5097e195242de154d9 + SOURCE_VFY=sha1:905c47cbab44c4d07aca2618bf9f0e1b7adebff5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS index e2edbd9..e2892b5 100644 --- a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS +++ b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-en_GB MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9812e6a26fd7d9899af34333df25bb8360c382c7 + SOURCE_VFY=sha1:c7aa19a8e757c5f268b6d9cd98cf08d802432c41 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20071028 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="kde-i18n-* contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-es/DETAILS b/kde4/kde-l10n/kde-l10n-es/DETAILS index d37ee16..a73c28f 100644 --- a/kde4/kde-l10n/kde-l10n-es/DETAILS +++ b/kde4/kde-l10n/kde-l10n-es/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-es MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c54eacbc3f5d9a558b5c70bd6fee80085eb2942c + SOURCE_VFY=sha1:6130d7cff0759416041e305fd040e00061df801c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-et/DETAILS b/kde4/kde-l10n/kde-l10n-et/DETAILS index 9129628..02e8168 100644 --- a/kde4/kde-l10n/kde-l10n-et/DETAILS +++ b/kde4/kde-l10n/kde-l10n-et/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-et MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ec92f35fae89147a9b8ba36dd43ee7aa799eb2cb + SOURCE_VFY=sha1:b37dfc4c89c59f95c49bc9f69bbee0d94c635931 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eu/DETAILS b/kde4/kde-l10n/kde-l10n-eu/DETAILS index 2c63b23..2a181c2 100644 --- a/kde4/kde-l10n/kde-l10n-eu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eu MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:5a8a36107551e96a953904332ef917d425067bfc + SOURCE_VFY=sha1:c252df4c658463a961f65ac976b4acb30bc74252 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fi/DETAILS b/kde4/kde-l10n/kde-l10n-fi/DETAILS index 996696a..c81be76 100644 --- a/kde4/kde-l10n/kde-l10n-fi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fi MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d8fb6c895c3fd8e7c299382c06b6b61633a35c45 + SOURCE_VFY=sha1:6b37665280359429d4742ec10599d31399ac0c53 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fr/DETAILS b/kde4/kde-l10n/kde-l10n-fr/DETAILS index cf63b0c..665e30c 100644 --- a/kde4/kde-l10n/kde-l10n-fr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fr MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:218c791bbf28df9a90003cdb225fdcc658e4a75d + SOURCE_VFY=sha1:66c2d04c7393845513a6b1aabf2df14a37c1bc25 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ga/DETAILS b/kde4/kde-l10n/kde-l10n-ga/DETAILS index 14c7a5f..c1f5d5d 100644 --- a/kde4/kde-l10n/kde-l10n-ga/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ga/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ga MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:acb4a3b1bcc37b30157155b2d35d15d8fb9923b9 + SOURCE_VFY=sha1:21ee67715a4fee64feab6730398378ad53cc8148 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gl/DETAILS b/kde4/kde-l10n/kde-l10n-gl/DETAILS index 5056ef1..59d4277 100644 --- a/kde4/kde-l10n/kde-l10n-gl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gl MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:37aec78265ac73b6a379ef37424b29c73f246ac3 + SOURCE_VFY=sha1:3e839a7e89c58cc19f897b1eff328c2babeecfe2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gu/DETAILS b/kde4/kde-l10n/kde-l10n-gu/DETAILS index 7dcfc8c..b8be10b 100644 --- a/kde4/kde-l10n/kde-l10n-gu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gu MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d3c1de520658e54bb9251d3e524dd5833dd189d9 + SOURCE_VFY=sha1:0d01b3d3c6a3316bf0871d5277592029a5f35470 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-he/DETAILS b/kde4/kde-l10n/kde-l10n-he/DETAILS index 4daf87c..eaab8df 100644 --- a/kde4/kde-l10n/kde-l10n-he/DETAILS +++ b/kde4/kde-l10n/kde-l10n-he/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-he MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:53e108c5e4f2a54edf9c98e335cccba4a64517a5 + SOURCE_VFY=sha1:54d83e83dc6ea19514de738dcb3d8f7b2de2b738 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hi/DETAILS b/kde4/kde-l10n/kde-l10n-hi/DETAILS index 15f4329..c5e8043 100644 --- a/kde4/kde-l10n/kde-l10n-hi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hi MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:95e8b2e17e47b2b9f610157732782a7e2a7712f1 + SOURCE_VFY=sha1:82e548c1041e1ecf52eeda35dfe46ea525db48bd WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hu/DETAILS b/kde4/kde-l10n/kde-l10n-hu/DETAILS index 068e4a9..7cab1a0 100644 --- a/kde4/kde-l10n/kde-l10n-hu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hu MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:1e5cfe4013ca67aee6f4b2c284654487b639e613 + SOURCE_VFY=sha1:b2bfeaeddcc945b500d92a9c8d8a866ba2e54245 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-is/DETAILS b/kde4/kde-l10n/kde-l10n-is/DETAILS index 621b769..9236923 100644 --- a/kde4/kde-l10n/kde-l10n-is/DETAILS +++ b/kde4/kde-l10n/kde-l10n-is/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-is MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0521b1ef9f26d5646a31b08026f1d349ffa8fec0 + SOURCE_VFY=sha1:0b3249ee1b1922f1ba4317275b9643c39c6bd2c2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-it/DETAILS b/kde4/kde-l10n/kde-l10n-it/DETAILS index 54b2151..558a29e 100644 --- a/kde4/kde-l10n/kde-l10n-it/DETAILS +++ b/kde4/kde-l10n/kde-l10n-it/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-it MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c3ec26b74f8e1832964f262863342e9f65064084 + SOURCE_VFY=sha1:7fd66571233cab9f414af4848dbb398792eef6dc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ja/DETAILS b/kde4/kde-l10n/kde-l10n-ja/DETAILS index 5914d2a..bc489e4 100644 --- a/kde4/kde-l10n/kde-l10n-ja/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ja/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ja MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0287fdf3ee25a430104e22ac5d23fdbe79b5b5e8 + SOURCE_VFY=sha1:c65fa31da31a376a3989d37251619d2034743583 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kk/DETAILS b/kde4/kde-l10n/kde-l10n-kk/DETAILS index 0a7b9eb..62d4066 100644 --- a/kde4/kde-l10n/kde-l10n-kk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kk MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:fbd0ed8b1f2490d9f5316d60ba5e659637dfcac8 + SOURCE_VFY=sha1:0fe984645efb3c6ca39628dfa9e5e59d1afcc157 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-km/DETAILS b/kde4/kde-l10n/kde-l10n-km/DETAILS index c60962a..d9dc90f 100644 --- a/kde4/kde-l10n/kde-l10n-km/DETAILS +++ b/kde4/kde-l10n/kde-l10n-km/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-km MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:95316a17675478c731eab1ec2f566a355417fe3d + SOURCE_VFY=sha1:93e341610a9da1eb4c1c5c4bea48184d819af767 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kn/DETAILS b/kde4/kde-l10n/kde-l10n-kn/DETAILS index e786816..7fcca6b 100644 --- a/kde4/kde-l10n/kde-l10n-kn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kn MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d6a0249ce7752732e79c9ab7ad3976bceefabc0f + SOURCE_VFY=sha1:efcdb8c618622646bebb041e8eca61d633501855 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ko/DETAILS b/kde4/kde-l10n/kde-l10n-ko/DETAILS index 2106714..cff80e7 100644 --- a/kde4/kde-l10n/kde-l10n-ko/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ko/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ko MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:28780ffb4e0ac088a1d217c5cf5cce9aba97e2a3 + SOURCE_VFY=sha1:9920a1e2a0ac73b18e50607c100327d9c503089e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ku/DETAILS b/kde4/kde-l10n/kde-l10n-ku/DETAILS index 67415ad..7aa49b3 100644 --- a/kde4/kde-l10n/kde-l10n-ku/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ku/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ku MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b343f35a43d8152a316cb77ac9c77fc77cf580f7 + SOURCE_VFY=sha1:2525f5caa0c13113f8cc0b7fc74b762d519532d3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lt/DETAILS b/kde4/kde-l10n/kde-l10n-lt/DETAILS index b56af55..1f02971 100644 --- a/kde4/kde-l10n/kde-l10n-lt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lt MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b5b219c7e74148188be7208cd7ce65242c414dbb + SOURCE_VFY=sha1:ff8ee62a6ff6e3e2f11624af6dd934e8d0132788 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lv/DETAILS b/kde4/kde-l10n/kde-l10n-lv/DETAILS index c90cb19..39e6310 100644 --- a/kde4/kde-l10n/kde-l10n-lv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lv MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8c71e2232b6c71d11e0883a45423bbfaac5c2fcb + SOURCE_VFY=sha1:2a6237666b6ca4c7a29a56ac0c5859fb83c2db6c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mai/DETAILS b/kde4/kde-l10n/kde-l10n-mai/DETAILS index 4653fb9..07f5eef 100644 --- a/kde4/kde-l10n/kde-l10n-mai/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mai/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mai MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:fe0b4eba11f33d82db942c1673891956a438f465 + SOURCE_VFY=sha1:9ad93e4b7ddb3160a9929cb41ec7f5a9f861ddc8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mk/DETAILS b/kde4/kde-l10n/kde-l10n-mk/DETAILS index 9cd4e44..cd26619 100644 --- a/kde4/kde-l10n/kde-l10n-mk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mk MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:303d744de41594baacadbdde4ccca1543b48dd19 + SOURCE_VFY=sha1:ee4b8f33b4e3de5fcdd0fa7a5aed8e70fe234f79 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ml/DETAILS b/kde4/kde-l10n/kde-l10n-ml/DETAILS index 0f8a4b4..800b26d 100644 --- a/kde4/kde-l10n/kde-l10n-ml/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ml/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ml MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3e526fd4a2fd8a9239b904ab293c5d2bbe08e4be + SOURCE_VFY=sha1:3d654eba2b68cbd2aa437b14ca124a11669cc264 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mr/DETAILS b/kde4/kde-l10n/kde-l10n-mr/DETAILS index aa1d8ab..4855a53 100644 --- a/kde4/kde-l10n/kde-l10n-mr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mr MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:20b0fbe4cb8a54cadd18a3af5cd7646e9d29b2e0 + SOURCE_VFY=sha1:35856ab475546277e98083889468953ab971123a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nb/DETAILS b/kde4/kde-l10n/kde-l10n-nb/DETAILS index c074bd7..35c8e4d 100644 --- a/kde4/kde-l10n/kde-l10n-nb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nb MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:5d0d55c5ec701c3a24e838d0f0572defe6e610e0 + SOURCE_VFY=sha1:04c9d4dff0da7ed4fe3f0411057010849b3e2204 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nds/DETAILS b/kde4/kde-l10n/kde-l10n-nds/DETAILS index 3695563..a200645 100644 --- a/kde4/kde-l10n/kde-l10n-nds/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nds/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nds MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2e32dcc5aafcd02415a1a439fc3e2eb003ea4f9a + SOURCE_VFY=sha1:88f9556b94155507ab112e180ec2d7d06c39cba0 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nl/DETAILS b/kde4/kde-l10n/kde-l10n-nl/DETAILS index adb3a97..bc4d6b6 100644 --- a/kde4/kde-l10n/kde-l10n-nl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nl MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:85e3fe019edd114f4ee9b6ecb22ffd3c399a00e3 + SOURCE_VFY=sha1:2db0f276b953ef8b180637d23f1fe2aaa9986881 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nn/DETAILS b/kde4/kde-l10n/kde-l10n-nn/DETAILS index 3b76842..c5f6864 100644 --- a/kde4/kde-l10n/kde-l10n-nn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nn MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a635bf81a812953109ce6dcab0fa4faef849d889 + SOURCE_VFY=sha1:0d3cb692e92e28807f768b4923c7d91d723eae34 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pa/DETAILS b/kde4/kde-l10n/kde-l10n-pa/DETAILS index 6153909..9d2dbf1 100644 --- a/kde4/kde-l10n/kde-l10n-pa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pa MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ef224a2801d7c373d9c6f211e98bf7e21dd72167 + SOURCE_VFY=sha1:73344f9ef9f3022ae12514ec771b00793c5b9fec WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pl/DETAILS b/kde4/kde-l10n/kde-l10n-pl/DETAILS index ee7aa1c..8ee3023 100644 --- a/kde4/kde-l10n/kde-l10n-pl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pl MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9ff508502f89eb123bf66ccbe9d7f4e913bb5751 + SOURCE_VFY=sha1:b260043616946eb10bcf09201aa66bbeda6438a8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt/DETAILS b/kde4/kde-l10n/kde-l10n-pt/DETAILS index 5f8c5b3..56547b0 100644 --- a/kde4/kde-l10n/kde-l10n-pt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f43460a513f8d31fe157e6e099ef0b9969713941 + SOURCE_VFY=sha1:d3391b9bc71ba39c2504cd522078e94f8d8dd95e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS index ab0fcb5..5abc76c 100644 --- a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt_BR MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:29b5d9c604ac8f389eb651c41f68a0cb5aadfd13 + SOURCE_VFY=sha1:664411099a20aaa5360246af53adfafde4286a37 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ro/DETAILS b/kde4/kde-l10n/kde-l10n-ro/DETAILS index ece3152..707a1a7 100644 --- a/kde4/kde-l10n/kde-l10n-ro/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ro/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ro MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6e52856aef44511990dcc9c7c88988774cdd2171 + SOURCE_VFY=sha1:3d44bb63fdf9b9aa2914158917ccd3e159d459d9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ru/DETAILS b/kde4/kde-l10n/kde-l10n-ru/DETAILS index f02b964..32018f2 100644 --- a/kde4/kde-l10n/kde-l10n-ru/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ru/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ru MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:45e2553fb8f0907d1afffdf0340613d50511c77d + SOURCE_VFY=sha1:dc85090d3d17fb750de2a8172d9908eb17956ba4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sk/DETAILS b/kde4/kde-l10n/kde-l10n-sk/DETAILS index e6f009e..c3c5ff0 100644 --- a/kde4/kde-l10n/kde-l10n-sk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sk MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:fb3d87abfb05210626c6c5e817bea3f03ff544a9 + SOURCE_VFY=sha1:459091f23e9303da69ab523d7ad06c0ef1b5ded2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sl/DETAILS b/kde4/kde-l10n/kde-l10n-sl/DETAILS index 9a0f5bb..8d12c14 100644 --- a/kde4/kde-l10n/kde-l10n-sl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sl MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:28909c289f8a2fb855aa59b4be302b3dc86bf7b2 + SOURCE_VFY=sha1:dd7b01237b318c45dbdfae0f112f9ed04b8e9299 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sr/DETAILS b/kde4/kde-l10n/kde-l10n-sr/DETAILS index 68e1cf9..14d2997 100644 --- a/kde4/kde-l10n/kde-l10n-sr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sr MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3890abb97dd521756eb416aceefa9aa385a5da9a + SOURCE_VFY=sha1:8137987bc754176b982930efb48571252dad7010 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sv/DETAILS b/kde4/kde-l10n/kde-l10n-sv/DETAILS index 65f1447..c4aa834 100644 --- a/kde4/kde-l10n/kde-l10n-sv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sv MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d519c1f7e96ee8f0a9052ca19f22c2fb4bc96b32 + SOURCE_VFY=sha1:2680c431984b06cbec116fda2b1da466c8781d8d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tg/DETAILS b/kde4/kde-l10n/kde-l10n-tg/DETAILS index 6816b6f..01ef1d2 100644 --- a/kde4/kde-l10n/kde-l10n-tg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tg MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3288145414d266294f5ad8a90b9b06c40d857685 + SOURCE_VFY=sha1:9a83170e0ed2821975a3eb3b30c2ec24a12ab608 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-th/DETAILS b/kde4/kde-l10n/kde-l10n-th/DETAILS index f512468..1e1ff2f 100644 --- a/kde4/kde-l10n/kde-l10n-th/DETAILS +++ b/kde4/kde-l10n/kde-l10n-th/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-th MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8067fb821c7ce02e0d829ed44f6931a0183a4709 + SOURCE_VFY=sha1:a28a7392b84774626825d83f7e8f9ac7238ac5a0 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tr/DETAILS b/kde4/kde-l10n/kde-l10n-tr/DETAILS index 59866ff..a0a30b1 100644 --- a/kde4/kde-l10n/kde-l10n-tr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tr MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ccc0a6f8e731fed612b6dfd3cb69b239ff683e92 + SOURCE_VFY=sha1:9fa42ce348b1315e9b2fd209f6fc45651e15b569 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-uk/DETAILS b/kde4/kde-l10n/kde-l10n-uk/DETAILS index f462d36..0143ac0 100644 --- a/kde4/kde-l10n/kde-l10n-uk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-uk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-uk MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:090fb0bfb49802679307d7ecaf6cdb5334a535e4 + SOURCE_VFY=sha1:74609d5059b904ce3b036af1e677998b9b83dad8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-wa/DETAILS b/kde4/kde-l10n/kde-l10n-wa/DETAILS index 44c4bba..795589f 100644 --- a/kde4/kde-l10n/kde-l10n-wa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-wa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-wa MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b5fceaa4f8f25a9f64e250a74c2ca681df1b8fe6 + SOURCE_VFY=sha1:2705775be3cdedacbe7a5a3a63f85b8308762be6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS index 8cdb9a8..04070b9 100644 --- a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_CN MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:cb1b73f793a459625e085016b9fb040167c980dd + SOURCE_VFY=sha1:a64c256f3de1050da480e9c9599e3891591bdb68 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS index 893d550..13746fd 100644 --- a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_TW MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:5bed72489dc41da0edaf3ada7f1b3d7a00e868d8 + SOURCE_VFY=sha1:7b0bdf6ac20653cefd02fcdf536f3e8037171348 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090506 + UPDATED=20090603 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" From stumbles at lunar-linux.org Wed Jun 3 15:28:04 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 09:28:04 -0400 Subject: [Lunar-commits] kde4: version bump Message-ID: <20090603132914.0B07B9B1BB@doppio.foo-projects.org> commit 4e86282806f137f674587448acd30712132a691a Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 09:28:04 2009 -0400 kde4: version bump --- kde4/base/kdeaccessibility4/DETAILS | 6 +++--- kde4/base/kdeadmin4/DETAILS | 6 +++--- kde4/base/kdeartwork4/DETAILS | 6 +++--- kde4/base/kdebase4-runtime/DETAILS | 6 +++--- kde4/base/kdebase4-workspace/DETAILS | 6 +++--- kde4/base/kdebase4/DETAILS | 6 +++--- kde4/base/kdebindings4/DETAILS | 6 +++--- kde4/base/kdeedu4/DETAILS | 8 ++++---- kde4/base/kdegames4/DETAILS | 6 +++--- kde4/base/kdegraphics4/DETAILS | 6 +++--- kde4/base/kdelibs4/DETAILS | 6 +++--- kde4/base/kdemultimedia4/DETAILS | 6 +++--- kde4/base/kdenetwork4/DETAILS | 6 +++--- kde4/base/kdepim4/DETAILS | 6 +++--- kde4/base/kdepimlibs4/DETAILS | 6 +++--- kde4/base/kdeplasma4-addons/DETAILS | 6 +++--- kde4/base/kdesdk4/DETAILS | 6 +++--- kde4/base/kdetoys4/DETAILS | 6 +++--- kde4/base/kdeutils4/DETAILS | 6 +++--- kde4/base/kdewebdev4/DETAILS | 6 +++--- 20 files changed, 61 insertions(+), 61 deletions(-) diff --git a/kde4/base/kdeaccessibility4/DETAILS b/kde4/base/kdeaccessibility4/DETAILS index 97ca287..6123f78 100644 --- a/kde4/base/kdeaccessibility4/DETAILS +++ b/kde4/base/kdeaccessibility4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeaccessibility4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeaccessibility-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeaccessibility-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:1f0675b666e91fe18bd6307693523f15479e3892 + SOURCE_VFY=sha1:fcf11ffaba2132ae83f767f357376c201b3e7c0a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeadmin4/DETAILS b/kde4/base/kdeadmin4/DETAILS index c09f8ce..41e98d8 100644 --- a/kde4/base/kdeadmin4/DETAILS +++ b/kde4/base/kdeadmin4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeadmin4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeadmin-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeadmin-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:7a344a8def92a7d2801afd78c8bff06187b1bd98 + SOURCE_VFY=sha1:72a9bfeaacf6bf70f464923f96b28891ad6b671e MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeartwork4/DETAILS b/kde4/base/kdeartwork4/DETAILS index af35bd4..7ea9c26 100644 --- a/kde4/base/kdeartwork4/DETAILS +++ b/kde4/base/kdeartwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeartwork4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeartwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeartwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:f438060107caeb5bddd1e23a1417edf4e8476158 + SOURCE_VFY=sha1:601fa04bc6fb9bdd5dfa094af04ad204bcc20b14 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="" cat << EOF diff --git a/kde4/base/kdebase4-runtime/DETAILS b/kde4/base/kdebase4-runtime/DETAILS index d4cd68d..c6e01c1 100644 --- a/kde4/base/kdebase4-runtime/DETAILS +++ b/kde4/base/kdebase4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-runtime MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:f3adc26e6b313a14af1e4208bc539017c8dcccd7 + SOURCE_VFY=sha1:dd829270b5fb21e4c24db5e7d16db6e99fe51c1d MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="compenents KDE expects to be available at runtime" cat << EOF diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index d95fc3c..85c4775 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -1,17 +1,17 @@ MODULE=kdebase4-workspace MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-workspace-$VERSION.tar.bz2 SOURCE2=kdebase4-workspace-4.2.2.solid.bluez.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:0c92579c651c5a08ff6440762eb5c2ad9d5bc0ad + SOURCE_VFY=sha1:31f38436736ff73b6ffb9d8bbb93b8342965e894 SOURCE2_VFY=sha1:bdfd68d03d35695f02c08f9d1fc91646220a79a6 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="This package is what is the desktop" cat << EOF KDE Workspace consisting of what is the desktop. The applications and libraries diff --git a/kde4/base/kdebase4/DETAILS b/kde4/base/kdebase4/DETAILS index ca8da46..1b15017 100644 --- a/kde4/base/kdebase4/DETAILS +++ b/kde4/base/kdebase4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:bc05bf836ff2aea64c0806be161b8ec8b9a5a42b + SOURCE_VFY=sha1:c08188baa90a5075f18a75640c4dc3e6dc69daa0 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS index 8860db6..4b67bd3 100644 --- a/kde4/base/kdebindings4/DETAILS +++ b/kde4/base/kdebindings4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebindings4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebindings-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:d8e5ddf5e993124e0250c3e9a9de52264ca5ca7c + SOURCE_VFY=sha1:5550b690d1c63fc63b3603ad73ba2b911158fe96 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="bindings for other lanquages" cat << EOF diff --git a/kde4/base/kdeedu4/DETAILS b/kde4/base/kdeedu4/DETAILS index e7bf266..c8345f4 100644 --- a/kde4/base/kdeedu4/DETAILS +++ b/kde4/base/kdeedu4/DETAILS @@ -1,17 +1,17 @@ MODULE=kdeedu4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeedu-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeedu-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:32a3ddef04f3e0d7d110f616caf98c4537ee8bb8 + SOURCE_VFY=sha1:7b26b946e1981ac57efdd2059eb3bba2808aef4b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071027 - UPDATED=20090506 + UPDATED=20090603 SHORT="education based applications for KDE" -PSAFE=no +#PSAFE=no cat << EOF This packages contains: * blinken: the KDE version of the well-known game Simon Says diff --git a/kde4/base/kdegames4/DETAILS b/kde4/base/kdegames4/DETAILS index 155d797..5eea986 100644 --- a/kde4/base/kdegames4/DETAILS +++ b/kde4/base/kdegames4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegames4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegames-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegames-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:74e0a41cdce34bead787a7c4586d3dae7aa06cc9 + SOURCE_VFY=sha1:c940d73616734fabdfcd0c5961459ba168494b16 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="a compilation of various default games shipped with KDE" cat << EOF diff --git a/kde4/base/kdegraphics4/DETAILS b/kde4/base/kdegraphics4/DETAILS index d7764d4..09bc35c 100644 --- a/kde4/base/kdegraphics4/DETAILS +++ b/kde4/base/kdegraphics4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegraphics4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegraphics-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegraphics-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:1304fe7562e41fad30841dfda4b42197e3d95b3d + SOURCE_VFY=sha1:032352e87be16ae90f09183a466e61487ef1e738 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="graphic applications for KDE" cat << EOF diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS index 0d4b29e..48bd9f9 100644 --- a/kde4/base/kdelibs4/DETAILS +++ b/kde4/base/kdelibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdelibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:c4cde3ea347d89d79ffdead203c85b1c2d1f8757 + SOURCE_VFY=sha1:259947ede89daec94475a811a41ae7474bc4fd17 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="central libraries for developement and execution of KDE" cat << EOF diff --git a/kde4/base/kdemultimedia4/DETAILS b/kde4/base/kdemultimedia4/DETAILS index 35f0fdb..ded8f46 100644 --- a/kde4/base/kdemultimedia4/DETAILS +++ b/kde4/base/kdemultimedia4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdemultimedia4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdemultimedia-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdemultimedia-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:ebf2d0f04dd8ab2c10a3505a2c7a3468173e369e + SOURCE_VFY=sha1:ab1f9e38ab38d502aa771a70137ded811f40ad1c MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="multimedia applications for KDE" cat << EOF diff --git a/kde4/base/kdenetwork4/DETAILS b/kde4/base/kdenetwork4/DETAILS index 4cd2bda..5fc6aef 100644 --- a/kde4/base/kdenetwork4/DETAILS +++ b/kde4/base/kdenetwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdenetwork4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdenetwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenetwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:633432d049794f50143ed60197f6f0b5ac9011a7 + SOURCE_VFY=sha1:31f3f1c44690339ce523c309a3d2c131563d9f97 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="Network tools for KDE" cat << EOF diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS index 09ce6e9..c51b38d 100644 --- a/kde4/base/kdepim4/DETAILS +++ b/kde4/base/kdepim4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepim-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:9d46fe2ce1bf183cce82d0d60a9a29ec3c53832f + SOURCE_VFY=sha1:d2328af104edf6471e3474ccea39710e0e1babc9 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdepimlibs4/DETAILS b/kde4/base/kdepimlibs4/DETAILS index 247688b..91d7c96 100644 --- a/kde4/base/kdepimlibs4/DETAILS +++ b/kde4/base/kdepimlibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepimlibs4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepimlibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepimlibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:3b12d5974bfbc384e3c986328a7bb5b1b6b50361 + SOURCE_VFY=sha1:1deb9298fe935ed1a53fad8e2a060fdc1c3e4ad8 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdeplasma4-addons/DETAILS b/kde4/base/kdeplasma4-addons/DETAILS index d2d6bd5..629b6a3 100644 --- a/kde4/base/kdeplasma4-addons/DETAILS +++ b/kde4/base/kdeplasma4-addons/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeplasma4-addons MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeplasma-addons-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasma-addons-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:9c825fe7b93fcccd6de44f168438f67cf0066f22 + SOURCE_VFY=sha1:500d05cc6eeb218b8615b1a49e69e3b9e88f3997 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080716 - UPDATED=20090506 + UPDATED=20090603 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdesdk4/DETAILS b/kde4/base/kdesdk4/DETAILS index 0b5a3c5..913cf9c 100644 --- a/kde4/base/kdesdk4/DETAILS +++ b/kde4/base/kdesdk4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdesdk4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdesdk-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesdk-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:cf24ae63e6ee4ed875f580a7dfd8aa6d822d9b47 + SOURCE_VFY=sha1:ad5a00f5ee4ae0f627b971b7413edb0550e92db1 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="applications and tools for development" cat << EOF diff --git a/kde4/base/kdetoys4/DETAILS b/kde4/base/kdetoys4/DETAILS index d126f24..43b821d 100644 --- a/kde4/base/kdetoys4/DETAILS +++ b/kde4/base/kdetoys4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdetoys4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdetoys-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdetoys-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:cb84d7b8da85ed82972a4c99065644532cf12d6d + SOURCE_VFY=sha1:3f05154f85d0a01ceb97854e31adff03a7b5fdda MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="KDE toys" cat << EOF diff --git a/kde4/base/kdeutils4/DETAILS b/kde4/base/kdeutils4/DETAILS index bf865a1..8cbbdb2 100644 --- a/kde4/base/kdeutils4/DETAILS +++ b/kde4/base/kdeutils4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeutils4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeutils-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeutils-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:3c312d12b75f1064085ee4ea200a5f7278bce0e0 + SOURCE_VFY=sha1:59bb17463bec48c77768e50fb0e9ec3c1b0827af MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="utilities for KDE" cat << EOF diff --git a/kde4/base/kdewebdev4/DETAILS b/kde4/base/kdewebdev4/DETAILS index 3b2ffcb..8159450 100644 --- a/kde4/base/kdewebdev4/DETAILS +++ b/kde4/base/kdewebdev4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdewebdev4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdewebdev-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdewebdev-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:737f6876d17da45e8dc855d47973ab8aa91827e3 + SOURCE_VFY=sha1:9e3667c994793232177a70ff0b6fb2caa252757f MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090506 + UPDATED=20090603 SHORT="applications for web development" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 15:28:43 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 09:28:43 -0400 Subject: [Lunar-commits] kde4: bump the profile. Message-ID: <20090603132914.224DB9B1FD@doppio.foo-projects.org> commit fa33eee24ed030672850fcecde9096bf1813ef70 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 09:28:43 2009 -0400 kde4: bump the profile. --- profiles/kde4/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/kde4/DETAILS b/profiles/kde4/DETAILS index 18bca96..89952e2 100644 --- a/profiles/kde4/DETAILS +++ b/profiles/kde4/DETAILS @@ -1,9 +1,9 @@ MODULE=kde4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 WEB_SITE=http://www.kde.org/ ENTERED=20080201 - UPDATED=20090506 + UPDATED=20090603 PROFILE=yes SHORT="powerful graphical desktop environment" From stumbles at lunar-linux.org Wed Jun 3 19:23:46 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 13:23:46 -0400 Subject: [Lunar-commits] konq-plugins: version bump. Message-ID: <20090603172411.136469B1B4@doppio.foo-projects.org> commit fcb47574accdfc70f7edaddfe2dfdcaa38641ad9 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 13:23:46 2009 -0400 konq-plugins: version bump. --- kde4/extragear/konq-plugins/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/konq-plugins/DETAILS b/kde4/extragear/konq-plugins/DETAILS index aebf080..47cb701 100644 --- a/kde4/extragear/konq-plugins/DETAILS +++ b/kde4/extragear/konq-plugins/DETAILS @@ -1,14 +1,14 @@ MODULE=konq-plugins MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:067f5addb9a6876f400c356488679e8871169a1a + SOURCE_VFY=sha1:72d79d65f101d322a9cb9d17acfdb5ccf8594ea2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090506 + UPDATED=20090603 SHORT="additional plugins for konqueror file manager and web browser" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:40:18 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:40:18 -0400 Subject: [Lunar-commits] guidance-power-manager: version bump. Message-ID: <20090603194040.081C49B1B4@doppio.foo-projects.org> commit 96ee14a1d0d5da36d16e276a1c21246dc8978f61 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:40:18 2009 -0400 guidance-power-manager: version bump. --- kde4/extragear/guidance-power-manager/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/guidance-power-manager/DETAILS b/kde4/extragear/guidance-power-manager/DETAILS index 6c4dd03..9c568e1 100644 --- a/kde4/extragear/guidance-power-manager/DETAILS +++ b/kde4/extragear/guidance-power-manager/DETAILS @@ -1,14 +1,14 @@ MODULE=guidance-power-manager MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:8dff84ebe8e7426028f57bf0d2f1a7073455801a + SOURCE_VFY=sha1:42e0e6c2a40f88c5f886d95394b1ec07177484ac WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080809 - UPDATED=20090506 + UPDATED=20090603 SHORT="A frontend to HAL's power features for KDE" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:43:10 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:43:10 -0400 Subject: [Lunar-commits] kcoloredit: version bump Message-ID: <20090603194325.6ACF99B1B4@doppio.foo-projects.org> commit 1f887f3465820b6d470e3c81c69e8a5d9e1870a2 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:43:10 2009 -0400 kcoloredit: version bump --- kde4/extragear/kcoloredit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kcoloredit/DETAILS b/kde4/extragear/kcoloredit/DETAILS index 123bda9..3e144fe 100644 --- a/kde4/extragear/kcoloredit/DETAILS +++ b/kde4/extragear/kcoloredit/DETAILS @@ -1,15 +1,15 @@ MODULE=kcoloredit MAJOR=4.2 MIN=2.0.0 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$MIN-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MIN-kde$VERSION MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:07c8b7da8597cdd458e4e32d8d06ac0a2a18a715 + SOURCE_VFY=sha1:4ebf12e4d000c58679cb590d76c8888a19e26f4a WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="Edit your palettes" cat << EOF From elangelo at lunar-linux.org Wed Jun 3 21:49:00 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 3 Jun 2009 21:49:00 +0200 Subject: [Lunar-commits] midori: 0.1.7 Message-ID: <20090603195003.52CCD9B1B4@doppio.foo-projects.org> commit 9bb85db706687a86d0de45e864fad62592a9a60a Author: Samuel Verstraete Date: Wed Jun 3 21:49:00 2009 +0200 midori: 0.1.7 --- zbeta/midori/DEPENDS | 2 +- zbeta/midori/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS index cb06be1..bd148f3 100644 --- a/zbeta/midori/DEPENDS +++ b/zbeta/midori/DEPENDS @@ -1,7 +1,7 @@ depends libsexy depends webkit depends libxml2 -depends libsoup +depends libsoup optional_depends unique "--enable-unique" "--disable-unique" \ "for single instance midori" diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 0d75a63..598d83a 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,11 +1,11 @@ MODULE=midori - VERSION=0.1.5 + VERSION=0.1.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://goodies.xfce.org/releases/midori/ - SOURCE_VFY=sha1:5a83ecd140735ab6323fb21cd7771fbdfe20b7f8 + SOURCE_VFY=sha1:29ee96a632eacbfd40852f9ae386ea666f7f9fdb WEBSITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090411 + UPDATED=20090603 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:45:16 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:45:16 -0400 Subject: [Lunar-commits] kfax: version bump Message-ID: <20090603195254.0964F9B1B4@doppio.foo-projects.org> commit 0643591ff0fd4e8e298b5f07a9377431723dc220 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:45:16 2009 -0400 kfax: version bump --- kde4/extragear/kfax/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kfax/DETAILS b/kde4/extragear/kfax/DETAILS index d19de16..56ae3a5 100644 --- a/kde4/extragear/kfax/DETAILS +++ b/kde4/extragear/kfax/DETAILS @@ -1,15 +1,15 @@ MODULE=kfax MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=3.3.6 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:69b59af5bc7d78a5cdf758e98dd0de7b5d0f284a + SOURCE_VFY=sha1:8182aee49ac3b31aa59afd394d594f9dfaa51f9e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="Fax file viewer for the KDE project" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:47:09 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:47:09 -0400 Subject: [Lunar-commits] kgrab: version bump Message-ID: <20090603195254.1EBED9B1BB@doppio.foo-projects.org> commit 929ce3155cfcfec5ff55960825e42d954a58b61e Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:47:09 2009 -0400 kgrab: version bump --- kde4/extragear/kgrab/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kgrab/DETAILS b/kde4/extragear/kgrab/DETAILS index acd7e15..0600383 100644 --- a/kde4/extragear/kgrab/DETAILS +++ b/kde4/extragear/kgrab/DETAILS @@ -1,15 +1,15 @@ MODULE=kgrab MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=0.1.1 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:a29ee250c74e5018d6ed1977baeea2eae89ce811 + SOURCE_VFY=sha1:ed8318fd7ee94ea91c91edd539cc1b2c7eb97e42 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080402 - UPDATED=20090506 + UPDATED=20090603 SHORT="KDE Screen Grabbing Utility" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:50:18 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:50:18 -0400 Subject: [Lunar-commits] kgraphviewer: version bump Message-ID: <20090603195254.3452D9B1FD@doppio.foo-projects.org> commit 1cfe7328264c683c27ff0c3d918c3261d4300dab Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:50:18 2009 -0400 kgraphviewer: version bump --- kde4/extragear/kgraphviewer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kgraphviewer/DETAILS b/kde4/extragear/kgraphviewer/DETAILS index 5dc8c74..05ef003 100644 --- a/kde4/extragear/kgraphviewer/DETAILS +++ b/kde4/extragear/kgraphviewer/DETAILS @@ -1,15 +1,15 @@ MODULE=kgraphviewer MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=2.0.2 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:fe6742b9a9835f52a07570f669025dbaa071de9b + SOURCE_VFY=sha1:4389c2bafac2fe61ff2c8daecb59df7e389dd103 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="a tool to display graphviz dot graphs " cat << EOF KGraphViewer is a tool to display graphviz .dot graphs. From stumbles at lunar-linux.org Wed Jun 3 21:52:34 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:52:34 -0400 Subject: [Lunar-commits] kiconedit: version bump Message-ID: <20090603195254.461DF9B20A@doppio.foo-projects.org> commit e8a6eed69b7b51cfef9fd36b600ada2e5fca9e02 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:52:34 2009 -0400 kiconedit: version bump --- kde4/extragear/kiconedit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kiconedit/DETAILS b/kde4/extragear/kiconedit/DETAILS index fd44b58..75af90a 100644 --- a/kde4/extragear/kiconedit/DETAILS +++ b/kde4/extragear/kiconedit/DETAILS @@ -1,14 +1,14 @@ MODULE=kiconedit MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:3954c7ef38d34d0e8a8a75d9373e944e38f51e7b + SOURCE_VFY=sha1:53d5de069be686783bbbafa15f2e77b421614463 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="Create icons for kde" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 21:59:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 15:59:45 -0400 Subject: [Lunar-commits] kio_gopher: version bump Message-ID: <20090603200341.F35A29B1B4@doppio.foo-projects.org> commit 4b0fda5978de3571200bed59fa64a20702258c48 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 15:59:45 2009 -0400 kio_gopher: version bump --- kde4/extragear/kio_gopher/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/extragear/kio_gopher/DETAILS b/kde4/extragear/kio_gopher/DETAILS index fe1a8a7..85d8235 100644 --- a/kde4/extragear/kio_gopher/DETAILS +++ b/kde4/extragear/kio_gopher/DETAILS @@ -1,15 +1,15 @@ MODULE=kio_gopher MAJOR=4.2 - VERSION=${MAJOR}.3 - SUB_VER=0.1.2 + VERSION=${MAJOR}.4 + SUB_VER=0.1.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:4112a276717b6265167cdba75d8100647571d310 + SOURCE_VFY=sha1:f4ee8ac08ece9eb13556a461ba4f21baeb7319ba MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080402 - UPDATED=20090506 + UPDATED=20090603 SHORT="Support for the gopher protocol" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 22:03:22 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 16:03:22 -0400 Subject: [Lunar-commits] kmldonkey4: version bump. Message-ID: <20090603200342.0C7009B1BB@doppio.foo-projects.org> commit 0db49d932c6057dfaefbb66bc1466bf0e3c1b63a Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 16:03:22 2009 -0400 kmldonkey4: version bump. --- kde4/extragear/kmldonkey4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kmldonkey4/DETAILS b/kde4/extragear/kmldonkey4/DETAILS index 6062fd9..76ed4a5 100644 --- a/kde4/extragear/kmldonkey4/DETAILS +++ b/kde4/extragear/kmldonkey4/DETAILS @@ -1,15 +1,15 @@ MODULE=kmldonkey4 MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=2.0.2 SOURCE=kmldonkey-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kmldonkey-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:f61d9484591195d4fdd610de3da5dc23106eb28d + SOURCE_VFY=sha1:b5de4b9f5c6196f8d75bcc75150fbefaacabfedc MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="MLDonkey frontend for the KDE desktop" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 22:10:05 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 16:10:05 -0400 Subject: [Lunar-commits] kpovmodeler: version bump Message-ID: <20090603201209.000689B1BB@doppio.foo-projects.org> commit 33681d9dd2f52a3038a25e322dbcc479f8de0baa Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 16:10:05 2009 -0400 kpovmodeler: version bump --- kde4/extragear/kpovmodeler/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kpovmodeler/DETAILS b/kde4/extragear/kpovmodeler/DETAILS index 3b09569..62ff6e4 100644 --- a/kde4/extragear/kpovmodeler/DETAILS +++ b/kde4/extragear/kpovmodeler/DETAILS @@ -1,15 +1,15 @@ MODULE=kpovmodeler MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=1.1.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:a3e37c9a475bc901bceb189ede899b4b67f48e67 + SOURCE_VFY=sha1:0ed2696b0e7276fde08d58a8b864625819837e55 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090506 + UPDATED=20090603 SHORT="Graphical editor for povray scenes" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 22:05:58 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 16:05:58 -0400 Subject: [Lunar-commits] kopete-cryptography: version bump Message-ID: <20090603201208.E6D6E9B1B4@doppio.foo-projects.org> commit 7b615c583294eb2f4c7dead1f407703b4cdc6f1e Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 16:05:58 2009 -0400 kopete-cryptography: version bump --- kde4/extragear/kopete-cryptography/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/kopete-cryptography/DETAILS b/kde4/extragear/kopete-cryptography/DETAILS index ff4c79d..93f8d34 100644 --- a/kde4/extragear/kopete-cryptography/DETAILS +++ b/kde4/extragear/kopete-cryptography/DETAILS @@ -1,15 +1,15 @@ MODULE=kopete-cryptography MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=1.3.0 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:ae15a598c95cb2b3aba0837a36094f4c1f7248ec + SOURCE_VFY=sha1:24fbd62b252bb2c4fb2f6d139860dabe1473f463 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080715 - UPDATED=20090506 + UPDATED=20090603 SHORT="Send and recieve encrypted and/or signed messages" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 22:11:51 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 16:11:51 -0400 Subject: [Lunar-commits] skanlite: version bump Message-ID: <20090603201209.178599B1FD@doppio.foo-projects.org> commit 5d2cee9480b7a30ce665e3729876424a5ef8afc9 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 16:11:51 2009 -0400 skanlite: version bump --- kde4/extragear/skanlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/skanlite/DETAILS b/kde4/extragear/skanlite/DETAILS index 21bd342..141fbee 100644 --- a/kde4/extragear/skanlite/DETAILS +++ b/kde4/extragear/skanlite/DETAILS @@ -1,15 +1,15 @@ MODULE=skanlite MAJOR=4.2 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SUB_VER=0.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:db3446e2efea776c97461073ad8b1abc7292c415 + SOURCE_VFY=sha1:528db418d53267c2d24786ca56db903a45e6de43 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080715 - UPDATED=20090506 + UPDATED=20090603 SHORT="Simple image scanning application" cat << EOF From stumbles at lunar-linux.org Wed Jun 3 23:50:17 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 17:50:17 -0400 Subject: [Lunar-commits] kmplayer4: version bump Message-ID: <20090603215207.549719B1BB@doppio.foo-projects.org> commit 0e583575c4de50175c4b78283d963be57cb88b1e Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 17:50:17 2009 -0400 kmplayer4: version bump --- kde4/apps/kmplayer4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/kmplayer4/DETAILS b/kde4/apps/kmplayer4/DETAILS index 82d7b44..c0d92d8 100644 --- a/kde4/apps/kmplayer4/DETAILS +++ b/kde4/apps/kmplayer4/DETAILS @@ -1,13 +1,13 @@ MODULE=kmplayer4 - VERSION=0.11.1 + VERSION=0.11.1a SOURCE=kmplayer-$VERSION.tar.bz2 SOURCE_URL=http://kmplayer.kde.org/pkgs/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/kmplayer-$VERSION - SOURCE_VFY=sha1:c773fd2f059aca4f624939b302c94c570201fade + SOURCE_VFY=sha1:b5c74326db56bd5529cbccdff808be1c94bb881a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/} WEB_SITE=http://kmplayer.kde.org ENTERED=20081125 - UPDATED=20090512 + UPDATED=20090603 SHORT="MPlayer frontend for KDE 4.x" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 02:21:02 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 20:21:02 -0400 Subject: [Lunar-commits] amarok4: version bump, and it requires qtscriptgenerator. Message-ID: <20090604002138.637739B1B4@doppio.foo-projects.org> commit c403f5683795be8bd6b174b3b99098a3f91fa9ec Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 20:21:02 2009 -0400 amarok4: version bump, and it requires qtscriptgenerator. --- kde4/apps/amarok4/DEPENDS | 3 ++- kde4/apps/amarok4/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kde4/apps/amarok4/DEPENDS b/kde4/apps/amarok4/DEPENDS index bce9cd8..1292dea 100644 --- a/kde4/apps/amarok4/DEPENDS +++ b/kde4/apps/amarok4/DEPENDS @@ -1,5 +1,6 @@ +depends qtscriptgenerator depends kdelibs4 -depends taglib +depends taglib-extras depends mysql optional_depends libmtp "" "" "for Media Transfer Protocol support" diff --git a/kde4/apps/amarok4/DETAILS b/kde4/apps/amarok4/DETAILS index 9fcee94..122cd26 100644 --- a/kde4/apps/amarok4/DETAILS +++ b/kde4/apps/amarok4/DETAILS @@ -1,13 +1,13 @@ MODULE=amarok4 - VERSION=2.0.2 + VERSION=2.1 SOURCE=amarok-${VERSION}.tar.bz2 SOURCE_URL=$KDE_URL/stable/amarok/$VERSION/src SOURCE_DIRECTORY=$BUILD_DIRECTORY/amarok-$VERSION - SOURCE_VFY=sha1:13bb7c71b27e88cad728f63c624af90111daeb5c + SOURCE_VFY=sha1:ce6635e4e388de4ebf3ffe9971826c2c9da95acf MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://amarok.kde.org/ ENTERED=20080414 - UPDATED=20090315 + UPDATED=20090603 SHORT="KDE-based audio player" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 03:27:34 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 21:27:34 -0400 Subject: [Lunar-commits] PolicyKit-kde: a new module. Message-ID: <20090604012809.AEADC9B1B4@doppio.foo-projects.org> commit a16386a22f98c9be30331938bb02521e17b896dd Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 21:27:34 2009 -0400 PolicyKit-kde: a new module. --- kde4/apps/PolicyKit-kde/BUILD | 18 ++++++++++++++++++ kde4/apps/PolicyKit-kde/DEPENDS | 2 ++ kde4/apps/PolicyKit-kde/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 0 deletions(-) diff --git a/kde4/apps/PolicyKit-kde/BUILD b/kde4/apps/PolicyKit-kde/BUILD new file mode 100644 index 0000000..f6c697a --- /dev/null +++ b/kde4/apps/PolicyKit-kde/BUILD @@ -0,0 +1,18 @@ +( + + export CFLAGS="$CFLAGS -fPIC" + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/PolicyKit-kde/DEPENDS b/kde4/apps/PolicyKit-kde/DEPENDS new file mode 100644 index 0000000..c2fdf30 --- /dev/null +++ b/kde4/apps/PolicyKit-kde/DEPENDS @@ -0,0 +1,2 @@ +depends PolicyKit +depends kdebase4-workspace diff --git a/kde4/apps/PolicyKit-kde/DETAILS b/kde4/apps/PolicyKit-kde/DETAILS new file mode 100644 index 0000000..a4bd86b --- /dev/null +++ b/kde4/apps/PolicyKit-kde/DETAILS @@ -0,0 +1,20 @@ + MODULE=PolicyKit-kde + VERSION=0.9.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin + SOURCE_VFY=sha1:b635a08a744d1666ea0676d4977dc8317c1043b0 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20090603 + UPDATED=20090603 + SHORT="implementation of PolicyKit tool with the look and feel of KDE" +cat << EOF +PolicyKit allows easy and secure password management, it can be used by +applications to ask their users for a password. Each application defines a set +of actions that can be executed by their program. + +The application will call PolicyKit to see if the user can perform a given +action, if not, the application can issue the auth dialog where the user +can enter his/her password, root password, the password of a given group +of users or even swipe the finger. +EOF From stumbles at lunar-linux.org Thu Jun 4 04:02:09 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 22:02:09 -0400 Subject: [Lunar-commits] extragear/PolicyKit-kde: forgot this was here, removing it as a dup. Message-ID: <20090604020312.803339B1B4@doppio.foo-projects.org> commit aa5611d887699990f89bd177072323048f9cec48 Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 22:02:09 2009 -0400 extragear/PolicyKit-kde: forgot this was here, removing it as a dup. --- kde4/extragear/PolicyKit-kde/BUILD | 16 ---------------- kde4/extragear/PolicyKit-kde/DEPENDS | 2 -- kde4/extragear/PolicyKit-kde/DETAILS | 15 --------------- 3 files changed, 0 insertions(+), 33 deletions(-) diff --git a/kde4/extragear/PolicyKit-kde/BUILD b/kde4/extragear/PolicyKit-kde/BUILD deleted file mode 100644 index aacc1e3..0000000 --- a/kde4/extragear/PolicyKit-kde/BUILD +++ /dev/null @@ -1,16 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/extragear/PolicyKit-kde/DEPENDS b/kde4/extragear/PolicyKit-kde/DEPENDS deleted file mode 100644 index 06611a9..0000000 --- a/kde4/extragear/PolicyKit-kde/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends PolicyKit -depends kdebase4 diff --git a/kde4/extragear/PolicyKit-kde/DETAILS b/kde4/extragear/PolicyKit-kde/DETAILS deleted file mode 100644 index 73c0da6..0000000 --- a/kde4/extragear/PolicyKit-kde/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=PolicyKit-kde - MAJOR=4.2 - VERSION=${MAJOR}.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:397ef821398095c273065889a6d612bddc5e733b - WEB_SITE=http://www.kde.org - ENTERED=20090128 - UPDATED=20090128 - SHORT="PolicyKit integration for the KDE desktop" - -cat << EOF -PolicyKit integration for the KDE desktop. -EOF From stumbles at lunar-linux.org Thu Jun 4 04:10:41 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 22:10:41 -0400 Subject: [Lunar-commits] libmsn: version bump Message-ID: <20090604021054.DFD639B1B4@doppio.foo-projects.org> commit e35ec824fd58cf39bdf1855efdf4e771ed8b650e Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 22:10:41 2009 -0400 libmsn: version bump --- zbeta/libmsn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/libmsn/DETAILS b/zbeta/libmsn/DETAILS index 1f672aa..c27ff61 100644 --- a/zbeta/libmsn/DETAILS +++ b/zbeta/libmsn/DETAILS @@ -1,12 +1,12 @@ MODULE=libmsn - VERSION=4.0-beta4 + VERSION=4.0-beta5 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1-$VERSION SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:d58151c79bf62ce541811c04c26a6aadb56b5519 + SOURCE_VFY=sha1:ff588123f2863d2c6724b85d068c7591ca0a5c7a WEB_SITE=http://sourceforge.net/projects/libmsn/ ENTERED=20090226 - UPDATED=20090226 + UPDATED=20090603 SHORT="library for connecting to Microsoft's MSN" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 04:21:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 3 Jun 2009 22:21:45 -0400 Subject: [Lunar-commits] aircrack-ng: version bump Message-ID: <20090604022201.7AD2F9B1B4@doppio.foo-projects.org> commit 81a20510b83bbdf9fcf5ee0bdd468e872580a51c Author: Dennis 'stumbles' Veatch Date: Wed Jun 3 22:21:45 2009 -0400 aircrack-ng: version bump --- wifi/aircrack-ng/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wifi/aircrack-ng/DETAILS b/wifi/aircrack-ng/DETAILS index 8fa0876..fbc64b5 100644 --- a/wifi/aircrack-ng/DETAILS +++ b/wifi/aircrack-ng/DETAILS @@ -1,14 +1,14 @@ MODULE=aircrack-ng - VERSION=1.0-rc1 + VERSION=1.0-rc3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.aircrack-ng.org - SOURCE_VFY=sha1:e17606ae47b4baa2c1d5751d117ebe11924cba29 + SOURCE_VFY=sha1:2697b6cea586d7501180e3bec1e13f1bcb4f90d8 WEB_SITE=http://www.aircrack-ng.org ENTERED=20070726 - UPDATED=20081216 + UPDATED=20090603 SHORT="WLAN tool for cracking WEP and WPA keys" -cat < postfix: version bumped to 2.6.2. Message-ID: <20090604035523.7A90D9B1B4@doppio.foo-projects.org> commit c9dcfb0df78670143406b305331b1b2c47194932 Author: Florin Braescu Date: Thu Jun 4 06:51:05 2009 +0300 postfix: version bumped to 2.6.2. Bugfixes and improvements. --- mail/postfix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS index 4ba63c7..fc6a005 100644 --- a/mail/postfix/DETAILS +++ b/mail/postfix/DETAILS @@ -1,11 +1,11 @@ MODULE=postfix - VERSION=2.6.1 + VERSION=2.6.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official - SOURCE_VFY=sha1:0d072c80a3e7b4b228ae45cbf0adbe3f945a7767 + SOURCE_VFY=sha1:a3b349df60bca947f3b94ff484b699d176777b4a WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20090520 + UPDATED=20090604 SHORT="MTA" cat << EOF From florin at lunar-linux.org Thu Jun 4 10:22:10 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 4 Jun 2009 11:22:10 +0300 Subject: [Lunar-commits] enlightenment: version bumped to .0.0. Message-ID: <20090604082359.928BAF4224@doppio.foo-projects.org> commit 18ee54f5e70b02880c771ad0aaff2e666b01f13c Author: Florin Braescu Date: Thu Jun 4 11:22:10 2009 +0300 enlightenment: version bumped to .0.0. Bugfixes and enhacements. --- x11-wm/enlightenment/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/enlightenment/DETAILS b/x11-wm/enlightenment/DETAILS index 4a4c58c..e012907 100644 --- a/x11-wm/enlightenment/DETAILS +++ b/x11-wm/enlightenment/DETAILS @@ -1,12 +1,12 @@ MODULE=enlightenment - VERSION=0.16.8.15 + VERSION=1.0.0 SOURCE=e16-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/e16-$VERSION SOURCE_URL=$SFORGE_URL/enlightenment - SOURCE_VFY=sha1:4bcd91edde5b9ab2486af0814de8d3592f669d70 + SOURCE_VFY=sha1:42870a3875f5d13f35ab47f3ee116da00862976c WEB_SITE=http://www.enlightenment.org ENTERED=20010922 - UPDATED=20090103 + UPDATED=20090604 SHORT="A themeable, fast, flexible X11 window manager" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 14:05:26 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 4 Jun 2009 08:05:26 -0400 Subject: [Lunar-commits] avogadro: version bump Message-ID: <20090604120549.A5D509B1BB@doppio.foo-projects.org> commit 779463df4bfa22b0e541d394137e41361f0bb3b0 Author: Dennis 'stumbles' Veatch Date: Thu Jun 4 08:05:26 2009 -0400 avogadro: version bump --- science/avogadro/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/avogadro/DETAILS b/science/avogadro/DETAILS index 18e6fd3..8f73294 100644 --- a/science/avogadro/DETAILS +++ b/science/avogadro/DETAILS @@ -1,12 +1,12 @@ MODULE=avogadro - VERSION=0.9.4 + VERSION=0.9.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:7fbe1d46d231ac04a7a1725a9eb584c653ed2c3c + SOURCE_VFY=sha1:5218206f37d546b01ba13a36166e9896830df9ec MODULE_PREFIX=${AVO_INSTALL_DIR:-/opt/lunar/avogadro} WEB_SITE=http://avogadro.openmolecules.net/wiki/Main_Page ENTERED=20090411 - UPDATED=20090516 + UPDATED=20090604 SHORT="an advanced molecular editor" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 14:14:14 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 4 Jun 2009 08:14:14 -0400 Subject: [Lunar-commits] k9copy2: version bump Message-ID: <20090604121427.AF4659B1BB@doppio.foo-projects.org> commit ba113c656f0a58e05d41f201929291aedca66251 Author: Dennis 'stumbles' Veatch Date: Thu Jun 4 08:14:14 2009 -0400 k9copy2: version bump --- kde4/utils/k9copy2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/k9copy2/DETAILS b/kde4/utils/k9copy2/DETAILS index 4bfe2b6..b36baff 100644 --- a/kde4/utils/k9copy2/DETAILS +++ b/kde4/utils/k9copy2/DETAILS @@ -1,13 +1,13 @@ MODULE=k9copy2 - VERSION=2.3.1-Source + VERSION=2.3.2-Source SOURCE=k9copy-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/k9copy/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/k9copy-$VERSION - SOURCE_VFY=sha1:70c6bab324024d0c9c575b8a00006724a9429d98 + SOURCE_VFY=sha1:f39585a4ec7d4a34c6ce8b4e1c058774975c4abe MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://k9copy.sourceforge.net/ ENTERED=20080325 - UPDATED=20090421 + UPDATED=20090604 SHORT="KDE4 utility which allows the copy of DVD" cat << EOF From stumbles at lunar-linux.org Thu Jun 4 14:17:19 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 4 Jun 2009 08:17:19 -0400 Subject: [Lunar-commits] digikam4: just a WEB_SITE tweak Message-ID: <20090604121737.9666E9B1BB@doppio.foo-projects.org> commit e1d186bd887023309390b0915c3a188ec3974fb2 Author: Dennis 'stumbles' Veatch Date: Thu Jun 4 08:17:19 2009 -0400 digikam4: just a WEB_SITE tweak --- kde4/apps/digikam4/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/apps/digikam4/DETAILS b/kde4/apps/digikam4/DETAILS index b9a6a22..bde7e09 100644 --- a/kde4/apps/digikam4/DETAILS +++ b/kde4/apps/digikam4/DETAILS @@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/digikam-$VERSION SOURCE_URL=$SFORGE_URL/digikam/ SOURCE_VFY=sha1:71449a6b1d4d7e889b45dc238957ff423c73b8fe MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://www.kde.org + WEB_SITE=http://www.digikam.org/ ENTERED=20090318 UPDATED=20090318 SHORT="kde4 version of digikam" From stumbles at lunar-linux.org Thu Jun 4 14:20:52 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 4 Jun 2009 08:20:52 -0400 Subject: [Lunar-commits] frescobaldi: version bump Message-ID: <20090604122107.59C179B1BB@doppio.foo-projects.org> commit 755d358daf0e221b6abfee0f6061edf0dfe1f65d Author: Dennis 'stumbles' Veatch Date: Thu Jun 4 08:20:52 2009 -0400 frescobaldi: version bump --- kde4/apps/frescobaldi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/frescobaldi/DETAILS b/kde4/apps/frescobaldi/DETAILS index 99e1dfe..40b2ed5 100644 --- a/kde4/apps/frescobaldi/DETAILS +++ b/kde4/apps/frescobaldi/DETAILS @@ -1,12 +1,12 @@ MODULE=frescobaldi - VERSION=0.7.8 + VERSION=0.7.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://lilykde.googlecode.com/files/ - SOURCE_VFY=sha1:46ec22c799f2fd0be116c4c012fef47133d46f34 + SOURCE_VFY=sha1:a92b507333164b5877aa8974e6bd6c3816596327 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.frescobaldi.org/ ENTERED=20090307 - UPDATED=20090320 + UPDATED=20090604 SHORT="LilyPond sheet music editor" cat << EOF Frescobaldi is a LilyPond sheet music editor for KDE4. It aims to be powerful, From florin at lunar-linux.org Thu Jun 4 18:33:41 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 4 Jun 2009 19:33:41 +0300 Subject: [Lunar-commits] lyx: version bumped to 1.6.3. Message-ID: <20090604164202.DE5369B1B4@doppio.foo-projects.org> commit 6ec00c071e046830db2edc8e829aa221ef78be96 Author: Florin Braescu Date: Thu Jun 4 19:33:41 2009 +0300 lyx: version bumped to 1.6.3. Maintenance release. --- qt4-apps/lyx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/lyx/DETAILS b/qt4-apps/lyx/DETAILS index 56dbd81..8558dbf 100644 --- a/qt4-apps/lyx/DETAILS +++ b/qt4-apps/lyx/DETAILS @@ -1,14 +1,14 @@ MODULE=lyx - VERSION=1.6.2 + VERSION=1.6.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable/1.6.x - SOURCE_VFY=sha1:d5aee8dbc80df69d5cf0ca4d2dcb9aa5b1df3b16 + SOURCE_VFY=sha1:0b0837e417ff347893439cbff03344ec7623d0f0 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.lyx.org MAINTAINER=jannis at lunar-linux.org ENTERED=20020904 - UPDATED=20090316 + UPDATED=20090604 SHORT="A GUI LaTeX editor" cat << EOF From florin at lunar-linux.org Fri Jun 5 05:47:49 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 5 Jun 2009 06:47:49 +0300 Subject: [Lunar-commits] libpng: version bumped to 1.2.37. Message-ID: <20090605034842.1685A9B1B4@doppio.foo-projects.org> commit 969f2cea90930c277f122bd5b0dc7e13f02dfca5 Author: Florin Braescu Date: Fri Jun 5 06:47:49 2009 +0300 libpng: version bumped to 1.2.37. Bugfixes. --- graphics/libpng/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS index eb3f507..5d77d02 100644 --- a/graphics/libpng/DETAILS +++ b/graphics/libpng/DETAILS @@ -1,11 +1,11 @@ MODULE=libpng - VERSION=1.2.36 + VERSION=1.2.37 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:76723755a1fe95b6a955ac65b25f17d3204782d5 + SOURCE_VFY=sha1:4e2a967a24db88e9a2f6a8bab3fa1fd94bc68c00 WEB_SITE=http://www.libpng.org/pub/png/libpng.html ENTERED=20010922 - UPDATED=20090509 + UPDATED=20090605 SHORT="Library that supports the PNG graphics format" cat << EOF From florin at lunar-linux.org Fri Jun 5 14:32:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 5 Jun 2009 15:32:24 +0300 Subject: [Lunar-commits] dnsmasq: version bumped to 2.48. Message-ID: <20090605123307.4D5E5F3A93@doppio.foo-projects.org> commit 02726be3afe5d6ce6043fe9267b90e97fa97a2b6 Author: Florin Braescu Date: Fri Jun 5 15:32:24 2009 +0300 dnsmasq: version bumped to 2.48. The main addition in this release is additional support for the PXE protocol. Dnsmasq can now send boot menus to a PXE client and act as a fully-fledged PXE boot sever. There are also logging improvements and some minor bugfxes. --- net/dnsmasq/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS index e42026b..6f691e4 100644 --- a/net/dnsmasq/DETAILS +++ b/net/dnsmasq/DETAILS @@ -1,11 +1,11 @@ MODULE=dnsmasq - VERSION=2.47 + VERSION=2.48 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.thekelleys.org.uk/$MODULE - SOURCE_VFY=sha1:a01ae622410636c5cdad9b789e69fb4bbc3a5d6a + SOURCE_VFY=sha1:2d3e3bd46c328b39ff835c1041dbab23387a4978 WEB_SITE=http://www.thekelleys.org.uk ENTERED=20070205 - UPDATED=20090504 + UPDATED=20090605 SHORT="Easy to configure DNS forwarder and DHCP server" cat << EOF From tchan at lunar-linux.org Fri Jun 5 20:08:22 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 5 Jun 2009 13:08:22 -0500 Subject: [Lunar-commits] git: Version bump to 1.6.3.2 Message-ID: <20090605180829.33BE79B1BE@doppio.foo-projects.org> commit 709cc8fe293c50f1abff2ba84ce395495955d8f5 Author: Terry Chan Date: Fri Jun 5 13:08:22 2009 -0500 git: Version bump to 1.6.3.2 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 219d00e..79450c0 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.3.1 + VERSION=1.6.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:1b6f6da17663b1031c723e516789aa9310f3ac71 - SOURCE2_VFY=sha1:e4dd5f5a08d5a9b09cfcd2ba62f3ce7f77479afc + SOURCE_VFY=sha1:7e32fe5a117959d9aa112c67b258c54d37320349 + SOURCE2_VFY=sha1:11d107e4639318a948137faa88ad291b12b9515a SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com/ ENTERED=20050707 - UPDATED=20090514 + UPDATED=20090605 SHORT="Fast version control system" PSAFE=no From zbiggy at lunar-linux.org Sat Jun 6 02:08:28 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 6 Jun 2009 02:08:28 +0200 Subject: [Lunar-commits] sun-jdk: updated to 1.6.0_14 Message-ID: <20090606000855.61A5E9B1BE@doppio.foo-projects.org> commit 92581c99211c44c3141dfb64b350eff85bb11ea9 Author: Zbigniew Luszpinski Date: Sat Jun 6 02:08:28 2009 +0200 sun-jdk: updated to 1.6.0_14 --- compilers/sun-jdk/DETAILS | 6 +++--- compilers/sun-jdk/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compilers/sun-jdk/DETAILS b/compilers/sun-jdk/DETAILS index 72f2d80..b82c6b1 100644 --- a/compilers/sun-jdk/DETAILS +++ b/compilers/sun-jdk/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u13 + VERSION=6u14 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-i586.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:ef9177f519ad03669921876fd711c1c02f306abf + SOURCE_VFY=sha1:ce7fcdeb9275820b98a54ecf7a44ed30557b8233 WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090327 + UPDATED=20090606 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jdk/DETAILS.x86_64 b/compilers/sun-jdk/DETAILS.x86_64 index 69f1fc8..2811ba9 100644 --- a/compilers/sun-jdk/DETAILS.x86_64 +++ b/compilers/sun-jdk/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u13 + VERSION=6u14 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-amd64.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:70b412a12037e3a9033503a566585d08418f029c + SOURCE_VFY=sha1:3ffc80f7a194bc29792dbdfc9b7c395bf82cf346 WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090327 + UPDATED=20090606 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From florin at lunar-linux.org Sat Jun 6 10:53:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Jun 2009 11:53:07 +0300 Subject: [Lunar-commits] sip: version bumped to 4.8. Message-ID: <20090606085452.502809B1B3@doppio.foo-projects.org> commit 79e7e715868c1f938b256604ad7f11ae5427bd93 Author: Florin Braescu Date: Sat Jun 6 11:53:07 2009 +0300 sip: version bumped to 4.8. This release adds support for Python v3. It adds support for different super-types and meta-types of wrapped objects. The documentation is now generated by Sphinx. --- python/sip/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/sip/DETAILS b/python/sip/DETAILS index d3103e9..02427dc 100644 --- a/python/sip/DETAILS +++ b/python/sip/DETAILS @@ -1,11 +1,11 @@ MODULE=sip - VERSION=4.7.9 + VERSION=4.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/sip4 - SOURCE_VFY=sha1:a8eabe3890a1fc42ec77ac82fa41344ad23abe09 + SOURCE_VFY=sha1:ec2273eceb1a8cbcbc70983529ac440000aa22c7 WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro ENTERED=20020520 - UPDATED=20081118 + UPDATED=20090606 SHORT="Create Python bindings for C++ libraries" cat << EOF From florin at lunar-linux.org Sat Jun 6 10:55:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Jun 2009 11:55:36 +0300 Subject: [Lunar-commits] PyQt: version bumped to 3.18. Message-ID: <20090606085620.B54959B1B3@doppio.foo-projects.org> commit af565ef6512aa9c6fd72d97dd6c9ad27c80f8af9 Author: Florin Braescu Date: Sat Jun 6 11:55:36 2009 +0300 PyQt: version bumped to 3.18. A maintenance release for compatibility with SIP v4.8. --- python/PyQt/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/PyQt/DETAILS b/python/PyQt/DETAILS index 235139f..a5503ff 100644 --- a/python/PyQt/DETAILS +++ b/python/PyQt/DETAILS @@ -1,13 +1,13 @@ MODULE=PyQt EXTRA=x11-gpl - VERSION=3.17.6 + VERSION=3.18 SOURCE=$MODULE-$EXTRA-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$EXTRA-$VERSION SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/PyQt3 - SOURCE_VFY=sha1:68a6bbc0a8211a763165f2a4e8c79d9a3262a8d2 + SOURCE_VFY=sha1:3460c54fa1baaf414aae64a47fe56bae45bda015 WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php ENTERED=20020520 - UPDATED=20081118 + UPDATED=20090606 SHORT="A set of Python bindings for the Qt toolkit" cat << EOF From ratler at lunar-linux.org Sat Jun 6 11:55:31 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 6 Jun 2009 11:55:31 +0200 Subject: [Lunar-commits] Removing ChangeLog file Message-ID: <20090606095722.7AB189B1F0@doppio.foo-projects.org> commit 39539b92c44153c569eeeb56e4f0bf81492b7eee Author: Stefan Wold Date: Sat Jun 6 11:55:31 2009 +0200 Removing ChangeLog file --- ChangeLog | 7945 ------------------------------------------------------------- 1 files changed, 0 insertions(+), 7945 deletions(-) diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 1831e27..0000000 --- a/ChangeLog +++ /dev/null @@ -1,7945 +0,0 @@ -2007-01-06 02:07 sofar - - * lunar/trunk/bin/lvu: whitespace - -2006-12-22 22:28 v3rt1g0 - - * lunar/trunk/var/lib/lunar/functions/check.lunar: * I didn't feel - that lunar _nofix_ should run though the list of modules twice. - First to get the list of broken and second time, to do all the - work again, but just on the broken ones. So I relocated the - conditional that checked for NOFIX from inside the fix loop to - outside the loop all together * I also changed it so that the - final "log" that gets printed out differentiates between 'fix' and - 'nofix' * In the svn diff, it looks like a lot changed, but that's - only because I had to indent things one level deeper to be - consistent in format, the changes were actually really small. - -2006-12-06 16:56 sofar - - * lunar/trunk/var/lib/lunar/functions/aliases.lunar: Allow the user - to press [ENTER] when provided with aliases, which will - automatically pick alias #1, and we'll order the moonbase/aliases - such that those provide the recommended order. - -2006-12-02 05:39 sofar - - * lunar/trunk/bin/lvu: remove trailing whitespace and have lvu alien - throw it's first three messages tooooo stderr instead of stdout - -2006-12-02 05:39 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: allow - DETAILS.x86_64, but broken for using lin -w on DETAILS for other - archs. Hey, it fixes a big problem ;) - -2006-12-01 17:30 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: Add some color - to the dependency checker, remove double space, colorize modules - in one color only - -2006-11-10 15:45 sofar - - * lunar/trunk/var/lib/lunar/protected: add more to protected - -2006-11-08 22:54 sofar - - * lunar/trunk/var/lib/lunar/protected: More havoc during upgrades. - -2006-11-05 22:10 sofar - - * lunar/trunk/var/lib/lunar/functions/tracking.lunar: Lurch knows - best. - -2006-11-05 21:50 sofar - - * lunar/trunk/var/lib/lunar/functions/tracking.lunar: Make sure we - split by lines here - fixes md5sum creation for filenames with - spaces. - -2006-11-05 21:38 sofar - - * lunar/trunk/var/lib/lunar/functions/messages.lunar: Fix alias code - bug when VERBOSE=on. Minor cleanups and speedups. - -2006-11-01 23:23 sofar - - * lunar/trunk/var/lib/lunar/functions/useradd.lunar: Adding - add_priv_group $GROUP subfunction to allow creation of a group - only - -2006-11-01 02:51 sofar - - * lunar/trunk/var/lib/lunar/functions/moonbase.lunar, - lunar/trunk/var/lib/lunar/functions/plugins.lunar, - lunar/trunk/var/lib/lunar/functions/tracking.lunar: Speed - improvements suggested by Lurch: shaves down a `lin moonbase` from - 39s to 9s. - -2006-10-31 17:33 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: depends cache - speedup: before 5.2s, after 0.8s (warm cache). Lurch: ty :) - -2006-10-31 15:46 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: Wheps. - -2006-10-27 17:26 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: [FIX] make sure - alias doesn't loop find_depends was using a stdin | read loop - which breaks anything in that context that might read from user - input. We take a small performance hit by not using the smart awk - call but instead split up the STATE lookup which is not executed - for each round. All in all this should perform the same as the old - code. some small whitespace fixes here too. - -2006-10-26 16:16 sofar - - * lunar/trunk/var/lib/lunar/functions/aliases.lunar: [PATCH] new - alias code This new alias algorithm stores the users' choice when - asked for %X as LUNAR_ALIAS_X in the local config. This speeds up - lookups later and eliminates the need to detect aliases on the - fly. We can delete all the detection code and the user will only - once ever get asked. unsetting an alias choice is as easy as - `lunar unset LUANR_ALIAS_X` - -2006-10-26 15:17 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: allow modules to - tag themselves as PROFILE=yes modules skipping warnings when it - does not install files - -2006-10-13 14:35 elangelo - - * lunar/trunk/etc/lunar/config, lunar/trunk/etc/lunar/mirrors/XORG, - lunar/trunk/var/lib/lunar/menu/mirrors.menu, - lunar/trunk/var/lib/lunar/unset.sh: adding XORG_URL to - lunar/theedge gr,S. - -2006-09-29 14:56 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: moo - -2006-09-23 17:37 sofar - - * lunar/trunk/var/lib/lunar/plugins/download-generic.plugin: Allow - https:// urls to bypass certificate check, clean up the code a - bit. - -2006-09-21 03:33 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: helper function - strips off .tar.bz2 or .tar.gz - -2006-07-15 20:51 sofar - - * lunar/trunk/var/lib/lunar/plugins/initd.plugin: Allow SA to skip - restarting of services with `lunar set LUNAR_RESTART_SERVICES off` - -2006-07-15 19:24 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Updated - find_section, we were not scanning zlocal if - ZLOCAL_OVERRIDES==off. bug #120. - -2006-07-15 17:55 sofar - - * lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin: - gather_docs fix - only the PLUGIN needs to de/in-voke - installwatch. the plain 'gather_docs' command can skip calling it. - This fixes reports of alienated files that were installed from - BUILD after a call to `gather_docs`. - -2006-06-19 14:55 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Fix cvs - downloading by not appending '/'. - -2006-05-31 15:39 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Fixing up some - semi-broken core functions to spot sections and modules properly - inside zlocal/... - -2006-05-27 16:34 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: "xenos" - found this one and repro'd it in a way that it was easily found. - good work. - -2006-05-11 15:28 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Explicitly set - PKG_CONFIG_PATH and PATH for non-standard build locations. Makes - setting PKT_CONFIG_PATH in BUILD obsolete. - -2006-05-10 22:26 sofar - - * lunar/trunk/bin/lvu: Must have fixed this 3x already and never got - it right - this finally fixes lvu diff the proper way. - -2006-05-08 16:08 sofar - - * lunar/trunk/bin/lvu: fix lvu stree on zlocal modules - -2006-04-24 04:20 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Fix for #86 - - do not store zlocal modules in the module.index file. this will - cause zlocal modules not to show up in tabcompletion but closes - some nuisances with double returns from find_section($MODULE). - -2006-04-19 17:30 moe - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Fixes a bug - that made verbose_msg show a invalid download url. Had no effect - on the real download process though. - -2006-04-17 17:07 moe - - * lunar/trunk/etc/lunar/mirrors/GNU: Fix wrong urls. They brake - lget. - -2006-04-09 19:01 sofar - - * lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/plugins/check-ldd.plugin: fix ldd-check - by making the run_details only used inside run_checks() - all - other code can now not be contaminated with polluted vars. - -2006-03-30 04:38 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Remember where - the cursor was in this menu - makes it less clunky navigating. - -2006-03-29 02:29 sofar - - * lunar/trunk/sbin/lrm: As noted by tchan, POST_REMOVE needs to be - run AFTER a module has been succesfully removed. This means that - administrativa must have finished. BUGFIX #75. - -2006-03-29 02:13 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Bugfix for #74 - - remove any double backslash at the end of an URL before - continuing. - -2006-03-27 17:32 sofar - - * lunar/trunk/var/lib/lunar/functions/main.lunar: BUGFIX: run_fix - was never called before a rebuild - -2006-03-27 01:11 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: whitespace and - debugging output fixes - -2006-03-22 19:12 sofar - - * lunar/trunk/ChangeLog: Updated. - -2006-03-22 17:44 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld: New wrappers. Neutered - from COPTS CCOPTS CFLAGS and CXXFLAGS. - -2006-03-22 17:27 sofar - - * lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin: - BUGFIX: wrappers were always enabled basically - ovverriding it - globally or from DETAILS never worked. - -2006-03-21 19:10 sofar - - * lunar/trunk/bin/lvu, lunar/trunk/etc/lunar/config, - lunar/trunk/sbin/lunar, - lunar/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html, - lunar/trunk/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/init.lunar, - lunar/trunk/var/lib/lunar/functions/messages.lunar, - lunar/trunk/var/lib/lunar/functions/misc.lunar, - lunar/trunk/var/lib/lunar/functions/modules.lunar, - lunar/trunk/var/lib/lunar/functions/sources.lunar, - lunar/trunk/var/lib/lunar/menu/dmodule.menu, - lunar/trunk/var/lib/lunar/menu/download.menu, - lunar/trunk/var/lib/lunar/plugins/download-generic.plugin, - lunar/trunk/var/lib/lunar/unset.sh: Do not use := but preferably - :- since it is safer (doesn't modify the defaulted var). Also wipe - GCCWRAPPERS from all references. - -2006-03-21 16:06 sofar - - * lunar/trunk/var/lib/lunar/compilers/ld: Reverting this since it - breaks a tonload of compiles (and generally makes people unhappy). - -2006-03-17 04:30 sofar - - * lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make: Most needed fix - add "" - around $@ in the wrappers. - -2006-03-14 05:20 sofar - - * lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin: label - change to make this intuitive. - -2006-03-14 05:15 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make: Force CFLAGS, CXXFLAGS - when calling cc/c++. Force LDFLAGS (with -Wl, part stripped) when - calling ld. This works and should strip more programs, compile - more with chosen optimizations. You may notice some flags passed - twice to programs, but I consider this cosmetic and not harmful. - -2006-03-08 06:23 sofar - - * lunar/trunk/var/lib/lunar/protected: indeed, typo - -2006-03-08 06:11 sofar - - * lunar/trunk/var/lib/lunar/protected: Just making really sure that - 'basename' and 'cut' don't get deleted. - -2006-03-08 05:44 ratler - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make, - lunar/trunk/var/lib/lunar/functions/plugins.lunar: This fixes bug - http://bugs.lunar-linux.org/view.php?id=71 In short during prepare - install stage of coreutils, plugin and wrappers expected to find - cut and basename which are part of coreutils. Those tools have - been replaced with bash equivalent code. - -2006-03-06 05:38 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: Making this - algorithm a bit more agressive - compress all xxx.n files with - gzip. - -2006-03-05 21:42 sofar - - * lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/updatelog.lunar: Allow 'lunar - fix' to display a report whether fixes were succesfull or not. - -2006-03-05 20:05 sofar - - * lunar/trunk/etc/lunar/mirrors/LRESORT: bugfix: someone nuked - spaces/tabs - also added be and fr-de. - -2006-03-05 06:58 sofar - - * lunar/trunk/bin/lvu: Add a compile time calculator to 'lvu info' - - it will use TimeDate - and display that this perl module is - missing. - -2006-03-03 18:00 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: cosmetic - add - source file to verbose_msg - -2006-03-02 22:12 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make: New wrappers: these - actually do some smart tinkering and call the non-wrapped version - of $0 properly, preventing loops. Tested with e2fsprogs which - showed the problem in the first place. - -2006-03-01 21:13 sofar - - * lunar/trunk/sbin/lin: Reworked this a bit: give it some color, - stderr loggin too, and readable now as well. - -2006-03-01 21:12 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: exiled - modules were able to be installed. - -2006-03-01 17:12 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make: Updated compiler - wrappers: * always use COMPILER_PATH if possible, then use - /usr/bin * use $CC $CXX $LD $MAKE is available, otherwise 'cc' and - 'c++' * optimize for speed a bit by using [[ ]] - -2006-03-01 16:03 sofar - - * lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin: No, we - cannot set COMPILER_PATH here because the compiler plugin might - finish after this plugin, thus it won't work. - -2006-03-01 16:00 sofar - - * lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin: * - enable USE_WRAPPERS to be overridden by the user (`lunar set - USE_WRAPPERS no`) * insert COMPILER_PATH env into PATH - -2006-03-01 08:23 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Properly set - BUILD - x86/x86_64 are easy. We also cast the $(uname -m) to - lowercase as it should be, and append -gnu as well (making - "sparc64-linux-gnu"). I'm contemplating making the BUILD variable - read-only as you cannot really change it, just like you cannot - change the PLATFORM. `arch` will always say i686 too even if you - are `i386` optimized completely. Keeping this scheme will simplify - things for the plugins. - -2006-03-01 07:13 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar, - lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/depends.lunar, - lunar/trunk/var/lib/lunar/functions/modules.lunar: Adding a - 'has_module_file' wrapper before 'run_module_file' - rewriting - run_module_file - this way a module can have a BUILD.x86_64 - WITHOUT a BUILD. Only thing that is still required is a "DETAILS" - file. - -2006-03-01 06:44 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: Add wrapper - support back, some minor important optimizations. - -2006-03-01 06:28 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Add - 'bad_flags' back for backward compatibility - this really should - be retired in favour for a complete disabling call of all - optimizations. - -2006-03-01 01:16 sofar - - * lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin: Adding - the optimization wrappers in here as a default-present system - wrapper. This is needed to make wrappers work again with the - latest changes. - -2006-03-01 00:18 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Always set - $PLATFORM and $BUILD according to the system (this is done BEFORE - local config - so you can override them with `lunar set BUILD` - etc.). Also allow the menu to be empty (i.e. no plugins - installed). - -2006-02-28 06:08 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: sofar, - any reason why you got rid of the version info text on install? - -2006-02-28 05:58 sofar - - * lunar/trunk/sbin/lunar, - lunar/trunk/var/lib/lunar/functions/aliases.lunar, - lunar/trunk/var/lib/lunar/functions/build.lunar, - lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/main.lunar, - lunar/trunk/var/lib/lunar/functions/misc.lunar, - lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/functions/plugins.lunar, - lunar/trunk/var/lib/lunar/functions/tracking.lunar, - lunar/trunk/var/lib/lunar/functions/updatelog.lunar, - lunar/trunk/var/lib/lunar/menu/optimize.menu: * New optimization - architecture - based on plugins * All optimization menu's and code - will move to moonbase plugins * removed optimize.menu * - optimize.lunar is now only a plugin stub * pre-compile - optimizations are set using the BUILD_BUILD plugin type * remove - 'optimize' main call to optimizations * Added "custom_filters" to - allow on-the-fly compression of man-pages * Attempt to display - success/fail log when checking modules * small performance tweak - to unmap_device * bugfix for aliases code (bug was not be - noticeable to people) - -2006-02-25 00:07 moe - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Well well well - .. you didn't think of tabs, bro .. But SURPRISE!!!!!11 WE DID! - -2006-02-14 20:16 sofar - - * lunar/trunk/ChangeLog: updated - -2006-02-12 06:33 sofar - - * lunar/trunk/var/lib/lunar/functions/aliases.lunar, - lunar/trunk/var/lib/lunar/functions/depends.lunar: Some more - optimizations in the most time-consuming parts. - -2006-02-12 05:48 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Optimizations - and safety : use awk instead of combined grep/cuts, obsolete use - of cat. - -2006-02-08 18:44 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: Code speedup - - don't run readlink unneededly a lot. - -2006-02-07 23:03 sofar - - * lunar/trunk/var/lib/lunar/functions/aliases.lunar: Bugfix - tried - to exec $() wrongly. - -2006-02-01 21:06 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: Add version - number to the message 'building xxx'. - -2006-02-01 16:52 sofar - - * lunar/trunk/usr/share/man/man8/lin.8: Did some mild updating. - -2006-01-23 03:46 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: Typo fix. - -2006-01-16 17:53 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: layout changes: - - entire question is now yellow * except for the (is/isnot - installed word) * and the description of the optional dependency - - highlighted installed dependency in green - highlighted missing - dependency in red - reduced "not yet installed" to "not installed" - - reduced "already installed" to "installed" - removed the word - "dependency" hope that cleans it up a bit. - -2006-01-13 17:14 sofar - - * lunar/trunk/var/lib/lunar/functions/init.lunar: Don't assume uid 0 - == root, instead check if uid($USER) == 0, allows to change the - root username to something else. (/me waves to redkennedy). - -2006-01-10 01:00 v3rt1g0 - - * lunar/trunk/var/lib/lunar/functions/build.lunar: Changing this - back just a bit after talking to sofar. No need to run ./configure - twice (as most ./autogen.sh scripts already call configure). Added - some of the output that is now in _configure back into the - default_cvs_config. Yours Truly, The Lazy Impatient! - -2006-01-09 17:43 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: * add /var/games - as suggested in the ML * add a _configure wrapper that skips the - ./configure step if a Makefile is present but ./configure is - missing (fallback operation). Bombs out when both are awol. - Redirected all ./configure calls to _configure. - -2005-12-31 04:10 tchan - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Fixed some - technically incorrect uses of parentheses inside a bash echo - command. Parens need to be backslash escaped, like "echo ADDON=\( - None \)" - -2005-12-28 00:28 sofar - - * lunar/trunk/var/lib/lunar/plugins/download-generic.plugin: tchan> - sofar borked it somewhere along the way - -2005-12-26 02:21 sofar - - * lunar/branches/stable/var/lib/lunar/aliases, - lunar/trunk/var/lib/lunar/aliases: Deleted into oblivion (see - moonbase/aliases). - -2005-12-19 18:13 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Fix for - file:/// urls - I need those to work so I can offline work on the - lunar iso while at work with a snapshot moonbase =^) - -2005-12-19 04:00 tchan - - * lunar/trunk/usr/share/man/man8/lfirsttime.8: Fixed a LOT of typos - and some really poor grammar. - -2005-12-19 03:43 tchan - - * lunar/trunk/usr/share/man/man8/lfirsttime.8: Corrected a few - spelling mistakes. - -2005-12-13 03:42 sofar - - * lunar/trunk/bin/lvu: Yep, indeed zbigniew was right - should be - fine now - I must have overlooked something. - -2005-12-12 04:25 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/menu/optimize.menu: Adds sse3 and amd64 - subarch optimizations, thanks to zbigniew. - -2005-12-12 04:11 sofar - - * lunar/trunk/bin/lvu: Fix lvu diff zsection code. - -2005-11-11 20:00 sofar - - * lunar/branches/stable/etc/lunar/mirrors/LRESORT, - lunar/trunk/etc/lunar/mirrors/LRESORT: Merged Moe's changes and - removed my puny nl.lunar-linux.org mirror from the list as it is - no longer serving download content (it's just acting as a backup - server now mirroring our svn repos and torrents). - -2005-11-11 19:53 moe - - * lunar/trunk/etc/lunar/mirrors/LRESORT: Lets give this another try - .. I'm sure that the last time it failed. Updating mirror urls. - -2005-11-09 19:56 sofar - - * lunar/trunk/bin/lvu, lunar/trunk/usr/share/man/man1/lvu.1: New - feature: `lvu expired`, shows a list of modules which need an - update, including old an new version numbers. - -2005-11-06 07:15 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Final - modifications - prolly still not bugfree but it seems to work ;^). - -2005-11-06 06:58 sofar - - * lunar/trunk/sbin/lunar, - lunar/trunk/var/lib/lunar/functions/modules.lunar, - lunar/trunk/var/lib/lunar/menu/license.menu: More license code: - add lunar menus and some default handling code. see ML for - additional info. - -2005-11-03 18:13 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/menu/optimize.menu: Who is this Janne - and why is he bothering me with these ... oh wait this is a nice - patch ;^). - -2005-11-03 05:23 sofar - - * lunar/trunk/install: Brilliant idea from Janne Johansson. - -2005-10-20 21:47 sofar - - * lunar/trunk/sbin/lin, - lunar/trunk/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/modules.lunar: Prototype - LICENSE code: use lunar set {ACCEPTED,REJECTED}_LICENSES to adjust - it. These variables can contain more license names. We still need - to decide on license names. - -2005-10-20 18:46 sofar - - * lunar/trunk/etc/lunar/config: * removed max_sources as it's - properly initialized in the code already * removed specific - mirrors for moonbase, replaced by * generic - download.lunar-linux.org for moonbase second URL fallback * - generic download.lunar-linux.org for LRESORT and PATCH URL's - -2005-10-17 23:27 sofar - - * lunar/trunk/sbin/lunar: Fix lunar hold menu being broken - - elangelo should have filed a bugreport first but I'm feeling nice - today :^P - -2005-10-14 03:37 v3rt1g0 - - * lunar/trunk/etc/lunar/mirrors/GNU: Fix tchan's state name! - -2005-10-13 20:23 sofar - - * lunar/branches/stable/bin/lvu, lunar/branches/stable/sbin/lget, - lunar/branches/stable/sbin/lin, lunar/branches/stable/sbin/lrm, - lunar/branches/stable/sbin/lunar, - lunar/branches/stable/var/lib/lunar/compilers/ld, - lunar/branches/stable/var/lib/lunar/functions/build.lunar, - lunar/branches/stable/var/lib/lunar/functions/check.lunar, - lunar/branches/stable/var/lib/lunar/functions/depends.lunar, - lunar/branches/stable/var/lib/lunar/functions/download.lunar, - lunar/branches/stable/var/lib/lunar/functions/kernel.lunar, - lunar/branches/stable/var/lib/lunar/functions/main.lunar, - lunar/branches/stable/var/lib/lunar/functions/optimize.lunar, - lunar/branches/stable/var/lib/lunar/functions/plugins.lunar, - lunar/branches/stable/var/lib/lunar/functions/queue.lunar, - lunar/branches/stable/var/lib/lunar/functions/recovery.lunar, - lunar/branches/stable/var/lib/lunar/functions/uniqid.lunar, - lunar/branches/stable/var/lib/lunar/plugins/postbuild-generic.plugin, - lunar/trunk/usr/share/doc/lunar/README: Backport fix and cosmetic - backports (spelling, gcc arch x86 optimizations). Full sync to - theedge. - -2005-10-13 20:18 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: Somehow - sort_by_dependency was a dud, this code actually speeds it up a - bit and gives correct output for me where it was previously not - doing that. - -2005-10-10 20:51 tchan - - * lunar/trunk/etc/lunar/mirrors/GNOME: Fixed the planetmirror GNOME - URL. - -2005-09-29 14:38 tchan - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: I got tired of - watching the Deprecated -mcpu messages scroll by, so I removed the - -mcpu from the x86 section of optimize.lunar. -march implies - -mtune which is the replacement for -mcpu on x86 platforms in - gcc-3.4.x. So if anyone is still using gcc-3.3.x this won't break - anything as -march there also implies -mcpu. - -2005-09-25 03:50 v3rt1g0 - - * lunar/trunk/bin/lvu: Typo in user message. - -2005-09-25 03:38 v3rt1g0 - - * lunar/trunk/sbin/lget, lunar/trunk/sbin/lin, lunar/trunk/sbin/lrm, - lunar/trunk/sbin/lunar: Couple more typos, only one was - user-visible. - -2005-09-25 03:15 v3rt1g0 - - * lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/depends.lunar, - lunar/trunk/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/kernel.lunar, - lunar/trunk/var/lib/lunar/functions/main.lunar, - lunar/trunk/var/lib/lunar/functions/plugins.lunar, - lunar/trunk/var/lib/lunar/functions/queue.lunar, - lunar/trunk/var/lib/lunar/functions/recovery.lunar, - lunar/trunk/var/lib/lunar/functions/uniqid.lunar: Misc typos. Most - were just in comments. - -2005-09-25 02:29 v3rt1g0 - - * lunar/trunk/var/lib/lunar/functions/build.lunar: This is the - commit to go along with my Dev-ML email (subject: Addition to - build.lunar common functions) sent on 18Sep05. This adds a - default_game_build and default_game_config as options to be used - in BUILD files. This commit also fixes a few minor typos. !!!!!! - Please DO NOT use these two functions in any modules that are in - the moonbase. This code is being commited here so that devs can - easily test the new code. Once it has been tested/approved the - change can then be pushed the lunar and both theedge and lunar can - get a version bump before we can start making use of it, else - stuff will break for the user. !!!!!!! - -2005-09-19 15:49 striker - - * lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin: - committing fix to exclude svn directories (noticed by tchan) - -2005-08-21 20:41 sofar - - * lunar/trunk/etc/lunar/config, - lunar/trunk/var/lib/lunar/functions/aliases.lunar: Aliases code - now lives in $MOONBASE !!! - -2005-08-13 19:33 sofar - - * lunar/trunk/var/lib/lunar/functions/moonbase.lunar: Prevent - downloading moonbase from a cached location. You can still - override the moonbase http location with `lunar set - MOONBASE_URL[0] xxxx`. - -2005-08-09 09:01 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make, - lunar/trunk/var/lib/lunar/functions/optimize.lunar: Adding - debugging for compiler paths and also allow gcc version detection - to use the present compiler instead of the 'installed' which will - allow you call a newer gcc with the proper optimization options. - -2005-08-09 08:11 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld, - lunar/trunk/var/lib/lunar/compilers/make: Adding changeable - COMPILER_PATH, LD_PATH and MAKE_PATH so the wrappers can call a - crosscompiler or alternative compiler suite. - -2005-08-09 08:09 sofar - - * lunar/trunk/usr/share/doc/lunar/contributions: It's all in - contributions already. If someone wants to maintain a maintainable - list with more information please contact me. - -2005-08-03 10:27 sofar - - * lunar/trunk/usr/share/doc/lunar/module-example/README: Adjusted! - -2005-08-03 10:12 sofar - - * lunar/trunk/usr/share/doc/lunar/module-example/PRE_INSTALL: We - don't use this - -2005-07-31 14:35 tchan - - * lunar/trunk/var/lib/lunar/functions/tracking.lunar: Fixing the bug - that Florin reported about filenames with spaces in them. sofar - was missing a pair of quote marks. - -2005-07-27 11:04 sofar - - * lunar/trunk/sbin/lrm, - lunar/trunk/var/lib/lunar/functions/plugins.lunar: Adding - PRE_REMOVE and POST_REMOVE plugin hooks in lrm. - -2005-07-27 09:52 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Damn you !!! - -2005-07-27 07:36 sofar - - * lunar/branches/stable/bin/lvu, - lunar/branches/stable/etc/lunar/mirrors/SFORGE, - lunar/trunk/bin/lvu, lunar/trunk/etc/lunar/mirrors/SFORGE: - Modified 'lvu urls' so that it lists ALL mirror sites but never - last resort/first resort urls. this makes it produce the same list - everywhere. Also adding the crappy osdn.sf.net mirror. - -2005-07-27 07:24 sofar - - * lunar/branches/stable/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/download.lunar: Bugfix: the - '/' at the end of a URL may be missing like in the case of - mirrors. You should account for BOTH situations. This forces - proper termination of any URL. - -2005-07-25 12:13 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc, - lunar/trunk/var/lib/lunar/compilers/ld: New wrappers: call - /usr/bin/XXX directly and added a 'ld' wrapper for extra extra - debugging support. Works with 'ccache' module so NOT heavily - tested ;^) - -2005-07-25 09:49 sofar - - * lunar/trunk/var/lib/lunar/compilers/make: Fix bug that would cause - ccache not to be used because the wrappers were not in the path - anymore. #917 - -2005-07-21 19:14 sofar - - * lunar/trunk/etc/lunar/mirrors/LRESORT: Adding the second mirror in - germany in this list. - -2005-07-20 12:00 v3rt1g0 - - * lunar/trunk/var/lib/lunar/menu/download.menu, - lunar/trunk/var/lib/lunar/menu/optimize.menu: Fix some small typos - -2005-07-13 03:29 hardkrash - - * lunar/trunk/var/lib/lunar/functions/download.lunar: this fix - really works - -2005-07-05 20:59 hardkrash - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Sofar - mentioned that i forgot about :// as being correct So we now have - a more robust sed statment that filters even the worst /// out of - the URL :-P - -2005-07-05 18:36 hardkrash - - * lunar/trunk/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/plugins.lunar: fix the double - // problem for good indent fix - -2005-06-30 14:08 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Borkfix: I - broke this for normal modules (non-zlocal) - -2005-06-30 12:27 sofar - - * lunar/trunk/bin/lvu: Properly construct diff to support nested - folders too. - -2005-06-30 12:15 sofar - - * lunar/trunk/var/lib/lunar/functions/modules.lunar: Allow nested - folders in zlocal as well->needed for putting the submission queue - in zlocal for instance. - -2005-06-30 12:03 sofar - - * lunar/trunk/bin/lvu: Feature addition: lvu diff [locally edited - module] -> create a unidiff suited for submission. - -2005-06-24 13:22 tchan - - * lunar/trunk/etc/lunar/config: Yet another hack to fix the double - "/" problem in the MIRRORS, especially SFORGE. - -2005-06-18 21:39 tchan - - * lunar/trunk/var/lib/lunar/plugins/unpack-generic.plugin: Fixed a - bug in the assumptions on how source modules are named. NOT all - source code is *.tar.gz, see pwlib and openh323 modules (these are - named *-tar.gz). I changed the unpack code from *.tar.bz2 to - *tar.bz2 and similiarly *.tar.gz to *tar.gz. sofar needs to look - at this when he gets back!!! - -2005-06-13 15:25 moe - - * lunar/trunk/etc/lunar/mirrors/SFORGE: Why am I unable to commit to - the stable branch? sigh. Fixing trailing slashes causing broken - sf.net downloads - -2005-06-08 11:33 sofar - - * lunar/branches/stable/bin/lvu, lunar/trunk/bin/lvu: Adding a - little bit of system info so we can spot non-2.4 users etc. Also - specify date using -R format. Hopefully it'll make Moe happier. - -2005-06-07 15:25 sofar - - * lunar/branches/stable/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/download.lunar: Even better: - we DO use name-based content checking but we don't do full tar - checkouts or uncompresses, and let magic do the work instead. - -2005-06-06 14:03 sofar - - * lunar/branches/stable/bin/lvu, lunar/trunk/bin/lvu: Bad typo fix. - -2005-06-06 13:21 sofar - - * lunar/branches/stable/bin/lvu, lunar/trunk/bin/lvu: Merging yet - another lvu submit fix. this one seems to produce proper patch - formatted diffs. - -2005-06-03 09:43 sofar - - * lunar/trunk/bin/lvu: lvu submit patch format broke: wrong - linecount. - -2005-06-02 07:48 sofar - - * lunar/trunk/var/lib/lunar/functions/misc.lunar: Moving these - functions into misc.lunar as they are required to be present at - all times. - -2005-05-31 20:16 sofar - - * lunar/trunk/bin/lvu: ZLOCAL_OVERRIDES defaults to "" and not "off" - -2005-05-28 12:33 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: e - -2005-05-28 12:30 sofar - - * lunar/trunk/var/lib/lunar/functions/download.lunar: Fix download - bug on 'Custom' keyword. - -2005-05-27 14:00 sofar - - * lunar/trunk/bin/lvu: Needs a -r. - -2005-05-27 13:50 sofar - - * lunar/trunk/bin/lvu, lunar/trunk/usr/share/man/man1/lvu.1: lvu - submit now uses a 'patch' to submit changes. Since this is an - attachment it can be easily saved and still viewed inline in a - mail client. Manual page adjusted as well. - -2005-05-26 13:49 sofar - - * lunar/trunk/sbin/lunar: Force creation of queue dir. - -2005-05-26 11:42 sofar - - * lunar/trunk/etc/lunar/config: adding wdps mirror in germany - -2005-05-26 11:28 sofar - - * lunar/trunk/var/lib/lunar/unset.sh: Also not needed (unset LIN) - -2005-05-26 11:27 sofar - - * lunar/trunk/sbin/lunar: Bug reported by Remco. - -2005-05-20 11:48 moe - - * lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin: - Directory support for gather_docs - -2005-05-20 11:17 moe - - * lunar/trunk/lib/lsb/init-functions: Adding an '-o' to the mkpid - call since pgrep would fetch more than one pid some cases. - Permission granted by sofar ;-) - -2005-05-20 09:13 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Need to export - this so it reaches the wrappers. - -2005-05-20 09:09 sofar - - * lunar/trunk/var/lib/lunar/functions/build.lunar: This is no longer - nedeed since the alias is gone and 'make' is now wrapped. - -2005-05-20 09:07 sofar - - * lunar/trunk/var/lib/lunar/compilers/make, - lunar/trunk/var/lib/lunar/functions/optimize.lunar: Adding a 'make - wrapper' script, removed the alias as well. This should be much - more decent and implements the preferred way to call 'make -jN'. - -2005-05-20 08:58 sofar - - * lunar/trunk/var/lib/lunar/compilers/c++, - lunar/trunk/var/lib/lunar/compilers/cc, - lunar/trunk/var/lib/lunar/compilers/g++, - lunar/trunk/var/lib/lunar/compilers/gcc: Don't use stderr, it - might not exist. - -2005-05-20 08:28 sofar - - * lunar/trunk/etc/lunar/config: Switch unc -> osdn - -2005-05-19 14:52 sofar - - * lunar/trunk/etc/lunar/config: ensure TMPFS is off by default, - otherwise the code concludes that tmpfs is (not ff). - -2005-05-18 19:45 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: bugfix, fixes - empty OPTS. - -2005-05-16 14:45 sofar - - * lunar/trunk/etc/lunar/config: Change these default options: makes - more sense. - -2005-05-16 11:05 sofar - - * lunar/trunk/sbin/lin: Of course, this is a bit more helpfull as - well. - -2005-05-16 11:02 sofar - - * lunar/trunk/sbin/lin: bugfix: lunar would simply install exiled - modules (yikes!) - -2005-05-16 10:40 sofar - - * lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin: - Bugfix: split up gather_docs from the plugin, as return values - make this pretty impossible. Also the API call to gather_docs - changed for plugins, so it was bound to break anyway. - -2005-05-15 18:23 sofar - - * lunar/trunk/var/lib/lunar/functions/postbuild.lunar: No longer - needed!!! =^D - -2005-05-15 18:20 sofar - - * lunar/trunk/var/lib/lunar/functions/aliases.lunar, - lunar/trunk/var/lib/lunar/functions/build.lunar, - lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/config.lunar, - lunar/trunk/var/lib/lunar/functions/connect.lunar, - lunar/trunk/var/lib/lunar/functions/depends.lunar, - lunar/trunk/var/lib/lunar/functions/download.lunar, - lunar/trunk/var/lib/lunar/functions/edit.lunar, - lunar/trunk/var/lib/lunar/functions/kernel.lunar, - lunar/trunk/var/lib/lunar/functions/locking.lunar, - lunar/trunk/var/lib/lunar/functions/logging.lunar, - lunar/trunk/var/lib/lunar/functions/main.lunar, - lunar/trunk/var/lib/lunar/functions/messages.lunar, - lunar/trunk/var/lib/lunar/functions/misc.lunar, - lunar/trunk/var/lib/lunar/functions/modules.lunar, - lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/functions/plugins.lunar, - lunar/trunk/var/lib/lunar/functions/prune.lunar, - lunar/trunk/var/lib/lunar/functions/sizes.lunar, - lunar/trunk/var/lib/lunar/functions/sources.lunar, - lunar/trunk/var/lib/lunar/functions/temp.lunar, - lunar/trunk/var/lib/lunar/functions/tracking.lunar, - lunar/trunk/var/lib/lunar/functions/uniqid.lunar, - lunar/trunk/var/lib/lunar/functions/updatelog.lunar, - lunar/trunk/var/lib/lunar/functions/useradd.lunar, - lunar/trunk/var/lib/lunar/plugins/initd.plugin, - lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin: Lots - of stuff changed: 1. added 5 new BUILD_ plugin hooks 2. make - plugins out of all non-core post-build code 3. moved bash and - xinetd plugin code into moonbase to make it really pluggable 4. - Cleaned up a few small pieces of code 5. added 'local' - declarations as much as possible everywhere!!! 6. removed the - dummy calls to update_lilo/grub - -2005-05-15 18:05 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar, - lunar/trunk/var/lib/lunar/functions/updatelog.lunar: Fix moonbase - display changes. Note create_depends_cache ()'-ed - -2005-05-10 12:37 sofar - - * lunar/trunk/sbin/lin: Don't let WANT_VERSION trickle into the - version number needed for dependencies (This is also the first - commit performed through HTTP+DAV+SSL!) - -2005-05-09 14:50 sofar - - * lunar/trunk/var/lib/lunar/functions/check.lunar, - lunar/trunk/var/lib/lunar/functions/depends.lunar: Hopefully this - will fix the 'alias' bug on 'lunar fix' including 'lunar update' - etc... The satisfy_depends code now has explicit NEVER_ASK and - internally discards an alias if it should be bassed by - find_depends. I still don't get who the unalias code doesn't find - the proper alias for this case, but it works. Also added a slight - hint more information (-v level). - -2005-05-08 20:40 sofar - - * lunar/trunk/bin/lvu: EEEK I unpatched lvu submit :^( - -2005-05-08 15:17 sofar - - * lunar/trunk/var/lib/lunar/menu/optimize.menu: Typo fix: CC_OPTS - wasn't displayed correctly. - -2005-05-07 21:17 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar: Internally - adjust for in_depends() change. - -2005-05-07 20:32 sofar - - * lunar/trunk/var/lib/lunar/functions/depends.lunar, - lunar/trunk/var/lib/lunar/functions/optimize.lunar: Optimization - fix for LDFLAGS, and also a very outdated fix I think is needed - for a lot of things-> in_depends() function. - -2005-05-06 16:36 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Fix for this - recently discovered bug: http://lunar-linux.org/?q=node/view/835. - I'm also allowing -S to be passed as we have sufficient protection - now from new sers that they should check the sanity of their - optimizations. - -2005-05-06 16:16 sofar - - * lunar/trunk/var/lib/lunar/menu/optimize.menu: I'm a basterd: now - it's completely intuitive to just press 'yes' which will NOT - change the safety off. I love designing GUI's =^DDDD. - -2005-05-06 16:05 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/menu/optimize.menu: Adding SAFETY switch - to the lunar optimizations. This will prohibit setting of non-safe - optimizations (very restrictive). Also in non-restricted mode, you - STILL cannot choose sse2 if /proc/cpuinfo doesn't list that - Feature ;^). There is a very very serious warning when people turn - off the safety switch. (schweet!). - -2005-05-05 15:14 sofar - - * lunar/trunk/var/lib/lunar/protected: AAARGH mailman panic!!! - -2005-05-05 14:46 sofar - - * lunar/trunk/bin/lvu: Lvu from output without version number but - with the matched files, easy to process and read now. - -2005-05-04 20:58 sofar - - * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Fixed missing - Blocks) case entry and cleaned up some utterly useless code. - -2005-05-04 11:23 sofar - - * lunar/trunk/var/lib/lunar/menu/optimize.menu: Again a typo. - -2005-05-04 11:17 sofar - - * lunar/trunk/var/lib/lunar/menu/optimize.menu: typo fix. - -2005-05-04 11:00 sofar - - * lunar/trunk/sbin/lunar, - lunar/trunk/var/lib/lunar/functions/optimize.lunar, - lunar/trunk/var/lib/lunar/menu/optimize.menu: Inserting the new - optimization menu which shows a global menu from which item can be - accessed directly. Also rewrote and renamed the core routines, and - moved the menu code to the .menu file exclusively. You might have - to re-set your optimizations! - -2005-04-30 21:46 sofar - - * lunar/trunk/bin/lvu: Modified `lvu submit` to allow non-zlocal - modules to be submitted. - -2005-04-26 15:51 sofar - - * lunar/trunk, theedge/trunk: theedge/trunk is now lunar/trunk ! - -2005-04-26 08:05 sofar - - * theedge/trunk/bin/lvu: 'lvu submit' packs up a module plaintext, - adds headers and tries to send it to the lunar ML with sendmail. - -2005-04-26 07:35 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Just making - this piece of code structured: skip the nasty part if not needed - with lget -u. - -2005-04-25 19:31 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: reinstate - lget -u functionality. - -2005-04-24 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-21 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-21 11:33 sofar - - * theedge/trunk/bin/lvu: Rewrote snapshot handling: *ONLY* consider - lunar configs, leave /etc/ out... it just doesn't add anything and - breaks more. - -2005-04-21 10:39 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: grmbl. look - behind you! - -2005-04-21 10:32 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/aliases.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/messages.lunar: Alias fixes: - add a 'NEVER_ASK' flag for the two occurences where this is - absolutely required: lvu (s)tree and sort_by_dependency. For - safety I removed the STDIN pipe to unalias in that function as - well. Since sort_by_dependency removes aliases automatically the - sort order isn't disturbed, and lvu will show the aliases if - they're not installed just the way it should. - -2005-04-21 09:20 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Two - speedups: don't linger executing code if not needed. - -2005-04-20 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-20 08:38 sofar - - * theedge/trunk/bin/lvu: lvu from now displays the results with a - space as delimiter which allows all sorts of re-use stuff. - -2005-04-18 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-18 11:48 sofar - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: don't use - /dev/stderr, but rather /proc/self/fd/2 - -2005-04-16 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-15 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-15 07:27 sofar - - * theedge/trunk/var/lib/lunar/functions/misc.lunar: prevent - expansion of wildcards. closes #795 - -2005-04-14 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-13 14:42 sofar - - * theedge/trunk/var/lib/lunar/protected: removing nonsense - $PROTECTED entries. - -2005-04-13 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-13 09:52 sofar - - * theedge/trunk/var/lib/lunar/functions/aliases.lunar: This should - at least fix some of the alias problems that ratler had. - -2005-04-13 08:02 sofar - - * theedge/trunk/var/lib/lunar/functions/aliases.lunar: Much more - powerfull aliasing code: really track all possible alias - possibilities, survives 'lunar fixdepends' test. - -2005-04-12 13:43 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-12 07:34 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: Move - the appending of '/' to URL's to the wget method only, the other - methods do not concatenate the URL with the FILE part. - -2005-04-08 13:49 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-08 10:46 sofar - - * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: slippy - fingers today - -2005-04-08 10:45 sofar - - * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Now I get it - ;^) - -2005-04-08 10:33 sofar - - * theedge/trunk/etc/lunar/config: Damn, I forgot these all along! - -2005-04-07 13:51 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-07 09:36 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: I thought I - typed that - -2005-04-07 09:19 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/plugins/download-file.plugin, - theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: API - change: separately pass the filename argument when downloading and - verifying files (url, filename, target dir) - -2005-04-07 09:00 sofar - - * theedge/trunk/etc/lunar/config, - theedge/trunk/etc/lunar/mirrors/GNOME, - theedge/trunk/etc/lunar/mirrors/GNU, - theedge/trunk/etc/lunar/mirrors/KDE, - theedge/trunk/etc/lunar/mirrors/KERNEL, - theedge/trunk/etc/lunar/mirrors/LRESORT, - theedge/trunk/etc/lunar/mirrors/SFORGE, - theedge/trunk/etc/lunar/mirrors/XFREE86: Adjusting all URL's so - they end with '/' - -2005-04-06 15:18 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar: Fix for - postbuild not installing plugins: force installation - -2005-04-06 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-06 07:44 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Bugfix: - second and further sources were not downloaded. - -2005-04-05 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-05 08:47 sofar - - * theedge/trunk/sbin/lin: Adding brackets solves this too =^) - -2005-04-05 05:26 tchan - - * theedge/trunk/sbin/lin: Reverting sofar's change to lin because he - just broke the ability to do, for example: "lin automake - autoconf". 2nd module always fails because BUILD_DIRECTORY is set - to 1st modules source_dir <---- bzzzzt!!!! Not good! sofar will - have to fix this correctly when he has some time. At least now I - can do "lin module1 module2 module3" again. - -2005-04-04 22:33 moe - - * theedge/trunk/var/lib/lunar/functions/download.lunar: well, you - forgot about it, right sofar? (I won't mind since you created a - 5GB svn tree today ;) - -2005-04-04 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-04 13:36 sofar - - * theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: Add - generic https:// to the plugins (needed for cvs module) - -2005-04-04 11:22 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Replacing an - expensive call with efficient code - -2005-04-04 11:12 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Two changes: - reinstate moonbase changelog (was somehow broken) Make lin a - single thread and not call itself but rather call the main() - function again (which retains cmdline settings like debug, - verbose, etc) - -2005-04-03 13:43 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-02 15:43 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Rather - elegant and simple fix for CVS/SVN/etc NEED_REFRESH checks: only - check ${URLS[0]} for this, the rest would be nonsense anyway. - -2005-04-02 13:51 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-02 10:27 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/download.lunar: Much better - implementation of the URL alternatives: this creates a decent - picklist and insterts alternatives for known MIRROR clusters - automatically in the list. Lvu urls needs some more work but is - acceptable. - -2005-04-01 13:43 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-04-01 10:17 sofar - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: Extended - debugging support: use -dd -ddd -dddd or even -ddddd to increase - debug level - -2005-04-01 07:21 sofar - - * theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin: Fix - by.... KONGAR!!!! =^D - -2005-03-31 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-31 13:09 sofar - - * theedge/trunk/var/lib/lunar/functions/optimize.lunar, - theedge/trunk/var/lib/lunar/menu/optimize.menu: Adding a switch - for -Wl,as-needed to reduce the amount of linked in libraries. - Faster startups? possibly. Could prove useful. - -2005-03-31 08:09 sofar - - * theedge/trunk/sbin/lrm: cosmetic warning fix - -2005-03-30 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-30 13:10 sofar - - * theedge/trunk/var/lib/lunar/sustained: These are no longer needed - in here (the less the better) - -2005-03-30 11:25 sofar - - * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/plugins/bootloader-grub.plugin, - theedge/trunk/var/lib/lunar/plugins/bootloader-lilo.plugin, - theedge/trunk/var/lib/lunar/plugins/download-cvs.plugin, - theedge/trunk/var/lib/lunar/plugins/download-svn.plugin, - theedge/trunk/var/lib/lunar/plugins/unpack-rpm.plugin, - theedge/trunk/var/lib/lunar/plugins/unpack-zip.plugin, - theedge/trunk/var/lib/lunar/plugins/verify-gpg.plugin: Merging in - moonbase plugins: some plugins are moved to moonbase, a few base - plugins are left behind. - -2005-03-29 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-28 23:53 v3rt1g0 - - * theedge/trunk/sbin/lsh: Just a little typo that has been bugging - me. - -2005-03-28 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-28 13:26 sofar - - * theedge/trunk/var/lib/lunar/plugins/check-md5sum.plugin: - locale-fix: do not rely on 'FAILED' in the output, since in - spanish it is "TU MADRE" - -2005-03-27 22:02 sofar - - * theedge/trunk/var/lib/lunar/functions/kernel.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/plugins/bootloader-grub.plugin, - theedge/trunk/var/lib/lunar/plugins/bootloader-lilo.plugin: Moving - bootloader code to plugins: we need to move the plugins out to the - moonbase-modules later on. - -2005-03-26 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-25 17:56 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/plugins/check-find.plugin, - theedge/trunk/var/lib/lunar/plugins/check-ldd.plugin, - theedge/trunk/var/lib/lunar/plugins/check-md5sum.plugin, - theedge/trunk/var/lib/lunar/plugins/check-symlinks.plugin: - Rewriting fix code: - now plugins instead of one large file - - lunar fix/nofix now runs better per-module - global lunar - fix/nofix doesn't perform expensive ld_export overhead - -2005-03-25 15:54 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Optimize - performance of depends code a bit more - -2005-03-25 15:53 sofar - - * theedge/trunk/bin/lvu: Remove remainder of versioned modules - -2005-03-25 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-25 11:11 sofar - - * theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin: Adding - plain tar files too =^) - -2005-03-25 10:47 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar, - theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin, - theedge/trunk/var/lib/lunar/plugins/unpack-rpm.plugin, - theedge/trunk/var/lib/lunar/plugins/unpack-zip.plugin: Fix lvu - urls: now lists ALL urls!!! Migrate unpack() to use plugins for - all types (allows zip and rpm code to be migrated out of core - later) - -2005-03-24 16:38 sofar - - * theedge/trunk/bin/lvu, theedge/trunk/sbin/lget, - theedge/trunk/sbin/lin, theedge/trunk/usr/share/man/man8/lin.8, - theedge/trunk/usr/share/man/man8/lrm.8, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/edit.lunar, - theedge/trunk/var/lib/lunar/functions/logging.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/functions/sizes.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar, - theedge/trunk/var/lib/lunar/functions/temp.lunar, - theedge/trunk/var/lib/lunar/functions/tracking.lunar, - theedge/trunk/var/lib/lunar/plugins/download-generic.plugin, - theedge/trunk/var/lib/lunar/plugins/verify-gpg.plugin, - theedge/trunk/var/lib/lunar/plugins/verify-md5.plugin, - theedge/trunk/var/lib/lunar/plugins/verify-sha1.plugin: Mega - merge: * source verification is now a plugin too * rewrote gpg - verification a bit * removed versioned modules (only one remains: - gcc/3.4.3) * Implemented nested sections: moonbase/gnome/apps is - now possible - -2005-03-24 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-23 16:18 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/plugins.lunar, - theedge/trunk/var/lib/lunar/plugins, - theedge/trunk/var/lib/lunar/plugins/download-cvs.plugin, - theedge/trunk/var/lib/lunar/plugins/download-file.plugin, - theedge/trunk/var/lib/lunar/plugins/download-generic.plugin, - theedge/trunk/var/lib/lunar/plugins/download-svn.plugin: Adding a - plugin system for downloading source code(tested). This codeset - allows people to write plugins for other things later on. - -2005-03-23 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-23 08:42 sofar - - * theedge/trunk/bin/lvu: Wanna get nitpicking? eat this! - -2005-03-23 00:23 hardkrash - - * theedge/trunk/bin/lvu: Cleaning up the activity log so that it - only finds the actual module Not other modules with the string of - module name in it - -2005-03-21 13:36 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-20 16:53 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/recovery.lunar: Reworking - some checks and code to be more consistent in using base - functions, rewrite md5sum_check slightly - -2005-03-20 14:57 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/locking.lunar: This allows - 'lunar fixdepends' to rebuild the depends/depends.backup files if - they are nonexistant, and thus empty too! - -2005-03-19 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-18 22:50 sofar - - * theedge/trunk/sbin/lrm: oops! - -2005-03-18 14:48 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Yikes!!! - -2005-03-18 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-18 11:01 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/misc.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar, - theedge/trunk/var/lib/lunar/menu/download.menu, - theedge/trunk/var/lib/lunar/unset.sh: W00t, the end of FUZZY!!! - -2005-03-18 10:01 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Moo, this - should fix that too - -2005-03-18 09:58 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Fix for the - missing install log after a resurrect. - -2005-03-18 00:52 v3rt1g0 - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Misc typos - -2005-03-18 00:40 v3rt1g0 - - * theedge/trunk/var/lib/lunar/menu/dmodule.menu: Typo - -2005-03-18 00:35 v3rt1g0 - - * theedge/trunk/var/lib/lunar/menu/optimize.menu: Typos - -2005-03-16 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-16 08:02 sofar - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: meh, silly - -2005-03-15 16:49 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Fix for AUTOFIX - BREAKING MODULES: you can now use LDD_CHECK=off in DETAILS. please - test && verify - -2005-03-15 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-15 12:36 sofar - - * theedge/trunk/bin/lvu: Adding 'info' ... slightly modified by - chad's patch. - -2005-03-15 11:38 sofar - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: New query() - routine: bad input now causes a repeated question, and the double - newline is gone. - -2005-03-15 10:36 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: sanity check: - bug #723 - -2005-03-15 04:05 v3rt1g0 - - * theedge/trunk/etc/lunar/local/README: Fixed a typo and add metion - of XOrg for what its worth - -2005-03-14 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-13 21:56 sofar - - * theedge/trunk/var/lib/lunar/functions/connect.lunar: this is much - more consistent. also adding raX interface type, which is kind of - uncommon. - -2005-03-13 18:19 sofar - - * theedge/trunk/sbin/lin: Proposed consistency fix for lin/download - queue creation: use find_depends() - -2005-03-13 17:08 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Removing - obsolete call to show_owner. - -2005-03-13 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-10 13:36 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-09 19:11 moe - - * theedge/trunk/usr/share/man/man8/lfirsttime.8: Some tweaks. Two - new hints. - -2005-03-09 15:26 sofar - - * theedge/trunk/var/lib/lunar/functions/recovery.lunar: Suggested by - florin, also fixed the line above the fix needed. - -2005-03-09 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-09 13:23 moe - - * theedge/trunk/var/lib/lunar/functions/prune.lunar: wheeps .. - committed a slightly older version. This is the final solution. - -2005-03-09 13:17 moe - - * theedge/trunk/var/lib/lunar/functions/prune.lunar: Fixing lunar - prune for good. God, this has been bothering me. Might break - things .. but this is theedge ;-) However, I've been giving it a - good test. - -2005-03-08 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-03-08 07:48 moe - - * theedge/trunk/usr/share/man/man8/lfirsttime.8: Typo - -2005-03-07 23:08 moe - - * theedge/trunk/usr/share/man/man8/lfirsttime.8: Tweaks and typo - fixes. Also added a hint to the hint section. - -2005-03-07 22:03 moe - - * theedge/trunk/usr/share/man/man8/lfirsttime.8: I finally got to - rewriting lfirsttime. This should be _alot_ better then the - manpage we had until now. Thanks rolling out to Jens, Jasper and - Jaime for typo-hunting. I feel dizzy now. - -2005-02-22 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-22 12:50 moe - - * theedge/trunk/etc/lunar/config: Adding the X11 path to the static - lunar PATH - -2005-02-18 13:54 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-14 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-14 13:01 nestu - - * theedge/trunk/var/lib/lunar/functions/kernel.lunar: * get rid of - the annoying grub install questions (adding a warning that it - should be installed). * add a white line between kernel entries. - -2005-02-14 11:48 sofar - - * theedge/trunk/etc/lunar/config: We should use a hardcoded PATH, no - user components allowed by default! This also solves - /sbin/ldconfig not being accessible on some systems etc. Note user - can still override PATH with `lunar set PATH xxxxx`, but it's not - exported to sub-apps. - -2005-02-13 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-12 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-11 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-09 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-07 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-06 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-02 13:48 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-02-02 12:12 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar: meh... suck - -2005-01-29 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-28 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-26 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-25 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-24 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-23 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-22 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-20 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-19 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-19 12:09 moe - - * theedge/trunk/var/lib/lunar/functions/view.lunar: There's also the - type 'data' - -2005-01-19 11:37 sofar - - * theedge/trunk/bin/lvu: indeed I missed it - -2005-01-19 11:32 sofar - - * theedge/trunk/bin/lvu: removed bolding of modules - -2005-01-18 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-16 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-13 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-12 17:17 striker - - * theedge/trunk/var/lib/lunar/functions/optimize.lunar: adding opts - for amd64's (note that this can only be used by manually changing - /etc/lunar/local/optimizations ) - -2005-01-12 13:41 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-11 21:52 striker - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Fix for - possible wget exploit - -2005-01-11 13:44 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-10 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-04 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2005-01-01 13:42 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-31 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-29 13:40 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-25 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-19 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-19 12:10 sofar - - * theedge/trunk/sbin/lrm: Adding quotes fixes #634 - -2004-12-18 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-15 13:39 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-14 15:38 sofar - - * theedge/trunk/sbin/lrm: I just forgot to add the option to - getopt()... meh - -2004-12-14 15:31 sofar - - * theedge/trunk/sbin/lrm: I'm losing it here - -2004-12-14 15:25 sofar - - * theedge/trunk/sbin/lrm: More typo's - -2004-12-14 15:21 sofar - - * theedge/trunk/sbin/lrm: needed... logic - -2004-12-14 15:05 sofar - - * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lrm, - theedge/trunk/usr/share/man/man8/lrm.8, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar, - theedge/trunk/var/lib/lunar/functions/tracking.lunar: deleting - BOOST_LOCK from existance. Also adding lrm --upgrade to explicitly - NOT run PRE_|POST_remove scripts since this causes deadlocks. lrm - man page adjusted - -2004-12-14 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-14 06:11 tchan - - * theedge/trunk/etc/lunar/config: Removing the .se mirror as - requested by bkw. - -2004-12-13 15:43 sofar - - * theedge/trunk/var/lib/lunar/functions/locking.lunar: color fixes - -2004-12-13 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-12 22:56 moe - - * theedge/trunk/var/lib/lunar/functions/download.lunar: This will - buy us some more time just incase the user is sitting behind a - _really huge_ pipe. - -2004-12-12 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-11 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-10 11:00 sofar - - * theedge/trunk/sbin/lin: bugfix: if lin_module ends up calling a - recompile of another modules it may not leave SINGLE_MODULE=1. - This would circumvent all dependency checking etc. and never call - the dl manager on those modules either. - -2004-12-10 10:56 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Bugfix for - the theedge dl problems: when we get to this code and a - post-install triggered a recompile the _PID is never stored so - it's empty... we can gracefully exit and ignore this usually. I - added a fallback function when the module is locked so at least st - is going on. I hope this calls all exceptions. - -2004-12-10 10:46 sofar - - * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config, - theedge/trunk/sbin/lget, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/connect.lunar, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/messages.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar, - theedge/trunk/var/lib/lunar/functions/queue.lunar, - theedge/trunk/var/lib/lunar/functions/temp.lunar: define TMPDIR - and use it globally. Its position is overwriteable by using lunar - set TMPDIR - -2004-12-08 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-08 08:35 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar: Better check: - this literally looks how larege the installwatch file is. If it's - zero then the module has not installed ANY file and thus the - warning is legit. Most likely profile modules now only are a - problem but we'll cope with them a different way. - -2004-12-07 14:11 moe - - * theedge/trunk/var/lib/lunar/functions/download.lunar: We all love - eye candy. This now is _almost_ as fast as the real output ;-) - -2004-12-07 13:56 sofar - - * theedge/trunk/sbin/lin: foo - -2004-12-07 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-12-07 12:12 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/download.lunar: Implemented - Moe's download idea: separate lget processes and logs for each - downloaded file. The dl manager passes the PID on later and before - a module is compiled ONLY that relevant download info is - displayed. - -2004-12-06 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-29 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-29 06:16 sofar - - * theedge/trunk/sbin/lunar: cleaned up a whee bit too much - -2004-11-28 16:38 sofar - - * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lunar, - theedge/trunk/usr/share/doc/lunar/core-documentation/_etc_lunar_local_config.html, - theedge/trunk/var/lib/lunar/unset.sh: Deleting COLONY/CABAL - support - -2004-11-27 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-26 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-26 08:20 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Make it - possible to do 'lget moonbase --url - file:///path/to/moonbase.tar.bz2' - -2004-11-25 15:05 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar: Semantical - change: prepare_install is now MANDATORY. it is also the step - where invoke_installwatch is called. I added a WARNING that checks - after BUILD if it was set correctly, and warns if it isn't. In the - future this will become an ERROR. - -2004-11-24 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-24 13:09 sofar - - * theedge/trunk/bin/lvu: This seems to fix 'lvu urls' - -2004-11-23 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-23 09:33 sofar - - * theedge/trunk/bin/lvu: fast, faster, ranitha! - -2004-11-22 14:40 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Make sure - depends.cache is as similar to depends/depends.backup as possible - -2004-11-22 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-22 11:19 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Adding a - 'FRESORT_URL'. This feature allows you to download first from a - central repository. Please do not tell people to use this on our - own mirrors (except strikers' mirror ;^)). - -2004-11-21 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-20 23:00 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Extremely - horribly simplified show_download_progress. Nice thing is that it - actually works too. SPend some time testing it and verified OK. - -2004-11-20 13:36 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-19 14:42 sofar - - * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Pretty format - lilo config lines: empty line between images and use - human-readable output abit. - -2004-11-19 13:38 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-18 14:10 sofar - - * theedge/trunk/var/lib/lunar/functions/locking.lunar: The color - needs to be closed off at the end... otherwise all subsequent - lines will be colored too - -2004-11-17 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-16 15:02 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: A little bit - faster, still the awk call is slow I wish there was something - faster than that - -2004-11-11 13:36 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-11 10:03 sofar - - * theedge/trunk/etc/lunar/dialogrc: 2003/08/25 jasper suggestion. I - thought it was about time. - -2004-11-11 02:24 v3rt1g0 - - * theedge/trunk/var/state/lunar/blacklist.Alpha, - theedge/trunk/var/state/lunar/blacklist.PowerPC, - theedge/trunk/var/state/lunar/blacklist.SPARC: memtest86+ is not - non-x86 friendly - -2004-11-10 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-10 08:19 sofar - - * theedge/trunk/var/lib/lunar/functions/useradd.lunar: Do not track - changes to /etc/{passwd,group,shadow} - -2004-11-10 08:18 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Adding an - even more thorough check on create_module_index. If the install - log is missing we *have* to use the slow method. - -2004-11-04 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-04 09:31 sofar - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: Adding the - 'mquery' function wrapper. This will be used later to simplify - writing CONFIGURE statements (of course it also will work from - BUILD but you shouldn't do that) - -2004-11-01 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-11-01 07:56 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: this must - have slipped in... weird. - -2004-10-31 14:31 sofar - - * theedge/trunk/sbin/lsh: Allow lsh to be passed lunar functions or - whichever command as a parameter, which will then be evaluated - within the lsh environment. Example: `lsh list_expired_modules` - -2004-10-30 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-29 14:28 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Extra bluntly - running the check&&create module index in case $MODULE_INDEX is - missing (the -w check would fail if it was missing) - -2004-10-29 14:17 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar, - theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Removing - MOONBASE_MD5 code as I suspect that it screws things up and it's - unused anyway. - -2004-10-29 11:12 sofar - - * theedge/trunk/usr/sbin: Wiped colony - -2004-10-27 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-26 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-25 20:28 sofar - - * theedge/trunk/sbin/lunar: Adding menu toggle to PROBE_EXPIRED in - the FEATURE menu - -2004-10-25 20:24 sofar - - * theedge/trunk/etc/lunar/config: default PROBE_EXPIRED=on - -2004-10-25 20:21 sofar - - * theedge/trunk/sbin/lin: Incorporate PROBE_EXPIRED code into lin: - lin --probe will now check the module_is_expired status of a - module an call a recompile if it is outdated and if - PROBE_EXPIRED==on - -2004-10-25 19:44 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: generalizing - the is_expired code into a per-module function and one that lists - all the expired ones in moonbase. - -2004-10-25 19:33 sofar - - * theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/functions/depends.lunar: #510 --purge - really list all dependencies now - -2004-10-25 19:18 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Resurrect code - fix: #510. This code gently unpacks parts of the tarball given - certain conditions, pre-unpacks directories and symlinks too etc. - and honors $EXCLUDED algorithms. Tested mildly with postfix etc. - -2004-10-25 19:15 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: Fix - nonexistant $BUILD_DIRECTORY on clean boxes or when wiped by the - user - -2004-10-22 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-18 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-18 10:32 sofar - - * theedge/trunk/sbin/lin: Okay this works much better, I completely - oversaw the fact that lin_module already handles autoresurrect - itself and this code here is completely superfluous (just plain - wrong) - -2004-10-18 10:28 sofar - - * theedge/trunk/sbin/lin: Bugfix #501: make sure the module can - override this call to autoresurrect too - -2004-10-18 07:32 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: Demoted this - message to debug level - -2004-10-18 07:28 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: don't - run this on moonbase upgrades. - -2004-10-17 23:44 v3rt1g0 - - * theedge/trunk/bin/lvu: Better handeling of non-existant modules in - lvu tree (and its variations). Now it will tell the user, in the - standard way, that the module they asked about doesn't exists. - -2004-10-13 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-13 02:31 v3rt1g0 - - * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: I'm finally - getting around to committing the approved modification to - gather_docs() I proposed to Lunar-Dev ML about a month ago. As a - refresher (or introduction for some) this is what the change is - all about. It's an extended version of the already existing - function gather_docs(). It allows a module writer/maintainer to be - able to easily install any extra documentation (above and beyond - what is already automatically copied over) they feel would be nice - to add to the module's default document directory. A common usage - would be a line like this found at the end of a BUILD file: - gather_docs TODO INDEX Notes extras/* Which would copy the files - TODO, INDEX, Notes, and create a subdirectory called extras and - copy any files found in that directory to the new directory under - the module's default document directory. It obeys (checks for) - $GARBAGE=on for you, so you don't need to worry about that when - writing the module. The files in the file list must all reside in - or below the $SOURCE_DIRECTORY and must be referenced relative to - said directory. There is no harm in implementing this now within - the moonbase at will. If the user does not have the extended - version of gather_docs() (and they have verbose on) s/he will see - the default documentation be coppied twice but nothing more. - -2004-10-12 15:02 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/config.lunar: the config - patch is needed to properly quote options... I just removed the - localsaconfig crap from theedge this way too. - -2004-10-12 14:56 sofar - - * theedge/trunk/sbin/lin: Adding quick help info - -2004-10-12 14:53 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/build.lunar: Adding '--opts' - flag that allows you to add OPTS flags on the fly when compiling a - module: use as follows: lin --opts '--enable-foo --enable-bar' - $MODULE to wipe the OPTS use 'lin -r $MODULE' as normal. - -2004-10-12 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-12 13:19 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: Never leave - old crap lying around if it's not yours (especially if you don't - know what it does) !!! - -2004-10-12 12:58 sofar - - * theedge/trunk/sbin/lunar: Thanks to hardkrash and ranitha - -2004-10-12 11:34 sofar - - * theedge/trunk/var/lib/lunar/aliases: Here are the first 2 aliases - defined (prototype!). In order to test do this: $ lsh > sedit - 's/xservers-profile/%X/g' $MOONBASE/*/DEPENDS - -2004-10-12 11:29 sofar - - * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config, - theedge/trunk/var/lib/lunar/functions/aliases.lunar, - theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar: Merging - aliases code with theedge!!! - -2004-10-12 10:09 sofar - - * theedge/trunk/sbin/lunar, - theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar: Bugfix for - the 'unexpected error' message. Added 'lunar unset' and generic - unset_config/unset_module_config code. - -2004-10-09 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-08 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-07 14:40 sofar - - * theedge/trunk/var/lib/lunar/functions/optimize.lunar, - theedge/trunk/var/lib/lunar/menu/optimize.menu: Merging linker - optimizations - -2004-10-07 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-06 15:27 sofar - - * theedge/trunk/lib/lsb/init-functions: AAARGH important bugfix that - affects /etc/init.d/network! - -2004-10-06 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-10-06 12:43 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar: Adding - -w|--want $VERSION support (NO WARRANTY) that allows you to - override VERSION (don't try this with more than one module ;^)) - -2004-09-28 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-27 21:41 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: #452: force - double checking on $LUNAR_MODULE with some msgs. - -2004-09-27 13:36 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-26 20:47 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: #341: explicitly - omit core code and moonbase during rebuild - -2004-09-26 15:36 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: fix for #433: - This resets the owner and strips setGid and setUid bits on files - while extracting them. As a proper precaution this should always - happen. I am confident this will fix a lot of other problems in - the future. - -2004-09-26 15:03 sofar - - * theedge/trunk/sbin/lrm: bugfix #460 (tested). I forgot to add the - "optimize" call since BUILD is no longer set by default. Also some - leftover and untested code after cleaning up probably. - -2004-09-26 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-26 02:01 v3rt1g0 - - * theedge/trunk/bin/lvu: The error message received when doing 'lvu - size AModuleThatIsNotInstalled' was not displaying the incorrect - module name as intended. This is because it was using the wrong - variable to get the module name. Now it should be using the right - variable. - -2004-09-22 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-21 13:54 sofar - - * theedge/trunk/usr/share/man/man8/lrm.8: Adding purge to man page - -2004-09-21 13:35 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-20 16:00 sofar - - * theedge/trunk/var/lib/lunar/protected: Smacking courier in here - -2004-09-08 13:34 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-09-06 21:19 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-29 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-27 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-27 08:51 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: foo /me fixes - proper comments - -2004-08-27 08:18 sofar - - * theedge/trunk/var/lib/lunar/functions/sources.lunar: Adding sha1: - verify syntax code that uses sha1sum, slightly better than md5sum - (what is it again, 160 bits against 128 hash size?). The code - hooks up seamlessly and as demonstrated the older core doesn't - break if it doesn't handle the sha1: syntax. sha1sum is provided - by coreutils BTW so must in any case be present on all boxes, I - don't expect any box to fail on that. - -2004-08-26 14:10 sofar - - * theedge/trunk/etc/lunar/mirrors/LRESORT: badly needed update - -2004-08-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-25 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-23 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-22 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-22 11:34 perldude - - * theedge/trunk/etc/lunar/mirrors/SFORGE: added german SF mirror. - I'm using it for some time now. No problems. - -2004-08-18 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-13 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-10 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-08-09 12:11 prox - - * theedge/trunk/var/lib/lunar/functions/messages.lunar: /dev/stderr - isnt standard, >&2 is more common - -2004-08-04 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-24 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-21 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-19 11:57 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-11 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-10 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-09 19:43 sofar - - * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Slightly - modified after ranitha's optimize patch for gcc-3.4.x. This will - transform the obsolete -mcpu into -mtune. - -2004-07-09 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-07 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-07-06 20:21 sofar - - * theedge/trunk/var/lib/lunar/functions/edit.lunar: Allow patches to - be searched in $(PWD) && $SOURCE_CACHE, so you never have to - explicitly specify the location. uniform calling as with unpack() - now. - -2004-07-02 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-29 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-29 07:12 sofar - - * theedge/trunk/etc/lunar/config: Telia->unc - -2004-06-27 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-26 16:41 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Fix a bad bug - showing way too many modules for a section - -2004-06-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-25 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-25 11:33 sofar - - * theedge/trunk/var/lib/lunar/functions/tracking.lunar: Explicitly - do not track $SOURCE_DIRECTORY - -2004-06-24 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-23 13:24 prox - - * theedge/trunk/var/lib/lunar/menu/optimize.menu: display one row on - multi cpu systems - -2004-06-23 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-23 11:40 sofar - - * theedge/trunk/var/lib/lunar/menu/optimize.menu: Jerry prolly - already had this one - -2004-06-18 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-18 07:06 niki - - * theedge/trunk/etc/lunar/mirrors/GNU, - theedge/trunk/etc/lunar/mirrors/KDE: Fixed a typo discovered by - gorank, it's "Sweden" not "Sweeden" ;-) - -2004-06-17 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-16 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-14 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-13 13:11 sofar - - * theedge/trunk/etc/lunar/mirrors/SFORGE: Added australia SF mirror - optusnet - -2004-06-13 12:52 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Cosmetics - -2004-06-11 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-08 11:57 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-05 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-06-04 12:21 sofar - - * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Same - permissions but changed code so it's actually not rediculous - -2004-05-30 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-29 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-26 11:28 prox - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: correction - -2004-05-26 09:33 prox - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: added - is_depended , will return 1 if the depend for the - module given is on - -2004-05-25 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-24 13:20 sofar - - * theedge/trunk/bin/lvu: Proper directory handling that allows both - passing absolute and relative filenames of the snapshot. - -2004-05-24 13:12 sofar - - * theedge/trunk/bin/lvu: Fixing export/import scripts. It now - includes a copy of 'packages' and sorts the queue according to - dependency as well, which should make things easier (note some - things still don't work that way correctly). - -2004-05-24 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-23 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-22 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-21 19:51 sofar - - * theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/functions/depends.lunar: Feature: lrm - --purge $MODULES / lrm -p $MODULES. for instance: lrm -p qt3 - removes qt3 and all apps that require (*REQUIRE*) qt3 - -2004-05-21 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-21 10:27 sofar - - * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config, - theedge/trunk/etc/lunar/mirrors/LRESORT, theedge/trunk/sbin/lrm, - theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html, - theedge/trunk/usr/share/man/man8/lfirsttime.8, - theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/locking.lunar, - theedge/trunk/var/lib/lunar/functions/logging.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/queue.lunar, - theedge/trunk/var/lib/lunar/functions/recovery.lunar, - theedge/trunk/var/lib/lunar/functions/sizes.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar, - theedge/trunk/var/lib/lunar/functions/uniqid.lunar, - theedge/trunk/var/lib/lunar/functions/updatelog.lunar, - theedge/trunk/var/lib/lunar/functions/useradd.lunar, - theedge/trunk/var/lib/lunar/menu/dmodule.menu, - theedge/trunk/var/lib/lunar/menu/download.menu, - theedge/trunk/var/lib/lunar/menu/integrity.menu, - theedge/trunk/var/lib/lunar/menu/mirrors.menu: Moving URL of - server to 'lunar-linux.org'. - -2004-05-19 11:58 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-19 10:04 sofar - - * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: make - 'moonbase' 'hold'-able =^D (nice for those rebuilds) - -2004-05-18 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-17 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-15 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-14 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-12 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-11 16:09 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Bad is when - this file is missing and it never gets created... - -2004-05-11 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-10 15:31 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: This is a fix - for 'lunar fix' looping on clean installs: yeah I did - some chroot crunching ;^) on a clean ISO - there's md5sum mismatches in glibc's libxxx.a files that trigger - it then ENV var pollution makes the wrong files - rebuild... you get the rest - -2004-05-10 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-10 11:46 sofar - - * theedge/trunk/var/lib/lunar/functions/recovery.lunar: This way - recovery even recovers the approximate install date. I've tested - this on many boxes now and it's absolutely wonderfull. Considering - putting this in the lunar maintenance menu so people can use it - (although it's still mopping up after some other part goofs up) - -2004-05-09 12:08 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/messages.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/prune.lunar, - theedge/trunk/var/lib/lunar/functions/recovery.lunar: Some - bugfixes regarding locking, ordering of locks and return status of - locking, some fixes with missing depends (important one), visual - adjustment of titlebar display (compile instead of processing, - added hostname, $0[$$]). - -2004-05-09 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-08 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-07 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-05 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-03 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-02 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-05-02 09:32 striker - - * theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/recovery.lunar: - s/successfull/successful/ Spellchecker anyone? ;) - -2004-04-27 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-27 07:12 sofar - - * theedge/trunk/etc/lunar/mirrors/GNOME: These files are TAB - separated now. - -2004-04-26 18:22 nhudson - - * theedge/trunk/etc/lunar/mirrors/GNOME: Adding a http master site - for GNOME, this may help those who cant get to a ftp server - -2004-04-26 14:47 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: fi - -2004-04-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-26 10:02 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixing run_fix: - it would fix only held modules. Also cleaned up quite a bit. - -2004-04-25 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-24 19:08 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Env var - pollution pro bono, get your env var pollution!!! - -2004-04-24 15:45 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Moe: I really - don't like the workaround you used for the download procedure .. - theedge is lget'ed twice f.e. [FIXED] - -2004-04-24 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-21 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-18 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-17 16:33 sofar - - * theedge/trunk/sbin/lin: thx for spotting this nick - -2004-04-17 16:02 sofar - - * theedge/trunk/sbin/lin: Adding a trap that cleans up - /tmp/lunar.lin.* and also removes the known temporary files. This - works like a charm in cleaning up threads on cancelled or breaking - compiles. Hopefully this catches and cleans up on a lot of bad - things now. - -2004-04-17 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-16 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-16 10:57 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar: Add this back: - last minute source code presence check before compile starts. - -2004-04-16 10:37 sofar - - * theedge/trunk/bin/lvu: Merging vertigo's patch suggestion and - taking a bit of time to rewrite those two secionts of code. - -2004-04-16 10:18 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Don't even - try to check if we can't update them anyway... - -2004-04-16 10:15 sofar - - * theedge/trunk/sbin/lin: Adding adjustment suggested by jazman - -2004-04-14 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-12 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-11 21:54 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar: Fix for - normal users seeing garbage when the call lunar's core tools with - garbage. should clean up stuff a bit. - -2004-04-09 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-08 13:53 prox - - * theedge/trunk/var/lib/lunar/functions/config.lunar: changed sed to - cover substrings - -2004-04-08 13:25 prox - - * theedge/trunk/var/lib/lunar/functions/config.lunar: fixed issue - with list of initscript being return with quotes - -2004-04-05 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-04-04 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-31 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-30 20:52 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Prevent - RECONFIGURE from propagating. - -2004-03-30 12:56 sofar - - * theedge/trunk/var/lib/lunar/menu/optimize.menu: Thanks Victor. - -2004-03-30 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-29 22:24 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: This is a bit - more experimental patch: - ask for a confirmation before removing - a conflicting module (break if no) - added opt_dep bypass in case - there is no need to ask the user since he really has no choice - anyway. - -2004-03-29 21:14 sofar - - * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Make - garbage *not* install doc/Makefile directories!!! - -2004-03-29 20:58 sofar - - * theedge/trunk/etc/lunar/mirrors/GNOME: quotes, ugly. tab - separation works now, much nicer - -2004-03-29 15:18 sofar - - * theedge/trunk/sbin/lrm: Adding REAP back, somehow it had - disappeared. - -2004-03-27 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-26 19:40 sofar - - * theedge/trunk/var/lib/lunar/menu/mirrors.menu: Explicitly split by - tabs and break up options, also reversing the order per element. - (#462) - -2004-03-25 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-24 12:33 sofar - - * theedge/trunk/etc/lunar/config, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar: * Adding - preliminary _PREFIX work (works!) * Fixing mosrun caller to check - for openmosix-tools instead of linux-openmosix. - -2004-03-23 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-23 10:10 sofar - - * theedge/trunk/etc/lunar/mirrors/GNOME, - theedge/trunk/var/lib/lunar/menu/mirrors.menu: Fixing mirror file - and algorithm.... we don't need to make our lives so hard. - -2004-03-23 09:49 sofar - - * theedge/trunk/var/lib/lunar/functions/config.lunar: Properly - escaping ':' signs allows the mirrors to be set too :^o - -2004-03-22 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-21 22:17 sofar - - * theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar: Adding all - round checking for the [sg]et_config_ functions. - -2004-03-21 20:51 sofar - - * theedge/trunk/sbin/lin, theedge/trunk/sbin/lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar: Major bug(!) - fixes: - remove write_config alltogether from lunar - rewrite core - algorithm, now truly adheres to the proper order: depends, - download (with smart download queue filler), install. Should fix - the multi-lget spawns and fix the install order (tho that didn't - really break, it was not just how I intended it to be). - -2004-03-19 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-18 12:16 sofar - - * theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Bugfix: - theedge wasnt removing files from /etc/ at all, and added proper - init.d script shutdowns on plain 'lrm' commands, as well as xinetd - restarts. - -2004-03-18 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-17 23:28 tchan - - * theedge/trunk/sbin/lunar: Committed a small bug fix for sofar - while he was sleeping. - -2004-03-17 22:58 sofar - - * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lunar, - theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/optimize.lunar, - theedge/trunk/var/lib/lunar/functions/uniqid.lunar, - theedge/trunk/var/lib/lunar/menu/dmodule.menu, - theedge/trunk/var/lib/lunar/menu/download.menu, - theedge/trunk/var/lib/lunar/menu/integrity.menu, - theedge/trunk/var/lib/lunar/menu/mirrors.menu, - theedge/trunk/var/lib/lunar/menu/optimize.menu: New config - concept: atomic config operations: - get/set_module_config: - get/sets a var for a module - get_set_local_config: get/sets a var - in /etc/lunar/local/config - rewrote menu's and optimization code - to fit (contained a bug sinces last week resulting in optimize - menu's not working properly - fixed) - tested mildly, the concept - is sound but I may have dropped a thread!!! (This commit is ON THE - EDGE. You are warned) - implemented lunar set [VAR [VAL]] for easy - access to system vars - forgot to recode all of moonbase to use - these methods. things break. get over it, or help me fix it in the - next weekend. - gone to bed. sleeping while your boxes die. - -2004-03-16 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-15 22:54 sofar - - * theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/optimize.lunar, - theedge/trunk/var/lib/lunar/functions/prune.lunar: Definitive - fixes for missing PLATFORM and/or BUILDs in theedge. Closing #392 - with this one. - -2004-03-15 21:50 sofar - - * theedge/trunk/bin/lvu: meep meep - -2004-03-15 21:41 sofar - - * theedge/trunk/var/lib/lunar/functions/logging.lunar: Adding stop - time marker. Note this also includes the lrm stage in case that - was needed. - -2004-03-15 21:24 sofar - - * theedge/trunk/bin/lvu: Fix for broken lvu leert. - -2004-03-15 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-14 21:43 sofar - - * theedge/trunk/bin/lvu, theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/excluded, - theedge/trunk/var/lib/lunar/functions/tracking.lunar, - theedge/trunk/var/lib/lunar/protected, - theedge/trunk/var/lib/lunar/solo, - theedge/trunk/var/lib/lunar/unset.sh: Major lrm/exluded/protected - rewrite: - allow re's in excluded/protected - true protected - directories with recursion - excluded ONLY contains stuff that we - DO NOT WANT TO SEE in the install logs - lvu alien adjusted too - - track() function adjusted and simplified - removed unneeded lrm - tmpfiles and loops, simplified - -2004-03-13 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-12 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-10 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-09 16:13 sofar - - * theedge/trunk/sbin/lin: run_configure was called double. No more! - -2004-03-09 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-09 11:22 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar: The ultimate - attempt to fix the double-download bug - -2004-03-09 09:53 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Fixing the - double-asking bug! theedge is now ready for 1.4.0 !!! - -2004-03-09 08:56 sofar - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Emergency - fix: module.index was broken - -2004-03-08 22:57 sofar - - * theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar: This supposedly - should fix the double-download bug. It was acutally caused by old - cruft lying around. The show_dl_progress was the culprit. To make - sure, all references to lget have been removed, except for the - download_manager call from lin. This works for normal modules, - ones with ERASE (theedge) and cvs stuff. - -2004-03-08 21:54 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Ewps, lin - moonase - -2004-03-08 21:33 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar: Speedups for - people running with system moonbases, up to 5x faster regeneration - of module.index and depends.cache - -2004-03-08 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-07 23:32 sofar - - * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lin, - theedge/trunk/sbin/lrm, - theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Fixes for: - - dependency sorting algorithm, completely rewritten from scratch, - implemented using a depends.cache file which speeds up all - dependency work immensely. The time needed to create the cache - might still be a little long tho (2:30 uncached on my box). - sorting time for entire moonbase is about 2:30 now, mostly - spending in the fgrep. sorting time on 400 modules is < 30 - seconds. - double questions removed - moonbase index creation is - now more atomic than it was, it's generated in a tmpfile, then - pivoted to the real location, same for depends.cache (crtl-c in - the creation will not damage it) - lrm fix that caused files in - /boot to be deleted. as far as I can see this was still an TODO - left open by kongar&&those-before-him (ouch). tested and works. - - added $DEPENDS_CACHE var in etc/lunar/config - -2004-03-06 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-05 20:46 tchan - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Added the - suggested speed fix from Erie Sorenson. - INCLUDED=$INCLUDED$'\n'$MOD - -2004-03-05 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-04 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-03 21:51 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/misc.lunar, - theedge/trunk/var/lib/lunar/functions/tracking.lunar: Some slight - fixing of the double-questions (not entirely correct still), - adding support for a better CPAN system (more work needed). - speediefied the tracking part with smart grep. - -2004-03-03 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-03-02 21:53 tchan - - * theedge/trunk/usr/share/man/man8/lfirsttime.8: Updated lfirsttime - with some needed changes. - -2004-02-29 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-28 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-27 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-25 21:39 tchan - - * theedge/trunk/var/lib/lunar/functions/edit.lunar: A temporary fix - for grepping tar, bz2, gz in patch names. Only needed until sofar - has time to rewrite/correct this function properly. - -2004-02-25 17:06 tchan - - * theedge/trunk/var/lib/lunar/functions/edit.lunar: Reverting - Ratler's changes to edit.lunar as they are totally wrong! Don't - mess with lunar core unless you check with sofar first! - -2004-02-25 11:59 ratler - - * theedge/trunk/var/lib/lunar/functions/edit.lunar: Patch submited - by Jerry Lundstr�m that patch_it function to correctly grep for - filetype - -2004-02-24 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-23 22:11 sofar - - * theedge/trunk/sbin/lunar, - theedge/trunk/var/lib/lunar/functions/queue.lunar: Fix for #446 - -2004-02-23 22:05 striker - - * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: - Modified - display_moonbase_changes() to show moved modules. e.g. - Moved - modules: module: old_cat -> new_cat [21:35:26] nice - [21:35:38] exactly what I want ;^) - Sped up the whole - procedure a bit by caching the diff (probably not entirely - noticable) - -2004-02-23 21:15 sofar - - * theedge/trunk/sbin/lin, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/config.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/messages.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/optimize.lunar: cosmetic - cleanups for mod_v stuff, xterm_msg code, hardkrash' config etc, - pipelining improved for lin, this is a long pending improvement - that was needed, another addition to moonbase installs, one that - helps on clean or taken-over boxes, clear msg for MAKES optimize - question field - -2004-02-23 21:15 sofar - - * theedge/trunk/bin/lvu: incorporates Linus Sw�las' ideas for - speeding up lvu searches etc, I went even a bit further by using - MODULE_INDEX instead of iterating over moonbase - -2004-02-23 18:26 striker - - * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: submitting - fix for new/removed modules code - -2004-02-21 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-20 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-20 07:28 tchan - - * theedge/trunk/var/lib/lunar/protected: Updated this file so - coreutils-5.2.0 would install correctly. Added /bin/mkdir - /bin/sort /bin/tr and removed /usr/bin/sort. - -2004-02-20 06:11 tchan - - * theedge/trunk/var/state/lunar/blacklist.Alpha, - theedge/trunk/var/state/lunar/blacklist.PowerPC, - theedge/trunk/var/state/lunar/blacklist.SPARC, - theedge/trunk/var/state/lunar/blacklist.x86: Updated all the - blacklist.arch files. - -2004-02-20 03:44 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Added Striker to the - list of devs. - -2004-02-17 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-16 20:59 sofar - - * theedge/trunk/etc/lunar/config, - theedge/trunk/etc/lunar/mirrors/LRESORT: Refurbishing again... - hopefully Moe keeps the mirror up ;^) - -2004-02-16 15:36 tchan - - * theedge/trunk/etc/lunar/mirrors/LRESORT: The master cache does not - resolve to the same address as www.lunar-linux.org, so I changed - the USA master cache to become www.lunar-linux.org/lunar/cache - -2004-02-15 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-15 11:25 sofar - - * theedge/trunk/etc/lunar/config: Grrr mispaste - -2004-02-14 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-13 17:17 sofar - - * theedge/trunk/etc/lunar/config, - theedge/trunk/etc/lunar/mirrors/LRESORT: Adding the 2 new mirrors - in the URL list, please use them! - -2004-02-12 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-10 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-09 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-08 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-07 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-05 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-04 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-02-04 02:36 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Removing sofar's last - commit as bkw was already in the list. He was added after his - ibackup module was committed to moonbase. The CREDITS list is - trying to be alphabetical by "nickname". - -2004-02-03 23:12 sofar - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Before I forget... - thanks! - -2004-02-03 18:41 cmak - - * theedge/trunk/var/lib/lunar/functions/prune.lunar: fixed bug 439 - -2004-01-26 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-25 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-22 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-21 16:56 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed another typo. - Added Erik Sorenson to the file for his depends code contribution. - -2004-01-21 16:32 hardkrash - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: making - algorithim improvments proposed by Erik S�e S�rensen thankyou sir - -2004-01-19 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-16 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-15 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-14 20:42 tchan - - * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixing the - dialog box for MAKES=. The old message was just too confusing for - most people. - -2004-01-14 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-12 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-12 06:51 hardkrash - - * theedge/trunk/var/lib/lunar/functions/config.lunar: Beginings for - new CONFIGURE file scheme that allows for formats and options to - change new system will set a date in the $MODULE_CONFIG file in - the CONFIGURED variable with the set_module_configured function - and the get_module configuted function checks if the configuration - date is newer than the stored one this i believe is a better way - than we have now and it prevents yet another variable in DETAILS - files as this coide would only be called by modules that use the - new scheme - -2004-01-11 22:33 hardkrash - - * theedge/trunk/var/lib/lunar/functions/build.lunar: This is the fix - to bug 432. Where the make alias isn't being used while linning. - This also will fix open mosix builds too. - http://bugs.lunar-linux.org/view_bug_page.php?f_id=0000432 - -2004-01-11 22:25 hardkrash - - * theedge/trunk/sbin/lin: first of 2 parts to fix make alias in the - lunar scripts - -2004-01-11 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-10 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-09 15:38 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Reverting - this back since it'll lopp indefinately... BAH, sorry, perhaps - someone wants to dig into this look, I didn't have enough time to - track the problem down. - -2004-01-09 15:16 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Falling back - to proper dependency tracking for sort_by_dependency, this makes - it a bit slower but should now be a correct solution, which it - really wasn't. - -2004-01-09 14:05 sofar - - * theedge/trunk/var/lib/lunar/functions/depends.lunar: Fixing the - dependency tree sorter bug that caused 'lunar update' to keep - showing already updated modules and rebuild queue's to miss - modules ( I hope ;^) ). If needed someone has to tag -F STABLE - this to propagate this to lunar. - -2004-01-09 11:57 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-07 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-07 05:22 watryac04 - - * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Added stub for - update_aboot. Keeps the POST_INSTALL on alphas from failing. Will - complete the function ASAP. Added this now after tchan's - prompting. - -2004-01-06 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-05 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-05 05:13 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Corrected r0dzilla's - real name. - -2004-01-05 05:00 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Rewrote some of the - language. Made a section for the current Lunar Devs. More typos - corrected. - -2004-01-04 20:51 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed the old joel and - jol again. - -2004-01-04 20:15 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Added dem's info. - -2004-01-04 20:10 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Corrected jol's email - and nick with info from Florin. - -2004-01-04 17:40 tchan - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed for some obvious - omissions. Corrected some email addresses. Sorted the list by IRC - nickname and noted that fact at the top of the list. - -2004-01-04 13:57 sofar - - * theedge/trunk/usr/share/doc/lunar/CREDITS: Adding some historical - information, and readable text around the contributors. I'm - considering adding an 'active developer' section too, ideas? Feel - free to add/edit. - -2004-01-04 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-04 09:32 cmak - - * theedge/trunk/usr/share/doc/lunar/CREDITS: changed mine BEEP to a - much nicer BEEP - -2004-01-04 00:40 cmak - - * theedge/trunk/usr/share/doc/lunar/CREDITS: new CREDITS file .) - -2004-01-03 23:34 tchan - - * theedge/trunk/usr/share/doc/lunar/contributions/auke, - theedge/trunk/usr/share/doc/lunar/contributions/bkw, - theedge/trunk/usr/share/doc/lunar/contributions/csm, - theedge/trunk/usr/share/doc/lunar/contributions/nick, - theedge/trunk/usr/share/doc/lunar/contributions/terry: Updated a - few contributers files here. BKW requested to be added to the - list. We really need to update this section of the doc sometime! - :-) - -2004-01-02 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2004-01-02 00:39 sofar - - * theedge/trunk/bin/lvu: Reworked the following routines: tree: now - soupah fast stree: even faster and abbreviated eert: does what it - did, but faster (installed mods only) leert: shows the entire - reverse tree (not installed modules too!) orphans: meuh cleanup - help: added hints to new functions - -2003-12-31 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-30 13:11 sofar - - * theedge/trunk/bin/lvu: Added 'lvu short' just because I like it - -2003-12-30 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-29 18:09 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/check.lunar, - theedge/trunk/var/lib/lunar/functions/depends.lunar, - theedge/trunk/var/lib/lunar/functions/download.lunar, - theedge/trunk/var/lib/lunar/functions/edit.lunar, - theedge/trunk/var/lib/lunar/functions/install.lunar, - theedge/trunk/var/lib/lunar/functions/kernel.lunar, - theedge/trunk/var/lib/lunar/functions/locking.lunar, - theedge/trunk/var/lib/lunar/functions/logging.lunar, - theedge/trunk/var/lib/lunar/functions/main.lunar, - theedge/trunk/var/lib/lunar/functions/messages.lunar, - theedge/trunk/var/lib/lunar/functions/modules.lunar, - theedge/trunk/var/lib/lunar/functions/prune.lunar, - theedge/trunk/var/lib/lunar/functions/queue.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar: Major code - cleanup: - cosmetic modifications - new prune code (the old one - sucked ass) - new dependency sort (about 20x faster) - rewrote - rebuild code (should be much more reliable) - Reordered code into - it's proper .lunar files, got rid of install.lunar - -2003-12-29 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-28 17:46 sofar - - * theedge/trunk/var/lib/lunar/functions/install.lunar: Call lrm when - doing an explicit resurrect! (overwriting is not bad per se, but - this is more decent) - -2003-12-28 14:35 sofar - - * theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/connect.lunar, - theedge/trunk/var/lib/lunar/functions/install.lunar, - theedge/trunk/var/lib/lunar/functions/sources.lunar: Cleanups and - some slight adjustments towards CPAN code, md5sum checkings. - -2003-12-24 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-23 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-22 18:33 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: minor - adjustment to make it more resistant against my imagination. - -2003-12-22 18:21 sofar - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixing lunar - "fixdepends" code, much more slick now... will need to be tested - before merging down to lunar though. - -2003-12-22 17:31 sofar - - * theedge/trunk/bin/lvu: Fixed up lvu voyeur... it works now - again!!! (note it's a bit crude but quite effective at finding the - right compile log file, it should work for everyone) - -2003-12-19 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-17 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-14 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-13 20:58 elaine - - * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixed another - /versioning bug, we still have dup lines in the fixdepends- - created depends files - -2003-12-13 17:20 elaine - - * theedge/trunk/var/lib/lunar/functions/download.lunar: Fixed - /version lget lock bug - -2003-12-11 11:55 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-11 04:06 elaine - - * theedge/trunk/var/lib/lunar/functions/init.lunar: fix indent'n - -2003-12-10 18:07 elaine - - * theedge/trunk/var/lib/lunar/functions/install.lunar: trimmed HHMM - from module_history tarball filename - -2003-12-10 16:52 elaine - - * theedge/trunk/var/lib/lunar/functions/init.lunar: Working around - the readonly variables sothat enviro_check won't complain during - iso/install - -2003-12-10 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-09 20:03 hardkrash - - * theedge/trunk/var/lib/lunar/functions/connect.lunar: added ath - type of interface - -2003-12-09 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-09 02:56 hardkrash - - * theedge/trunk/var/lib/lunar/functions/build.lunar: added error - message to make clean failing in default_pre_build - -2003-12-08 23:31 watryac04 - - * theedge/trunk/var/state/lunar/blacklist.Alpha: Removed e3, as it - now works (non-asm version) - -2003-12-07 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-06 20:39 elaine - - * theedge/trunk/var/lib/lunar/functions/kernel.lunar: fixing a - squeaky wheel no grease - -2003-12-06 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-05 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-05 10:56 sofar - - * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Adding more - proper handling of moonbase: - create md5sum log (just for kicks, - not really used) - proper install log - call lrm to clean up - install and md5sum logs on new update - -2003-12-04 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-02 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-12-01 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-11-28 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-11-26 20:52 sofar - - * theedge/trunk/bin/lvu, - theedge/trunk/var/lib/lunar/functions/build.lunar, - theedge/trunk/var/lib/lunar/functions/download.lunar: lvu eert - fix, adding prototype cpan module handling (ugly, yes) - -2003-11-26 16:59 tchan - - * theedge/trunk/var/state/lunar/blacklist.Alpha, - theedge/trunk/var/state/lunar/blacklist.PowerPC, - theedge/trunk/var/state/lunar/blacklist.SPARC: Added uml to the - blacklist. Its an x86 module ONLY. - -2003-11-26 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-11-25 23:22 sofar - - * theedge/trunk/var/lib/lunar/functions/uniqid.lunar: Fixes moonbase - downloads time-outing if dbguin is down... we prolly have to merge - this into lunar ASAP. - -2003-11-25 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-11-20 11:56 sofar - - * theedge/trunk/ChangeLog: automatical update - -2003-11-19 01:20 elaine - - * theedge/trunk/var/lib/lunar/functions/modules.lunar: Providing for - ARCH specific script files *note* all x86 =