From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RxpTD-0001EY-9j for garchives@archives.gentoo.org; Thu, 16 Feb 2012 00:45:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC89E0C23; Thu, 16 Feb 2012 00:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE018E0AC3 for ; Thu, 16 Feb 2012 00:28:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FB2D1B401C for ; Thu, 16 Feb 2012 00:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 031EBE5406 for ; Thu, 16 Feb 2012 00:27:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1329011295.61c48fe86e85329762533763c3c2799893c761bd.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: scripts/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/package_log.pl X-VCS-Directories: scripts/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 61c48fe86e85329762533763c3c2799893c761bd X-VCS-Branch: eclass-moretests Date: Thu, 16 Feb 2012 00:27:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5422bd94-6657-495d-a506-f5727bf3f5bc X-Archives-Hash: a0ddd10756cb8f23867266f46951c025 commit: 61c48fe86e85329762533763c3c2799893c761bd Author: Kent Fredric gmail com> AuthorDate: Sun Feb 12 01:48:15 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Feb 12 01:48:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D61c48fe8 [script] remove newest_date limitation on package_log --- scripts/package_log.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/package_log.pl b/scripts/package_log.pl index a6bc9fb..22e571d 100755 --- a/scripts/package_log.pl +++ b/scripts/package_log.pl @@ -61,7 +61,7 @@ if ( not $flags->{all} ) { range =3D> { date =3D> { from =3D> $oldest_date, - to =3D> $newest_date, + #to =3D> $newest_date, } } };