Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:2.1.9 commit in: man/, bin/, pym/portage/, pym/portage/util/, pym/_emerge/
Date: Thu, 26 May 2011 06:26:24
Message-Id: 98072bd7117f991efafa6eae89460e5ee09be874.zmedico@gentoo
1 commit: 98072bd7117f991efafa6eae89460e5ee09be874
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 06:25:38 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 06:25:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=98072bd7
7
8 Update timestamps in headers of modified files.
9
10 ---
11 bin/etc-update | 2 +-
12 man/make.conf.5 | 2 +-
13 pym/_emerge/DepPriority.py | 2 +-
14 pym/_emerge/DepPrioritySatisfiedRange.py | 2 +-
15 pym/_emerge/EbuildBuildDir.py | 2 +-
16 pym/portage/mail.py | 1 -
17 pym/portage/util/movefile.py | 2 +-
18 7 files changed, 6 insertions(+), 7 deletions(-)
19
20 diff --git a/bin/etc-update b/bin/etc-update
21 index 73a1f5d..2369f04 100755
22 --- a/bin/etc-update
23 +++ b/bin/etc-update
24 @@ -1,5 +1,5 @@
25 #!/bin/bash
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 # Author Brandon Low <lostlogic@g.o>
31
32 diff --git a/man/make.conf.5 b/man/make.conf.5
33 index e6e159e..18a9798 100644
34 --- a/man/make.conf.5
35 +++ b/man/make.conf.5
36 @@ -1,4 +1,4 @@
37 -.TH "MAKE.CONF" "5" "Apr 2011" "Portage VERSION" "Portage"
38 +.TH "MAKE.CONF" "5" "May 2011" "Portage VERSION" "Portage"
39 .SH "NAME"
40 make.conf \- custom settings for Portage
41 .SH "SYNOPSIS"
42
43 diff --git a/pym/_emerge/DepPriority.py b/pym/_emerge/DepPriority.py
44 index 91afc05..bad4c0b 100644
45 --- a/pym/_emerge/DepPriority.py
46 +++ b/pym/_emerge/DepPriority.py
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2009 Gentoo Foundation
49 +# Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 from _emerge.AbstractDepPriority import AbstractDepPriority
53
54 diff --git a/pym/_emerge/DepPrioritySatisfiedRange.py b/pym/_emerge/DepPrioritySatisfiedRange.py
55 index 7c2ea81..b6f37ed 100644
56 --- a/pym/_emerge/DepPrioritySatisfiedRange.py
57 +++ b/pym/_emerge/DepPrioritySatisfiedRange.py
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2009 Gentoo Foundation
60 +# Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 from _emerge.DepPriority import DepPriority
64
65 diff --git a/pym/_emerge/EbuildBuildDir.py b/pym/_emerge/EbuildBuildDir.py
66 index 3e0aefb..ddc5fe0 100644
67 --- a/pym/_emerge/EbuildBuildDir.py
68 +++ b/pym/_emerge/EbuildBuildDir.py
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2010 Gentoo Foundation
71 +# Copyright 1999-2011 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73
74 from _emerge.AsynchronousLock import AsynchronousLock
75
76 diff --git a/pym/portage/mail.py b/pym/portage/mail.py
77 index 688b518..17dfcaf 100644
78 --- a/pym/portage/mail.py
79 +++ b/pym/portage/mail.py
80 @@ -1,4 +1,3 @@
81 -# portage.py -- core Portage functionality
82 # Copyright 1998-2011 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85
86 diff --git a/pym/portage/util/movefile.py b/pym/portage/util/movefile.py
87 index e07e8ca..30cb6f1 100644
88 --- a/pym/portage/util/movefile.py
89 +++ b/pym/portage/util/movefile.py
90 @@ -1,4 +1,4 @@
91 -# Copyright 2010 Gentoo Foundation
92 +# Copyright 2010-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94
95 __all__ = ['movefile']