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 <gentoo-commits+bounces-318036-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PqwjW-0002G5-0w for garchives@archives.gentoo.org; Sun, 20 Feb 2011 00:01:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD5EE0441; Sun, 20 Feb 2011 00:00:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A7A57E0441 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2011 00:00:53 +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 1210C1B4010 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2011 00:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 641238006A for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2011 00:00:52 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/, pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh bin/misc-functions.sh pym/portage/mail.py X-VCS-Directories: bin/ pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77 Date: Sun, 20 Feb 2011 00:00:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d3083a39ed2d38d27879b4f935eddc56 commit: ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Feb 20 00:00:16 2011 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Feb 20 00:00:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Ded5aa31e Update date headers in modified files. --- bin/ebuild.sh | 2 +- bin/misc-functions.sh | 2 +- pym/portage/mail.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8abdec9..1764da1 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 PORTAGE_BIN_PATH=3D"${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}" diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index e1e5df1..ae4cc9e 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # Miscellaneous shell functions that make use of the ebuild env but don'= t need diff --git a/pym/portage/mail.py b/pym/portage/mail.py index 7268398..aa41854 100644 --- a/pym/portage/mail.py +++ b/pym/portage/mail.py @@ -1,5 +1,5 @@ # portage.py -- core Portage functionality -# Copyright 1998-2004 Gentoo Foundation +# Copyright 1998-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 # Since python ebuilds remove the 'email' module when USE=3Dbuild