+23 Mar 2005 Aron Griffis <agriffis@gentoo.org>
+ * handle package moves without adding new version lines
+
08 Mar 2005 Aron Griffis <agriffis@gentoo.org>
* don't complain about cvs add of digests #84377
* use gmtime instead of localtime
}
close C;
+# When a package move occurs, the versions appear to be new even though they are
+# not. Trim them from @new_versions in that case.
+@new_versions = grep { $text !~ /^\*$_\s/m } @new_versions;
+
# Check if we have any files left, otherwise re-insert ebuild list
# (of course, both might be empty anyway)
@files = @ebuilds unless (@files);