aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-05 13:23:45 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-05 13:23:45 +0000
commitf8f1a589f649532988c285414b5e3c5656eec0d2 (patch)
treea82d65d51d62c229c74c6427562b4dba1d0d66d8
parent0a04025a47ab63c8bbe84c921c141e57469d2f9c (diff)
downloadmga-youri-core-f8f1a589f649532988c285414b5e3c5656eec0d2.tar
mga-youri-core-f8f1a589f649532988c285414b5e3c5656eec0d2.tar.gz
mga-youri-core-f8f1a589f649532988c285414b5e3c5656eec0d2.tar.bz2
mga-youri-core-f8f1a589f649532988c285414b5e3c5656eec0d2.tar.xz
mga-youri-core-f8f1a589f649532988c285414b5e3c5656eec0d2.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r210 | boklm | 2011-01-05 13:23:45 +0000 (Wed, 05 Jan 2011) | 1 line add mandriva version of youri-core, downloaded from http://svn.mandriva.com/svn/soft/build_system/youri/core/trunk/ at revision 271600 ------------------------------------------------------------------------
-rwxr-xr-x[-rw-r--r--]Makefile.PL2
-rwxr-xr-xbin/fillbugzilla2
-rwxr-xr-xcgi/maintainers.cgi2
-rw-r--r--etc/check.conf2
-rw-r--r--etc/upload.conf2
-rw-r--r--lib/Youri/Bugzilla.pm2
-rw-r--r--lib/Youri/Check/Input.pm2
-rw-r--r--lib/Youri/Check/Input/Age.pm2
-rw-r--r--lib/Youri/Check/Input/Build.pm2
-rw-r--r--lib/Youri/Check/Input/Build/Source.pm2
-rw-r--r--lib/Youri/Check/Input/Build/Source/LBD.pm2
-rw-r--r--lib/Youri/Check/Input/Conflicts.pm2
-rw-r--r--lib/Youri/Check/Input/Dependencies.pm2
-rw-r--r--lib/Youri/Check/Input/Rpmlint.pm2
-rw-r--r--lib/Youri/Check/Input/Updates.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/CPAN.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/Debian.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/Fedora.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/Freshmeat.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/Gentoo.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/RAA.pm2
-rw-r--r--lib/Youri/Check/Input/Updates/Source/Sourceforge.pm2
-rw-r--r--lib/Youri/Check/Maintainer/Preferences.pm2
-rw-r--r--lib/Youri/Check/Maintainer/Preferences/File.pm2
-rw-r--r--lib/Youri/Check/Maintainer/Resolver.pm2
-rw-r--r--lib/Youri/Check/Maintainer/Resolver/Bugzilla.pm2
-rw-r--r--lib/Youri/Check/Maintainer/Resolver/CGI.pm2
-rw-r--r--lib/Youri/Check/Output.pm2
-rw-r--r--lib/Youri/Check/Output/File/Format/HTML.pm2
-rw-r--r--lib/Youri/Check/Output/File/Format/Text.pm2
-rw-r--r--lib/Youri/Check/Output/Mail.pm2
-rw-r--r--lib/Youri/Config.pm2
-rw-r--r--lib/Youri/Media.pm2
-rw-r--r--lib/Youri/Media/URPM.pm2
-rw-r--r--lib/Youri/Package.pm2
-rw-r--r--lib/Youri/Package/URPM.pm2
-rw-r--r--lib/Youri/Utils.pm2
-rwxr-xr-xt/00distribution.t2
-rwxr-xr-xt/version.t2
40 files changed, 40 insertions, 40 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7204f9b..38343c8 100644..100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.PL 1724 2006-10-17 13:55:27Z warly $
use ExtUtils::MakeMaker;
WriteMakefile(
diff --git a/bin/fillbugzilla b/bin/fillbugzilla
index 7f28678..8895c09 100755
--- a/bin/fillbugzilla
+++ b/bin/fillbugzilla
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# fillbugzilla
# copyright (c) 2002 Guillaume Rousse <guillomovitch@zarb.org>
-# $Id$
+# $Id: fillbugzilla 1179 2006-08-05 08:30:57Z warly $
use strict;
use warnings;
diff --git a/cgi/maintainers.cgi b/cgi/maintainers.cgi
index 6bb22f0..66665e6 100755
--- a/cgi/maintainers.cgi
+++ b/cgi/maintainers.cgi
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id$
+# $Id: maintainers.cgi 1179 2006-08-05 08:30:57Z warly $
=head1 NAME
diff --git a/etc/check.conf b/etc/check.conf
index f2ef3cb..b12c7a0 100644
--- a/etc/check.conf
+++ b/etc/check.conf
@@ -1,5 +1,5 @@
# youri-check sample configuration file
-# $Id$
+# $Id: check.conf 1179 2006-08-05 08:30:57Z warly $
# resolver declaration
resolver = cgi
diff --git a/etc/upload.conf b/etc/upload.conf
index c0c7ec7..37a1059 100644
--- a/etc/upload.conf
+++ b/etc/upload.conf
@@ -1,5 +1,5 @@
# youri-upload sample configuration file
-# $Id$
+# $Id: upload.conf 1179 2006-08-05 08:30:57Z warly $
# repository declaration
repository = plf
diff --git a/lib/Youri/Bugzilla.pm b/lib/Youri/Bugzilla.pm
index 374f4d4..098de0e 100644
--- a/lib/Youri/Bugzilla.pm
+++ b/lib/Youri/Bugzilla.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Bugzilla.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Bugzilla;
=head1 NAME
diff --git a/lib/Youri/Check/Input.pm b/lib/Youri/Check/Input.pm
index ec84862..d6a4bad 100644
--- a/lib/Youri/Check/Input.pm
+++ b/lib/Youri/Check/Input.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Input.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Age.pm b/lib/Youri/Check/Input/Age.pm
index 0484a29..fda4222 100644
--- a/lib/Youri/Check/Input/Age.pm
+++ b/lib/Youri/Check/Input/Age.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Age.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Age;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Build.pm b/lib/Youri/Check/Input/Build.pm
index f7b47bd..2b4e3a6 100644
--- a/lib/Youri/Check/Input/Build.pm
+++ b/lib/Youri/Check/Input/Build.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Build.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Build;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Build/Source.pm b/lib/Youri/Check/Input/Build/Source.pm
index e8b6a8b..b377875 100644
--- a/lib/Youri/Check/Input/Build/Source.pm
+++ b/lib/Youri/Check/Input/Build/Source.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Source.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Build::Source;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Build/Source/LBD.pm b/lib/Youri/Check/Input/Build/Source/LBD.pm
index 4e64013..599a3da 100644
--- a/lib/Youri/Check/Input/Build/Source/LBD.pm
+++ b/lib/Youri/Check/Input/Build/Source/LBD.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: LBD.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Build::Source::LBD;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Conflicts.pm b/lib/Youri/Check/Input/Conflicts.pm
index a1f3d04..88cb2f6 100644
--- a/lib/Youri/Check/Input/Conflicts.pm
+++ b/lib/Youri/Check/Input/Conflicts.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Conflicts.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Conflicts;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Dependencies.pm b/lib/Youri/Check/Input/Dependencies.pm
index f2b96d1..6f148d5 100644
--- a/lib/Youri/Check/Input/Dependencies.pm
+++ b/lib/Youri/Check/Input/Dependencies.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Dependencies.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Dependencies;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Rpmlint.pm b/lib/Youri/Check/Input/Rpmlint.pm
index 0d4ffc9..3148ca4 100644
--- a/lib/Youri/Check/Input/Rpmlint.pm
+++ b/lib/Youri/Check/Input/Rpmlint.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Rpmlint.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Rpmlint;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates.pm b/lib/Youri/Check/Input/Updates.pm
index 1869528..a61ce5e 100644
--- a/lib/Youri/Check/Input/Updates.pm
+++ b/lib/Youri/Check/Input/Updates.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Updates.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source.pm b/lib/Youri/Check/Input/Updates/Source.pm
index d97e759..e81d4d5 100644
--- a/lib/Youri/Check/Input/Updates/Source.pm
+++ b/lib/Youri/Check/Input/Updates/Source.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Source.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/CPAN.pm b/lib/Youri/Check/Input/Updates/Source/CPAN.pm
index 679f581..cff1d29 100644
--- a/lib/Youri/Check/Input/Updates/Source/CPAN.pm
+++ b/lib/Youri/Check/Input/Updates/Source/CPAN.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: CPAN.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::CPAN;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/Debian.pm b/lib/Youri/Check/Input/Updates/Source/Debian.pm
index 128e025..24582a9 100644
--- a/lib/Youri/Check/Input/Updates/Source/Debian.pm
+++ b/lib/Youri/Check/Input/Updates/Source/Debian.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Debian.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::Debian;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/Fedora.pm b/lib/Youri/Check/Input/Updates/Source/Fedora.pm
index 70dfaf9..cb74d36 100644
--- a/lib/Youri/Check/Input/Updates/Source/Fedora.pm
+++ b/lib/Youri/Check/Input/Updates/Source/Fedora.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Fedora.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::Fedora;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/Freshmeat.pm b/lib/Youri/Check/Input/Updates/Source/Freshmeat.pm
index 377f7be..9e9b7ce 100644
--- a/lib/Youri/Check/Input/Updates/Source/Freshmeat.pm
+++ b/lib/Youri/Check/Input/Updates/Source/Freshmeat.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Freshmeat.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::Freshmeat;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/Gentoo.pm b/lib/Youri/Check/Input/Updates/Source/Gentoo.pm
index 9b96155..de8f376 100644
--- a/lib/Youri/Check/Input/Updates/Source/Gentoo.pm
+++ b/lib/Youri/Check/Input/Updates/Source/Gentoo.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Gentoo.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::Gentoo;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/RAA.pm b/lib/Youri/Check/Input/Updates/Source/RAA.pm
index ab6118c..2e7356e 100644
--- a/lib/Youri/Check/Input/Updates/Source/RAA.pm
+++ b/lib/Youri/Check/Input/Updates/Source/RAA.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: RAA.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::RAA;
=head1 NAME
diff --git a/lib/Youri/Check/Input/Updates/Source/Sourceforge.pm b/lib/Youri/Check/Input/Updates/Source/Sourceforge.pm
index 3217c22..7623b3b 100644
--- a/lib/Youri/Check/Input/Updates/Source/Sourceforge.pm
+++ b/lib/Youri/Check/Input/Updates/Source/Sourceforge.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Sourceforge.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Input::Updates::Source::Sourceforge;
=head1 NAME
diff --git a/lib/Youri/Check/Maintainer/Preferences.pm b/lib/Youri/Check/Maintainer/Preferences.pm
index 4ea6ff8..5fbe203 100644
--- a/lib/Youri/Check/Maintainer/Preferences.pm
+++ b/lib/Youri/Check/Maintainer/Preferences.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Preferences.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Maintainer::Preferences;
=head1 NAME
diff --git a/lib/Youri/Check/Maintainer/Preferences/File.pm b/lib/Youri/Check/Maintainer/Preferences/File.pm
index 6f94181..223d56f 100644
--- a/lib/Youri/Check/Maintainer/Preferences/File.pm
+++ b/lib/Youri/Check/Maintainer/Preferences/File.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: File.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Maintainer::Preferences::File;
=head1 NAME
diff --git a/lib/Youri/Check/Maintainer/Resolver.pm b/lib/Youri/Check/Maintainer/Resolver.pm
index 0a87624..bc720eb 100644
--- a/lib/Youri/Check/Maintainer/Resolver.pm
+++ b/lib/Youri/Check/Maintainer/Resolver.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Resolver.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Maintainer::Resolver;
=head1 NAME
diff --git a/lib/Youri/Check/Maintainer/Resolver/Bugzilla.pm b/lib/Youri/Check/Maintainer/Resolver/Bugzilla.pm
index 82cc4d1..0cf13fc 100644
--- a/lib/Youri/Check/Maintainer/Resolver/Bugzilla.pm
+++ b/lib/Youri/Check/Maintainer/Resolver/Bugzilla.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Bugzilla.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Maintainer::Resolver::Bugzilla;
=head1 NAME
diff --git a/lib/Youri/Check/Maintainer/Resolver/CGI.pm b/lib/Youri/Check/Maintainer/Resolver/CGI.pm
index 0970484..21357b8 100644
--- a/lib/Youri/Check/Maintainer/Resolver/CGI.pm
+++ b/lib/Youri/Check/Maintainer/Resolver/CGI.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: CGI.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Maintainer::Resolver::CGI;
=head1 NAME
diff --git a/lib/Youri/Check/Output.pm b/lib/Youri/Check/Output.pm
index 068fe57..d518a3b 100644
--- a/lib/Youri/Check/Output.pm
+++ b/lib/Youri/Check/Output.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Output.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Output;
=head1 NAME
diff --git a/lib/Youri/Check/Output/File/Format/HTML.pm b/lib/Youri/Check/Output/File/Format/HTML.pm
index 098e64f..c498bbd 100644
--- a/lib/Youri/Check/Output/File/Format/HTML.pm
+++ b/lib/Youri/Check/Output/File/Format/HTML.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: HTML.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Output::File::Format::HTML;
=head1 NAME
diff --git a/lib/Youri/Check/Output/File/Format/Text.pm b/lib/Youri/Check/Output/File/Format/Text.pm
index bdbadde..d9f774d 100644
--- a/lib/Youri/Check/Output/File/Format/Text.pm
+++ b/lib/Youri/Check/Output/File/Format/Text.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Text.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Output::File::Format::Text;
=head1 NAME
diff --git a/lib/Youri/Check/Output/Mail.pm b/lib/Youri/Check/Output/Mail.pm
index 6380391..eb9a1f2 100644
--- a/lib/Youri/Check/Output/Mail.pm
+++ b/lib/Youri/Check/Output/Mail.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Mail.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Check::Output::Mail;
=head1 NAME
diff --git a/lib/Youri/Config.pm b/lib/Youri/Config.pm
index 09cfbe6..3affa7a 100644
--- a/lib/Youri/Config.pm
+++ b/lib/Youri/Config.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Config.pm 1709 2006-10-16 16:33:43Z warly $
package Youri::Config;
=head1 NAME
diff --git a/lib/Youri/Media.pm b/lib/Youri/Media.pm
index b2424be..a9d9521 100644
--- a/lib/Youri/Media.pm
+++ b/lib/Youri/Media.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Media.pm 1710 2006-10-16 16:35:11Z warly $
package Youri::Media;
=head1 NAME
diff --git a/lib/Youri/Media/URPM.pm b/lib/Youri/Media/URPM.pm
index 678e141..b7253d9 100644
--- a/lib/Youri/Media/URPM.pm
+++ b/lib/Youri/Media/URPM.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: URPM.pm 1179 2006-08-05 08:30:57Z warly $
package Youri::Media::URPM;
=head1 NAME
diff --git a/lib/Youri/Package.pm b/lib/Youri/Package.pm
index 6b352c0..5ba866a 100644
--- a/lib/Youri/Package.pm
+++ b/lib/Youri/Package.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Package.pm 223952 2007-06-23 13:54:13Z pixel $
package Youri::Package;
=head1 NAME
diff --git a/lib/Youri/Package/URPM.pm b/lib/Youri/Package/URPM.pm
index ad3a265..419eeb3 100644
--- a/lib/Youri/Package/URPM.pm
+++ b/lib/Youri/Package/URPM.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: URPM.pm 266577 2010-03-02 14:51:24Z bogdano $
package Youri::Package::URPM;
=head1 NAME
diff --git a/lib/Youri/Utils.pm b/lib/Youri/Utils.pm
index 8a3927f..f22796a 100644
--- a/lib/Youri/Utils.pm
+++ b/lib/Youri/Utils.pm
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Utils.pm 1713 2006-10-16 16:39:53Z warly $
package Youri::Utils;
=head1 NAME
diff --git a/t/00distribution.t b/t/00distribution.t
index 8a4b2c4..d49e472 100755
--- a/t/00distribution.t
+++ b/t/00distribution.t
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id$
+# $Id: 00distribution.t 1179 2006-08-05 08:30:57Z warly $
use Test::More;
diff --git a/t/version.t b/t/version.t
index dbdd391..d1ad0ae 100755
--- a/t/version.t
+++ b/t/version.t
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id$
+# $Id: version.t 1179 2006-08-05 08:30:57Z warly $
use Test::More;
use Youri::Check::Input::Updates;