OSSP CVS Repository

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

Check-in Number: 6024
Date: 2009-Jun-25 20:13:00 (local)
2009-Jun-25 18:13:00 (UTC)
User:rse
Branch:
Comment: strip trailing whitespaces
Tickets:
Inspections:
Files:
ossp-pkg/svs/AUTHORS      1.1 -> 1.2     2 inserted, 2 deleted
ossp-pkg/svs/ChangeLog      1.12 -> 1.13     4 inserted, 4 deleted
ossp-pkg/svs/README      1.9 -> 1.10     2 inserted, 2 deleted
ossp-pkg/svs/THANKS      1.2 -> 1.3     2 inserted, 2 deleted
ossp-pkg/svs/devtool      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/svs/devtool.conf      1.4 -> 1.5     1 inserted, 1 deleted
ossp-pkg/svs/devtool.func      1.2 -> 1.3     1 inserted, 1 deleted

ossp-pkg/svs/AUTHORS 1.1 -> 1.2

--- AUTHORS      2004/12/14 19:18:37     1.1
+++ AUTHORS      2009/06/25 18:13:00     1.2
@@ -1,5 +1,5 @@
-   _        ___  ____ ____  ____  
-  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____ 
+   _        ___  ____ ____  ____
+  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____
   _|_||_| | | | \___ \___ \| |_) | / __\ \ / / __|
  |_||_|_| | |_| |___) |__) |  __/  \__ \\ V /\__ \
   |_|_|_|  \___/|____/____/|_|     |___/ \_/ |___/


ossp-pkg/svs/ChangeLog 1.12 -> 1.13

--- ChangeLog    2009/06/25 18:11:59     1.12
+++ ChangeLog    2009/06/25 18:13:00     1.13
@@ -1,5 +1,5 @@
-   _        ___  ____ ____  ____  
-  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____ 
+   _        ___  ____ ____  ____
+  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____
   _|_||_| | | | \___ \___ \| |_) | / __\ \ / / __|
  |_||_|_| | |_| |___) |__) |  __/  \__ \\ V /\__ \
   |_|_|_|  \___/|____/____/|_|     |___/ \_/ |___/
@@ -9,7 +9,7 @@
   ChangeLog
 
   Changes between 1.0.5 and 1.1.0 (07-Oct-2005 to 25-Jun-2009):
-    
+
     *) Adjust copyright messages for years 2006-2009.
        [Ralf S. Engelschall]
 
@@ -61,7 +61,7 @@
        [Ralf S. Engelschall]
 
     *) When editing a file look for corresponding .rej file
-       and if found and the editor is Vim, open both files. 
+       and if found and the editor is Vim, open both files.
        [Ralf S. Engelschall]
 
     *) When searching for *.orig files, sort the resulting filename


ossp-pkg/svs/README 1.9 -> 1.10

--- README       2009/06/25 18:11:59     1.9
+++ README       2009/06/25 18:13:00     1.10
@@ -1,5 +1,5 @@
-   _        ___  ____ ____  ____  
-  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____ 
+   _        ___  ____ ____  ____
+  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____
   _|_||_| | | | \___ \___ \| |_) | / __\ \ / / __|
  |_||_|_| | |_| |___) |__) |  __/  \__ \\ V /\__ \
   |_|_|_|  \___/|____/____/|_|     |___/ \_/ |___/


ossp-pkg/svs/THANKS 1.2 -> 1.3

--- THANKS       2005/10/07 11:39:43     1.2
+++ THANKS       2009/06/25 18:13:00     1.3
@@ -1,5 +1,5 @@
-   _        ___  ____ ____  ____  
-  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____ 
+   _        ___  ____ ____  ____
+  |_|_ _   / _ \/ ___/ ___||  _ \   _____   _____
   _|_||_| | | | \___ \___ \| |_) | / __\ \ / / __|
  |_||_|_| | |_| |___) |__) |  __/  \__ \\ V /\__ \
   |_|_|_|  \___/|____/____/|_|     |___/ \_/ |___/


ossp-pkg/svs/devtool 1.1 -> 1.2

--- devtool      2004/12/14 19:18:37     1.1
+++ devtool      2009/06/25 18:13:00     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/svs/devtool.conf 1.4 -> 1.5

--- devtool.conf 2009/06/25 18:09:59     1.4
+++ devtool.conf 2009/06/25 18:13:00     1.5
@@ -16,7 +16,7 @@
 %version
     ./shtool version -l txt -n "OSSP svs" -e VERSION
     V=`./shtool 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
 
 %dist


ossp-pkg/svs/devtool.func 1.2 -> 1.3

--- devtool.func 2005/01/13 11:14:01     1.2
+++ devtool.func 2009/06/25 18:13:00     1.3
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2005 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2005 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {

CVSTrac 2.0.1