summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-06-07 08:23:23 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-06-07 08:29:16 +0200
commit9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e (patch)
tree9214f482563c37bc9d3b3f0925b1836563316c4b /perl-install/install
parentafb976328411ad2f63678241e8fe41efd64827b1 (diff)
downloaddrakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar
drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.gz
drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.bz2
drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.xz
drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.zip
kill $Id:$ tags
they're obsolete since switching from CVS/SVN to git...
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/any.pm2
-rw-r--r--perl-install/install/commands.pm2
-rw-r--r--perl-install/install/ftp.pm2
-rw-r--r--perl-install/install/gtk.pm2
-rw-r--r--perl-install/install/help/po/uk.po1
-rw-r--r--perl-install/install/http.pm2
-rwxr-xr-xperl-install/install/install22
-rw-r--r--perl-install/install/install2.pm2
-rw-r--r--perl-install/install/interactive.pm2
-rw-r--r--perl-install/install/media.pm2
-rw-r--r--perl-install/install/pkgs.pm2
-rw-r--r--perl-install/install/steps.pm2
-rw-r--r--perl-install/install/steps_auto_install.pm2
-rw-r--r--perl-install/install/steps_curses.pm2
-rw-r--r--perl-install/install/steps_gtk.pm2
-rw-r--r--perl-install/install/steps_interactive.pm2
-rw-r--r--perl-install/install/steps_stdio.pm2
17 files changed, 16 insertions, 17 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 55ccea6af..032f491c9 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -1,4 +1,4 @@
-package install::any; # $Id: any.pm 259898 2009-09-03 14:05:46Z tv $
+package install::any;
use strict;
diff --git a/perl-install/install/commands.pm b/perl-install/install/commands.pm
index 3854876a6..8bbea866f 100644
--- a/perl-install/install/commands.pm
+++ b/perl-install/install/commands.pm
@@ -1,4 +1,4 @@
-package install::commands; # $Id: commands.pm 263616 2009-11-19 18:11:25Z blino $
+package install::commands;
#-########################################################################
#- This file implement many common shell commands:
diff --git a/perl-install/install/ftp.pm b/perl-install/install/ftp.pm
index 4dcdae543..c69cdab25 100644
--- a/perl-install/install/ftp.pm
+++ b/perl-install/install/ftp.pm
@@ -1,4 +1,4 @@
-package install::ftp; # $Id: ftp.pm 215411 2007-04-25 12:26:16Z pixel $
+package install::ftp;
use Net::FTP;
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index 23c10ccbb..eb7cba428 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -1,4 +1,4 @@
-package install::gtk; # $Id: gtk.pm 269881 2010-06-04 14:48:46Z cfergeau $
+package install::gtk;
use diagnostics;
use strict;
diff --git a/perl-install/install/help/po/uk.po b/perl-install/install/help/po/uk.po
index 0c30d69be..96f52f1d4 100644
--- a/perl-install/install/help/po/uk.po
+++ b/perl-install/install/help/po/uk.po
@@ -1,6 +1,5 @@
# translation of DrakX-uk.po to ukrainian
# translation of DrakX.po to ukrainian
-# $Id: uk.po 26602 2006-04-22 07:43:48Z fwang $
# Copyright (C) 2000,2003, 2004, 2005 Free Software Foundation, Inc.
#
# Dmytro Kovalov <kov@tokyo.email.ne.jp>, 2000.
diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm
index 9c0dacfd7..db111564c 100644
--- a/perl-install/install/http.pm
+++ b/perl-install/install/http.pm
@@ -1,4 +1,4 @@
-package install::http; # $Id: http.pm 270205 2010-07-02 12:24:09Z pterjan $
+package install::http;
use urpm::download;
use common;
diff --git a/perl-install/install/install2 b/perl-install/install/install2
index e211d656a..ba8b558a9 100755
--- a/perl-install/install/install2
+++ b/perl-install/install/install2
@@ -1,7 +1,7 @@
#!/usr/bin/perl
#- PERL_INSTALL_TEST is used to launch stage2 in debug mode
-#- Mandrake Graphic Install $Id: install2 258993 2009-08-07 18:01:22Z pterjan $
+#- Mandrake Graphic Install
#- Copyright (C) 1999/2000 Mandrakesoft (pixel)
#-
#- This program is free software; you can redistribute it and/or modify
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index fb1fd3aa8..50bde4ad9 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -1,4 +1,4 @@
-package install::install2; # $Id: install2.pm 255825 2009-04-08 11:54:23Z tv $
+package install::install2;
use diagnostics;
use strict;
diff --git a/perl-install/install/interactive.pm b/perl-install/install/interactive.pm
index d217d145d..7faa7bdd8 100644
--- a/perl-install/install/interactive.pm
+++ b/perl-install/install/interactive.pm
@@ -1,4 +1,4 @@
-package install::interactive; # $Id: interactive.pm 215411 2007-04-25 12:26:16Z pixel $
+package install::interactive;
use diagnostics;
use strict;
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm
index 65cc1403e..9d75ea24f 100644
--- a/perl-install/install/media.pm
+++ b/perl-install/install/media.pm
@@ -1,4 +1,4 @@
-package install::media; # $Id: media.pm 269998 2010-06-11 17:28:57Z blino $
+package install::media;
use strict;
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 0718f36db..adbf25258 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -1,4 +1,4 @@
-package install::pkgs; # $Id: pkgs.pm 267288 2010-04-02 14:49:40Z pterjan $
+package install::pkgs;
use strict;
use feature 'state';
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 7a75fb530..73ff47918 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -1,4 +1,4 @@
-package install::steps; # $Id: steps.pm 268013 2010-04-29 15:02:04Z pterjan $
+package install::steps;
use diagnostics;
use strict;
diff --git a/perl-install/install/steps_auto_install.pm b/perl-install/install/steps_auto_install.pm
index 1716fad06..ceaab7ed3 100644
--- a/perl-install/install/steps_auto_install.pm
+++ b/perl-install/install/steps_auto_install.pm
@@ -1,4 +1,4 @@
-package install::steps_auto_install; # $Id: steps_auto_install.pm 257077 2009-04-24 14:18:27Z blino $
+package install::steps_auto_install;
use diagnostics;
use strict;
diff --git a/perl-install/install/steps_curses.pm b/perl-install/install/steps_curses.pm
index 6f8f73579..30fd693a6 100644
--- a/perl-install/install/steps_curses.pm
+++ b/perl-install/install/steps_curses.pm
@@ -1,4 +1,4 @@
-package install::steps_curses; # $Id: steps_curses.pm 247958 2008-10-08 15:19:32Z tv $
+package install::steps_curses;
use diagnostics;
use strict;
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 04fdce954..3b0969fc4 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -1,4 +1,4 @@
-package install::steps_gtk; # $Id: steps_gtk.pm 266069 2010-02-09 19:47:35Z pterjan $
+package install::steps_gtk;
use diagnostics;
use strict;
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 198d44c9d..25e365e8b 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -1,4 +1,4 @@
-package install::steps_interactive; # $Id: steps_interactive.pm 267011 2010-03-19 12:00:12Z pterjan $
+package install::steps_interactive;
use strict;
diff --git a/perl-install/install/steps_stdio.pm b/perl-install/install/steps_stdio.pm
index 0b0850fcb..1cf4b1197 100644
--- a/perl-install/install/steps_stdio.pm
+++ b/perl-install/install/steps_stdio.pm
@@ -1,4 +1,4 @@
-package install::steps_stdio; # $Id: steps_stdio.pm 215411 2007-04-25 12:26:16Z pixel $
+package install::steps_stdio;
use diagnostics;
use strict;