Enlightenment CVS committal

Author  : mej
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecvs timestamp.h 


Log Message:
Wed Apr  2 17:46:57 EST 2003
(KainX)

Added the setup-gettext.sh script thanks to Christian Hammond
<[EMAIL PROTECTED]>.

Replaced gettextize -f in autogen.sh with setup-gettext.sh.

Removed all files in intl/ since they should now be autogenerated by
whatever version of gettext is installed, and different versions have
different files.  Plus they're autogenerated anyway, so they shouldn't
be in CVS to begin with.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecvs,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ecvs        4 Jun 2000 19:45:54 -0000       1.11
+++ ecvs        2 Apr 2003 22:51:45 -0000       1.12
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 print "prepping files for cvs using indent.\n";
-`indent -i3 -bl -bad -nbap -sob -ncdb -di20 -nbc -lp -nce -npcs -sc -ncs -l80 *.c *.h 
>& /dev/null`;
+`indent -i3 -bl -bad -nbap -sob -ncdb -di20 -nbc -lp -nce -npcs -sc -ncs -l80 
src/*.[ch] >& /dev/null`;
 
 # username -> handle translations
 $names{mandrake} = "Mandrake";
@@ -49,11 +49,11 @@
        @ARGV2 = @ARGV;
        $ARGV2[0] = "update";
 
-       print "Force updating ChangeLog and removing timestamp.h\n";
+       print "Force updating ChangeLog and removing src/timestamp.h\n";
        unlink "ChangeLog";
        system("cvs -z3 update ChangeLog");
-       unlink "timestamp.h";
-       system("cvs -z3 update timestamp.h");
+       unlink "src/timestamp.h";
+       system("cvs -z3 update src/timestamp.h");
 
        print "Updating the files you are committing.\n";
        system("cvs -z3 @ARGV2 2>&1 |tee errors");
@@ -62,17 +62,17 @@
        while(<ERRORS>) {
                if(/conflicts during merge/) {
                        print "There's a conflict.  Resolve and try again.\n";
-                       unlink "errors" if(-f "errors");
+                       unlink "errors" if (-f "errors");
                        exit(0);
                }
        }
        close ERRORS;
        
-       unlink "errors" if(-f "errors");
+       unlink "errors" if (-f "errors");
 
 
-       print "Creating new timestamp.h\n";
-       open TS, ">timestamp.h";
+       print "Creating new src/timestamp.h\n";
+       open TS, ">src/timestamp.h";
        print TS "#define E_CHECKOUT_DATE \"\$Date\$\"\n";
        close TS;
 
@@ -94,12 +94,12 @@
 
                $found = 0;
                foreach(@ARGV) {
-                       if(/timestamp\.h$/) {
+                       if(/src\/timestamp\.h$/) {
                                $found = 1;
                        }
                }
 
-               push @ARGV, "timestamp.h" if(!$found);
+               push @ARGV, "\timestamp.h" if(!$found);
        }
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/timestamp.h,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -3 -r1.491 -r1.492
--- timestamp.h 31 Mar 2003 17:31:23 -0000      1.491
+++ timestamp.h 2 Apr 2003 22:51:46 -0000       1.492
@@ -1 +1 @@
-#define E_CHECKOUT_DATE "$Date: 2003/03/31 17:31:23 $"
+#define E_CHECKOUT_DATE "$Date: 2003/04/02 22:51:46 $"




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to