[Lunar-commits] CVS: moonbase/editors/nano BUILD, 1.4, 1.5 DETAILS, 1.7, 1.8 nanorc, 1.6, NONE

Auke Kok sofar at lunar-linux.org
Thu Jul 1 10:17:23 GMT 2004


Update of /var/cvs/lunar/moonbase/editors/nano
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8613

Modified Files:
	BUILD DETAILS 
Removed Files:
	nanorc 
Log Message:
Taking 20k off of moonbase.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/nano/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	24 Jun 2004 15:44:39 -0000	1.4
+++ BUILD	1 Jul 2004 10:17:21 -0000	1.5
@@ -1,19 +1,20 @@
 (
-   if [ "$COLOR" == "y" ] ; then
-    OPTS="$OPTS --enable-color"
-   fi
 
-   if [ "$NANORC" == "y" ] ; then
+  if [ "$COLOR" == "y" ] ; then
+    OPTS="$OPTS --enable-color"
+  fi
+  if [ "$NANORC" == "y" ] ; then
     OPTS="$OPTS --enable-nanorc"
-   fi
-  
-   if [ "$MULTI" == "y" ] ; then
+  fi
+  if [ "$MULTI" == "y" ] ; then
     OPTS="$OPTS --enable-multibuffer"
-   fi
+  fi
   
   default_build						&&
+
   if [ ! -f "/etc/nanorc" ]; then
-    install -m 0644 $SCRIPT_DIRECTORY/nanorc /etc/
+    bzcat $SOURCE_CACHE/$SOURCE2 > nanorc
+    install -m 0644 nanorc /etc/
   fi
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/nano/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	28 Jun 2004 19:49:56 -0000	1.7
+++ DETAILS	1 Jul 2004 10:17:21 -0000	1.8
@@ -2,13 +2,16 @@
          VERSION=1.2.4
         #VERSION=1.2.3
           SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.nano-editor.org/dist/v1.2/$SOURCE
+      SOURCE_VFY=md5:2c513310ec5e8b63abaecaf48670ac7a
+         SOURCE2=nanorc-20040628.bz2
+     SOURCE2_URL=http://lunar-linux.org/lunar/mirrors/$SOURCE2
+     SOURCE2_VFY=md5:c5f21a69617aaf10aae32cd2620e91de
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=http://www.nano-editor.org/dist/v1.2/$SOURCE
-     SOURCE_VFY=md5:2c513310ec5e8b63abaecaf48670ac7a
         WEB_SITE=http://www.nano-editor.org
          ENTERED=20010922
          UPDATED=20040628
-        SHORT="nano is a superior clone of the pico text editor."
+           SHORT="nano is a superior clone of the pico text editor."
 
 cat << EOF
 The nano project was started because of a few problems with the

--- nanorc DELETED ---



More information about the Lunar-commits mailing list