diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-02-15 09:22:31 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-02-15 09:22:31 -0800 |
commit | 7ec33483cb06eeb7887b2e78215c04eaaae0eada (patch) | |
tree | cff078889deff9cb519daf3d025e074dbc64e78a | |
parent | depgraph: fix virtual code to handle unsatisfied (diff) | |
download | portage-2.2.0_alpha24.tar.gz portage-2.2.0_alpha24.tar.bz2 portage-2.2.0_alpha24.zip |
Update date headers for modified files.v2.2.0_alpha24
-rw-r--r-- | man/ebuild.1 | 2 | ||||
-rw-r--r-- | pym/_emerge/EbuildExecuter.py | 2 | ||||
-rw-r--r-- | pym/_emerge/create_depgraph_params.py | 2 | ||||
-rw-r--r-- | pym/_emerge/help.py | 2 | ||||
-rw-r--r-- | pym/portage/getbinpkg.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1 index cb6ebc249..e74779a66 100644 --- a/man/ebuild.1 +++ b/man/ebuild.1 @@ -1,4 +1,4 @@ -.TH "EBUILD" "1" "Oct 2009" "Portage VERSION" "Portage" +.TH "EBUILD" "1" "Feb 2011" "Portage VERSION" "Portage" .SH "NAME" ebuild \- a low level interface to the Portage system .SH "SYNOPSIS" diff --git a/pym/_emerge/EbuildExecuter.py b/pym/_emerge/EbuildExecuter.py index 95614de87..b28c73793 100644 --- a/pym/_emerge/EbuildExecuter.py +++ b/pym/_emerge/EbuildExecuter.py @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from _emerge.EbuildPhase import EbuildPhase diff --git a/pym/_emerge/create_depgraph_params.py b/pym/_emerge/create_depgraph_params.py index 735f12ce7..d60259ef2 100644 --- a/pym/_emerge/create_depgraph_params.py +++ b/pym/_emerge/create_depgraph_params.py @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import logging diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 6a1bae439..bd6c0f235 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --git a/pym/portage/getbinpkg.py b/pym/portage/getbinpkg.py index 43a6bf5f7..68e4543fc 100644 --- a/pym/portage/getbinpkg.py +++ b/pym/portage/getbinpkg.py @@ -1,5 +1,5 @@ # getbinpkg.py -- Portage binary-package helper functions -# Copyright 2003-2004 Gentoo Foundation +# Copyright 2003-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from portage.output import colorize |