OSSP CVS Repository

ossp - Check-in [5999]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5999
Date: 2008-Apr-02 22:12:04 (local)
2008-Apr-02 20:12:04 (UTC)
User:rse
Branch:
Comment: remove trailing spaces
Tickets:
Inspections:
Files:
ossp-pkg/shtool/ChangeLog      1.237 -> 1.238     1 inserted, 1 deleted
ossp-pkg/shtool/devtool      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/shtool/devtool.conf      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/shtool/devtool.func      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/shtool/sh.mkln      1.22 -> 1.23     3 inserted, 3 deleted
ossp-pkg/shtool/sh.platform      1.28 -> 1.29     1 inserted, 1 deleted
ossp-pkg/shtool/sh.subst      1.18 -> 1.19     1 inserted, 1 deleted
ossp-pkg/shtool/sh.version      1.43 -> 1.44     1 inserted, 1 deleted

ossp-pkg/shtool/ChangeLog 1.237 -> 1.238

--- ChangeLog    2008/01/30 16:23:07     1.237
+++ ChangeLog    2008/04/02 20:12:04     1.238
@@ -89,7 +89,7 @@
       "ls" changes its time format in response to the TIME_STYLE variable.
       [James Rowe <jnrowe@ukfsn.org>]
 
-   *) Use "env -i sort" for Linux detections in "shtool platform" 
+   *) Use "env -i sort" for Linux detections in "shtool platform"
       to circumvent LC_COLLATE and LANG environment problems.
       [Ralf S. Engelschall]
 


ossp-pkg/shtool/devtool 1.1 -> 1.2

--- devtool      2002/02/01 14:58:04     1.1
+++ devtool      2008/04/02 20:12:04     1.2
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/shtool/devtool.conf 1.8 -> 1.9

--- devtool.conf 2007/05/19 19:06:08     1.8
+++ devtool.conf 2008/04/02 20:12:04     1.9
@@ -14,7 +14,7 @@
 %version
     sh sh.version -l txt -n "GNU shtool" -e VERSION
     V=`sh sh.version -l txt -d long VERSION`
-    sed -e "s/Version .*(.*)/Version $V/g" <README >README.n 
+    sed -e "s/Version .*(.*)/Version $V/g" <README >README.n
     mv README.n README
     V=`sh sh.version -l txt -d short VERSION`
     sed -e "s/%define ver .*/%define ver $V/g" <shtool.spec >shtool.spec.n


ossp-pkg/shtool/devtool.func 1.8 -> 1.9

--- devtool.func 2007/05/19 19:09:39     1.8
+++ devtool.func 2008/04/02 20:12:04     1.9
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2007 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2007 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {


ossp-pkg/shtool/sh.mkln 1.22 -> 1.23

--- sh.mkln      2007/05/19 19:09:39     1.22
+++ sh.mkln      2008/04/02 20:12:04     1.23
@@ -134,13 +134,13 @@
     allow_relative_srcpre=no
     if [ ".$prefix" != . ] && [ ".$prefix" != ./ ]; then
         allow_relative_srcpre=yes
-    fi  
+    fi
     if [ $oneisabs = 0 ]; then
         allow_relative_srcpre=yes
-    fi  
+    fi
     if [ ".$opt_s" != .yes ]; then
         allow_relative_srcpre=no
-    fi  
+    fi
     if [ ".$allow_relative_srcpre" = .yes ]; then
         pl="$dstdir/"
         OIFS="$IFS"; IFS='/'


ossp-pkg/shtool/sh.platform 1.28 -> 1.29

--- sh.platform  2008/01/30 16:23:07     1.28
+++ sh.platform  2008/04/02 20:12:04     1.29
@@ -195,7 +195,7 @@
         r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
         ST="DragonFly ${r}"
         SP="${ST}"
-        SC="4.4BSD"   
+        SC="4.4BSD"
         ;;
 
     #   GNU/Linux


ossp-pkg/shtool/sh.subst 1.18 -> 1.19

--- sh.subst     2007/08/31 13:15:12     1.18
+++ sh.subst     2008/04/02 20:12:04     1.19
@@ -146,7 +146,7 @@
             fi
         fi
 
-        #   optionally check whether any content change actually occurred 
+        #   optionally check whether any content change actually occurred
         if [ ".$opt_q" = .no ]; then
             if cmp $file$orig $file >/dev/null 2>&1; then
                 if [ ".$opt_w" = .yes ]; then


ossp-pkg/shtool/sh.version 1.43 -> 1.44

--- sh.version   2007/05/19 19:09:39     1.43
+++ sh.version   2008/04/02 20:12:04     1.44
@@ -368,7 +368,7 @@
 =item B<-l>, B<--language> I<lang>
 
 Choose format of version file I<file>. I<lang>="C<txt>", ANSI C
-(I<lang>="c"), M4 (I<lang>="m4"), Perl (I<lang>="perl") or Python 
+(I<lang>="c"), M4 (I<lang>="m4"), Perl (I<lang>="perl") or Python
 (I<lang>="python"). Default is C<txt>.
 
 =item B<-n>, B<--name> I<name>

CVSTrac 2.0.1