Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/, pym/portage/
Date: Thu, 05 May 2011 15:13:46
Message-Id: 31cd3e14b04608ee19b0f12aa18a2864410baf6d.zmedico@gentoo
1 commit: 31cd3e14b04608ee19b0f12aa18a2864410baf6d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 15:15:20 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 15:15:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=31cd3e14
7
8 Update timestamps in headers of modified files.
9
10 ---
11 pym/portage/dbapi/cpv_expand.py | 2 +-
12 pym/portage/manifest.py | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/pym/portage/dbapi/cpv_expand.py b/pym/portage/dbapi/cpv_expand.py
16 index 9ce0d3d..26f9948 100644
17 --- a/pym/portage/dbapi/cpv_expand.py
18 +++ b/pym/portage/dbapi/cpv_expand.py
19 @@ -1,4 +1,4 @@
20 -# Copyright 2010 Gentoo Foundation
21 +# Copyright 2010-2011 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 __all__ = ["cpv_expand"]
25
26 diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
27 index de7540f..f273cc2 100644
28 --- a/pym/portage/manifest.py
29 +++ b/pym/portage/manifest.py
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2009 Gentoo Foundation
32 +# Copyright 1999-2011 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 import codecs