[SM-Commit] PERFORCE change 78103 by Pieter Lenaerts for review

Perforce Review Daemon p4review at smee.org
Thu Apr 20 06:45:01 EDT 2006


Change 78103 by pieter_lenaerts at pieter_lenaerts-hephaestos on 2006/04/20 11:42:21

	reverting nano to working version

Affected files ...

... //sgl/grimoires/test/editors/nano/BUILD#5 edit
... //sgl/grimoires/test/editors/nano/CONFIGURE#9 edit
... //sgl/grimoires/test/editors/nano/DETAILS#9 edit
... //sgl/grimoires/test/editors/nano/HISTORY#19 edit
... //sgl/grimoires/test/editors/nano/INSTALL#4 edit

Differences ...

==== //sgl/grimoires/test/editors/nano/BUILD#5 (xtext) ====


==== //sgl/grimoires/test/editors/nano/CONFIGURE#9 (xtext) ====

@@ -32,15 +32,4 @@
                      "--enable-nanorc"  "--disable-nanorc"                    &&
 config_query_option  NANO_OPTS  "Enable UTF-8 support?"  y                    \
                      "--enable-utf8"  "--disable-utf8"
-fi                                                                            &&
-
-if [[ "${NANO_CONFIG}" == "all" ]] || list_find "$NANO_OPTS" "--enable-color" && list_find "$NANO_OPTS" "--enable-nanorc" ; then
-  config_query NANO_PROVIDED_CONFIG "Do you want to install one of the available system-wide nanorc config files" n
-fi                                                                                &&
-
-if [[ "$NANO_PROVIDED_CONFIG" == "y" ]]; then
-  local NANO_AVAILABLE_CONFIG                                                     &&
-  NANO_AVAILABLE_CONFIG="$(ls -1 $SCRIPT_DIRECTORY/spell-config/ | tr "\n" " ")"  &&
-  NANO_AVAILABLE_CONFIG="nanorc-sample $NANO_AVAILABLE_CONFIG"                    &&
-  config_query_list NANO_SELECTED_CONFIG "Which config do you want to choose" $NANO_AVAILABLE_CONFIG
 fi

==== //sgl/grimoires/test/editors/nano/DETAILS#9 (xtext) ====

@@ -1,11 +1,11 @@
            SPELL=nano
        BUILD_API=2
-         VERSION=1.3.11
+         VERSION=1.3.10
           BRANCH=`echo  ${VERSION}|cut -d . -f1,2`
           SOURCE=${SPELL}-${VERSION}.tar.gz
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
    SOURCE_URL[0]=http://www.nano-editor.org/dist/v${BRANCH}/${SOURCE}
-     SOURCE_HASH='sha512:eab4cfdb3c9b59245abeb48d17356f284d11e6ed56555058a76b4b3866ef2eb8dfd83e117cd39c21648f55653366d16a3b470e49a49366205c6e69b53200cf37'
+     SOURCE_HASH=sha512:1bd2e7ea583042db843d5b4facd7bcdd3d5c730487b58f1a157106ca998cd48ba510939a6e501954bdf26dbdd7c8523b2c5093d209f387f333110e4393cc0daa
         WEB_SITE=http://www.nano-editor.org
          ENTERED=20010922
          UPDATED=20020414

==== //sgl/grimoires/test/editors/nano/HISTORY#19 (text) ====

@@ -1,18 +1,7 @@
-2006-04-19 Pol Vinogradov <vin.public at gmail.com>
-	* spell-config/nanorc-{spell-highlighting,ruskie}: added, used for spell
-	  highlighting and SMGL specific needs (thanks e-type and ruskie for idea)
-	* CONFIGURE: added queries for spell highlighting and nanorc selecting
-	* BUILD: if statement removed
-	* INSTALL: added ifs and install_config_files for various nanorc
-	* spellhighlight.diff: removed
-
-2006-03-30 Sergey Lipnevich <sergey at sourcemage.org>
-	* DETAILS: upgrade to 1.3.11.
-
-2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
+2005-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 
-2006-03-05 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+2006-03-05 Andrew "ruskie" Levstik <ruskie at mages.ath.cx>
 	* CONFIGURE: reworked to use config_query_option
 
 2006-02-08 Eric Sandall <eric at sandall.us>

==== //sgl/grimoires/test/editors/nano/INSTALL#4 (xtext) ====

@@ -1,7 +1,1 @@
-make install DESTDIR=$INSTALL_ROOT  &&
-
-if [[ "$NANO_SELECTED_CONFIG" == "nanorc-sample" ]]; then
-  install_config_file  doc/nanorc.sample  $INSTALL_ROOT/etc/nanorc
-else
-  install_config_file  $SCRIPT_DIRECTORY/spell-config/$NANO_SELECTED_CONFIG $INSTALL_ROOT/etc/nanorc
-fi
+make install DESTDIR=$INSTALL_ROOT



More information about the SM-Commit mailing list