Gentoo Archives: gentoo-commits

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/, man/
Date: Tue, 02 Feb 2016 20:53:34
Message-Id: 1454446138.fbbe76199b897828f26aed828eb7ad476bc33264.bernalex@gentoo
1 commit: fbbe76199b897828f26aed828eb7ad476bc33264
2 Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 20:48:58 2016 +0000
4 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 20:48:58 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fbbe7619
7
8 Update copyright headers
9
10 Update copyright headers to reflect the changes made in the following
11 commits:
12
13 * 8c9b1d6a7c115344cdc5bd8e7d122ab721aeb53a
14 Clarify no binary packages error (bug 573070)
15 * 3ff375e832d469f03dc922f7a30651726f86d3e0
16 Make config update tools stand out (bug 543706)
17 * 4369d1aca89eaecd589af4aa7a387ce36e5c42e7
18 Be extra clear on INSTALL_MASK & dirs (bug 527004)
19
20 Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org>
21
22 man/emerge.1 | 2 +-
23 man/make.conf.5 | 2 +-
24 pym/_emerge/chk_updated_cfg_files.py | 2 +-
25 pym/_emerge/depgraph.py | 2 +-
26 4 files changed, 4 insertions(+), 4 deletions(-)
27
28 diff --git a/man/emerge.1 b/man/emerge.1
29 index 0f5782e..bfa2f73 100644
30 --- a/man/emerge.1
31 +++ b/man/emerge.1
32 @@ -1,4 +1,4 @@
33 -.TH "EMERGE" "1" "Jan 2015" "Portage VERSION" "Portage"
34 +.TH "EMERGE" "1" "Feb 2016" "Portage VERSION" "Portage"
35 .SH "NAME"
36 emerge \- Command\-line interface to the Portage system
37 .SH "SYNOPSIS"
38
39 diff --git a/man/make.conf.5 b/man/make.conf.5
40 index 49c88ce..26bbf06 100644
41 --- a/man/make.conf.5
42 +++ b/man/make.conf.5
43 @@ -1,4 +1,4 @@
44 -.TH "MAKE.CONF" "5" "Jan 2015" "Portage VERSION" "Portage"
45 +.TH "MAKE.CONF" "5" "Feb 2016" "Portage VERSION" "Portage"
46 .SH "NAME"
47 make.conf \- custom settings for Portage
48 .SH "SYNOPSIS"
49
50 diff --git a/pym/_emerge/chk_updated_cfg_files.py b/pym/_emerge/chk_updated_cfg_files.py
51 index 6903df9..e5e0907 100644
52 --- a/pym/_emerge/chk_updated_cfg_files.py
53 +++ b/pym/_emerge/chk_updated_cfg_files.py
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2012, 2016 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 from __future__ import print_function
60
61 diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
62 index 05d1da5..b58fbda 100644
63 --- a/pym/_emerge/depgraph.py
64 +++ b/pym/_emerge/depgraph.py
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2016 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 from __future__ import division, print_function, unicode_literals