+19 Mar 2004 Aron Griffis <agriffis@gentoo.org>
+ * Remove debugging output
+ * Fix $v bug introduced in last commit
+
16 Mar 2004 Aron Griffis <agriffis@gentoo.org>
* Make Feb 17 behavior work without Feb 20 bug :-)
* Release as version 0.2.0
# the changed files we have
@ebuilds = grep /\.ebuild$/, @files;
@files = grep !/\.ebuild$/, @files;
-print "files = @files\n";
-print "ebuilds = @ebuilds\n";
if (@ebuilds) {
open C, "cvs diff -U 0 @ebuilds 2>&1 |" or die "Can't run cvs diff: $!\n";
$_ = <C>;
last if /^[A-Za-z]/;
if (/^[-+](?!# Copyright)/) {
push @files, $f;
- $versions{$2} = $v; # existing ebuild that has changed
+ $versions{$v} = $0; # existing ebuild that has changed
last;
}
}