public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoolkit r546 - trunk/src/echangelog
@ 2009-02-16 20:07 Paul Varner (fuzzyray)
  0 siblings, 0 replies; only message in thread
From: Paul Varner (fuzzyray) @ 2009-02-16 20:07 UTC (permalink / raw
  To: gentoo-commits

Author: fuzzyray
Date: 2009-02-16 20:07:03 +0000 (Mon, 16 Feb 2009)
New Revision: 546

Modified:
   trunk/src/echangelog/echangelog
Log:
Fix 'Use of uninitialized value' error when processing modified ebuilds

Modified: trunk/src/echangelog/echangelog
===================================================================
--- trunk/src/echangelog/echangelog	2009-02-15 20:51:01 UTC (rev 545)
+++ trunk/src/echangelog/echangelog	2009-02-16 20:07:03 UTC (rev 546)
@@ -319,8 +319,8 @@
 	# git format: diff --git a/app-doc/repodoc/metadata.xml b/app-doc/repodoc/metadata.xml
 	elsif (/$vcs{$vcs}{regex}/) {
 		my $f;
-		if ($vcs eq "git") {
     		($f) = ($1);
+		if ($vcs eq "git") {
     		my $version = ($2);
        		while (<C>) {
                	last if /^deleted file mode|^index/;
@@ -329,8 +329,6 @@
                    	last;
        			}
     		}
-		} else { 
-			($f) = ($2);
 		}
 
             # check if more than just copyright date changed.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-16 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 20:07 [gentoo-commits] gentoolkit r546 - trunk/src/echangelog Paul Varner (fuzzyray)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox