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 1PmZFH-0003ae-N7 for garchives@archives.gentoo.org; Mon, 07 Feb 2011 22:07:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4567BE0AF0; Mon, 7 Feb 2011 22:07:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 14B0CE0AF0 for ; Mon, 7 Feb 2011 22:07:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABEBA1B405D for ; Mon, 7 Feb 2011 22:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 17E9B8006A for ; Mon, 7 Feb 2011 22:07:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/, pym/portage/dep/, pym/portage/tests/dep/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 pym/portage/dep/dep_check.py pym/portage/tests/dep/test_paren_reduce.py X-VCS-Directories: man/ pym/portage/dep/ pym/portage/tests/dep/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb Date: Mon, 7 Feb 2011 22:07:34 +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: X-Archives-Hash: 8e155293f5c9b716bbb6840e60426e00 commit: 22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb Author: Zac Medico gentoo org> AuthorDate: Mon Feb 7 22:06:56 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Feb 7 22:06:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D22d47a3a Update dates in headers. --- man/ebuild.5 | 2 +- pym/portage/dep/dep_check.py | 2 +- pym/portage/tests/dep/test_paren_reduce.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 5aecefd..dd6a31b 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Sep 2010" "Portage VERSION" "Portage" +.TH "EBUILD" "5" "Feb 2011" "Portage VERSION" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild scr= ipt .SH "DESCRIPTION" diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py index da9b4e5..60896c0 100644 --- a/pym/portage/dep/dep_check.py +++ b/pym/portage/dep/dep_check.py @@ -1,4 +1,4 @@ -# Copyright 2010 Gentoo Foundation +# Copyright 2010-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 __all__ =3D ['dep_check', 'dep_eval', 'dep_wordreduce', 'dep_zapdeps'] diff --git a/pym/portage/tests/dep/test_paren_reduce.py b/pym/portage/tes= ts/dep/test_paren_reduce.py index a7bbf97..9a147a0 100644 --- a/pym/portage/tests/dep/test_paren_reduce.py +++ b/pym/portage/tests/dep/test_paren_reduce.py @@ -1,4 +1,4 @@ -# Copyright 2010 Gentoo Foundation +# Copyright 2010-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 from portage.tests import TestCase