aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-05-07 23:21:06 +0100
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-05-07 23:21:06 +0100
commit08a15697aa53e90f8eb715480f897e27619ffa20 (patch)
tree0c91e2056bd94731ea55a262fc41314b946a43ee
parentb64ba24582c81f8a18c6878d99a921e08264fef9 (diff)
downloadrpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar
rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.gz
rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.bz2
rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.xz
rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1169 | dmorgan | 2011-05-07 23:21:06 +0100 (Sat, 07 May 2011) | 1 line Import rpmtools ------------------------------------------------------------------------
-rwxr-xr-x[-rw-r--r--]Makefile.PL2
-rwxr-xr-xdumpdistribconf2
-rwxr-xr-xeditdistrib2
-rw-r--r--genhdlist-old2
-rw-r--r--packdrake.pm2
-rwxr-xr-xt/01packdrake.t2
6 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cf61c9c..a8a47fb 100644..100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.PL 251926 2009-01-20 15:24:15Z pixel $
use strict;
use ExtUtils::MakeMaker;
diff --git a/dumpdistribconf b/dumpdistribconf
index c462606..d05bb27 100755
--- a/dumpdistribconf
+++ b/dumpdistribconf
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Id: dumpdistribconf 12157 2005-11-15 11:22:04Z rgarciasuarez $ =~ /(\d+\.\d+)/;
use strict;
use Getopt::Long;
diff --git a/editdistrib b/editdistrib
index f99cd09..a143810 100755
--- a/editdistrib
+++ b/editdistrib
@@ -8,7 +8,7 @@ use Term::ReadLine;
use Text::ParseWords;
use Getopt::Long;
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Id: editdistrib 12165 2005-11-16 14:28:27Z rgarciasuarez $ =~ /(\d+\.\d+)/;
my @distribs;
diff --git a/genhdlist-old b/genhdlist-old
index f917cb5..ec1e21e 100644
--- a/genhdlist-old
+++ b/genhdlist-old
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Id: genhdlist-old 246205 2008-09-22 07:58:49Z pixel $ =~ /(\d+\.\d+)/;
use strict;
use URPM;
diff --git a/packdrake.pm b/packdrake.pm
index d500d82..365200a 100644
--- a/packdrake.pm
+++ b/packdrake.pm
@@ -14,7 +14,7 @@
##- along with this program; if not, write to the Free Software
##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-##- $Id$
+##- $Id: packdrake.pm 12160 2005-11-15 12:42:54Z rgarciasuarez $
package packdrake;
diff --git a/t/01packdrake.t b/t/01packdrake.t
index 1d0aebf..58d4fd1 100755
--- a/t/01packdrake.t
+++ b/t/01packdrake.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id$
+# $Id: 01packdrake.t 223440 2007-06-10 22:09:58Z nanardon $
use strict;
use Test::More tests => 7;