root / trunk / data / apt / timestamp.diff

Revision 323, 4.0 kB (checked in by saurik, 5 months ago)

Removed a number of evil timestamps from builds.

  • cmdline/apt-cache.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-cache.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc
    old new  
    16491649/* */ 
    16501650bool ShowHelp(CommandLine &Cmd) 
    16511651{ 
    1652    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    1653             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     1652   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     1653            COMMON_OS,COMMON_CPU); 
    16541654    
    16551655   if (_config->FindB("version") == true) 
    16561656     return true; 
  • cmdline/apt-cdrom.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-cdrom.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc
    old new  
    135135/* */ 
    136136int ShowHelp() 
    137137{ 
    138    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    139             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     138   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     139            COMMON_OS,COMMON_CPU); 
    140140   if (_config->FindB("version") == true) 
    141141      return 0; 
    142142    
  • cmdline/apt-config.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-config.cc apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc
    old new  
    6767/* */ 
    6868int ShowHelp() 
    6969{ 
    70    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    71             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     70   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     71            COMMON_OS,COMMON_CPU); 
    7272   if (_config->FindB("version") == true) 
    7373      return 0; 
    7474    
  • cmdline/apt-extracttemplates.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc
    old new  
    222222/* */ 
    223223int ShowHelp(void) 
    224224{ 
    225         ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    226             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     225        ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     226            COMMON_OS,COMMON_CPU); 
    227227 
    228228        if (_config->FindB("version") == true)  
    229229                return 0; 
  • cmdline/apt-get.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-get.cc apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc
    old new  
    23842384/* */ 
    23852385bool ShowHelp(CommandLine &CmdL) 
    23862386{ 
    2387    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    2388             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     2387   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     2388            COMMON_OS,COMMON_CPU); 
    23892389             
    23902390   if (_config->FindB("version") == true) 
    23912391   { 
  • cmdline/apt-sortpkgs.cc

    diff -ru apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc
    old new  
    141141/* */ 
    142142int ShowHelp() 
    143143{ 
    144    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    145             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     144   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     145            COMMON_OS,COMMON_CPU); 
    146146   if (_config->FindB("version") == true) 
    147147      return 0; 
    148148    
  • ftparchive/apt-ftparchive.cc

    diff -ru apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc
    old new  
    547547/* */ 
    548548bool ShowHelp(CommandLine &CmdL) 
    549549{ 
    550    ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, 
    551             COMMON_OS,COMMON_CPU,__DATE__,__TIME__); 
     550   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 
     551            COMMON_OS,COMMON_CPU); 
    552552   if (_config->FindB("version") == true) 
    553553      return true; 
    554554 
Note: See TracBrowser for help on using the browser.