From: idl0r Date: Sat, 12 Sep 2009 11:56:28 +0000 (-0000) Subject: Cleanup. X-Git-Tag: gentoolkit-dev-0.2.6.13_rc2^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=090bddc7fee80ec864546827405bbf883c3e16df;p=gentoolkit.git Cleanup. svn path=/trunk/gentoolkit-dev/; revision=682 --- diff --git a/ChangeLog b/ChangeLog index 4905c24..a177bd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2009-12-09: Christian Ruppert * src/echangelog/echangelog: Fix bug 284657, thanks to Andrew Gaffney . Cleanup VCS detection. + Cleanup. 2009-09-09: Christian Ruppert * src/imlate/imlate: Bump to 0.0.4. diff --git a/src/echangelog/echangelog b/src/echangelog/echangelog index 039e5f3..af4ad8b 100755 --- a/src/echangelog/echangelog +++ b/src/echangelog/echangelog @@ -10,7 +10,6 @@ use strict; use POSIX qw(strftime getcwd setlocale); -use File::Find; use File::Basename; use Getopt::Long; @@ -23,7 +22,7 @@ $Text::Wrap::unexpand = 0; # Global variables my (@files, @ebuilds, @conflicts, @trivial, @unknown, @new_versions, %actions); -my ($input, $editor, $entry, $user, $date, $text, $year, $vcs); +my ($input, $editor, $entry, $user, $date, $text, $vcs); my ($opt_help, $opt_strict, $opt_version); $opt_help = 0;