summaryrefslogtreecommitdiff
path: root/data/apt/timestamp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/apt/timestamp.diff')
-rw-r--r--data/apt/timestamp.diff98
1 files changed, 0 insertions, 98 deletions
diff --git a/data/apt/timestamp.diff b/data/apt/timestamp.diff
index bedb9cadf..e69de29bb 100644
--- a/data/apt/timestamp.diff
+++ b/data/apt/timestamp.diff
@@ -1,98 +0,0 @@
-diff -ru apt-0.6.46.4.1/cmdline/apt-cache.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc
---- apt-0.6.46.4.1/cmdline/apt-cache.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc 2008-06-16 19:48:11.000000000 +0000
-@@ -1649,8 +1649,8 @@
- /* */
- bool ShowHelp(CommandLine &Cmd)
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
-
- if (_config->FindB("version") == true)
- return true;
-diff -ru apt-0.6.46.4.1/cmdline/apt-cdrom.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc
---- apt-0.6.46.4.1/cmdline/apt-cdrom.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc 2008-06-16 19:47:49.000000000 +0000
-@@ -135,8 +135,8 @@
- /* */
- int ShowHelp()
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
- if (_config->FindB("version") == true)
- return 0;
-
-diff -ru apt-0.6.46.4.1/cmdline/apt-config.cc apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc
---- apt-0.6.46.4.1/cmdline/apt-config.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc 2008-06-16 19:47:55.000000000 +0000
-@@ -67,8 +67,8 @@
- /* */
- int ShowHelp()
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
- if (_config->FindB("version") == true)
- return 0;
-
-diff -ru apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc
---- apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc 2008-06-16 19:48:06.000000000 +0000
-@@ -222,8 +222,8 @@
- /* */
- int ShowHelp(void)
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
-
- if (_config->FindB("version") == true)
- return 0;
-diff -ru apt-0.6.46.4.1/cmdline/apt-get.cc apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc
---- apt-0.6.46.4.1/cmdline/apt-get.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc 2008-06-16 19:47:43.000000000 +0000
-@@ -2384,8 +2384,8 @@
- /* */
- bool ShowHelp(CommandLine &CmdL)
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
-
- if (_config->FindB("version") == true)
- {
-diff -ru apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc
---- apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc 2006-12-04 14:37:35.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc 2008-06-16 19:48:00.000000000 +0000
-@@ -141,8 +141,8 @@
- /* */
- int ShowHelp()
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
- if (_config->FindB("version") == true)
- return 0;
-
-diff -ru apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc
---- apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc 2006-12-04 14:37:36.000000000 +0000
-+++ apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc 2008-06-16 19:48:17.000000000 +0000
-@@ -547,8 +547,8 @@
- /* */
- bool ShowHelp(CommandLine &CmdL)
- {
-- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
-+ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
-+ COMMON_OS,COMMON_CPU);
- if (_config->FindB("version") == true)
- return true;
-