summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-04 13:10:10 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-04 13:10:10 -0700
commitceda1601eef8da4cfef42bbd5f7ef6ad968aff6b (patch)
treefa68d8068a6d47a4544758736663c355f21cbb9d
parent289c8e472434e8bd0bdc00677bdf7bd003d9cbbc (diff)
downloadportage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.tar.gz
portage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.tar.bz2
portage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.zip
Update timestamps in headers of modified files.
-rw-r--r--man/emerge.12
-rw-r--r--man/repoman.12
-rw-r--r--pym/_emerge/EbuildPhase.py2
-rw-r--r--pym/_emerge/Package.py2
-rw-r--r--pym/_emerge/emergelog.py2
-rw-r--r--pym/portage/dbapi/cpv_expand.py2
-rw-r--r--pym/portage/manifest.py2
-rw-r--r--pym/portage/tests/resolver/ResolverPlayground.py2
-rw-r--r--pym/portage/tests/resolver/test_autounmask.py2
-rwxr-xr-xruntests.sh2
10 files changed, 11 insertions, 9 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 5441b0fb2..ce4deac63 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Apr 2011" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "May 2011" "Portage VERSION" "Portage"
.SH "NAME"
emerge \- Command\-line interface to the Portage system
.SH "SYNOPSIS"
diff --git a/man/repoman.1 b/man/repoman.1
index 4bb50337a..3d4cc5304 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Feb 2011" "Portage VERSION" "Portage"
+.TH "REPOMAN" "1" "May 2011" "Portage VERSION" "Portage"
.SH NAME
repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree
.SH SYNOPSIS
diff --git a/pym/_emerge/EbuildPhase.py b/pym/_emerge/EbuildPhase.py
index 1866f316d..5849e7797 100644
--- a/pym/_emerge/EbuildPhase.py
+++ b/pym/_emerge/EbuildPhase.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
import gzip
diff --git a/pym/_emerge/Package.py b/pym/_emerge/Package.py
index 1dc86ce48..f11da6ee5 100644
--- a/pym/_emerge/Package.py
+++ b/pym/_emerge/Package.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
import sys
diff --git a/pym/_emerge/emergelog.py b/pym/_emerge/emergelog.py
index dde662ead..f30356ea1 100644
--- a/pym/_emerge/emergelog.py
+++ b/pym/_emerge/emergelog.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/dbapi/cpv_expand.py b/pym/portage/dbapi/cpv_expand.py
index 9ce0d3d2c..26f994887 100644
--- a/pym/portage/dbapi/cpv_expand.py
+++ b/pym/portage/dbapi/cpv_expand.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
__all__ = ["cpv_expand"]
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index de7540f96..f273cc20c 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.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 codecs
diff --git a/pym/portage/tests/resolver/ResolverPlayground.py b/pym/portage/tests/resolver/ResolverPlayground.py
index 1c5d97473..7e4636fed 100644
--- a/pym/portage/tests/resolver/ResolverPlayground.py
+++ b/pym/portage/tests/resolver/ResolverPlayground.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from itertools import permutations
diff --git a/pym/portage/tests/resolver/test_autounmask.py b/pym/portage/tests/resolver/test_autounmask.py
index 124abe14e..36b043d4d 100644
--- a/pym/portage/tests/resolver/test_autounmask.py
+++ b/pym/portage/tests/resolver/test_autounmask.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from portage.tests import TestCase
diff --git a/runtests.sh b/runtests.sh
index 668701cc6..11aec60f5 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+# Copyright 2010-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"