Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Tue, 12 Jul 2011 21:04:00 +0000 (14:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Jul 2011 21:04:00 +0000 (14:04 -0700)
bin/ebuild-helpers/doman
bin/ebuild-helpers/prepall
bin/ebuild-helpers/prepallman
bin/ebuild-helpers/prepinfo
bin/ebuild-helpers/prepman
bin/ebuild-helpers/prepstrip
man/make.conf.5
pym/portage/package/ebuild/digestcheck.py

index 51ca055f61931ce26b70e65f94907cca8e16983c..4561bef1810ba070f45851bb419d9d0888f073a9 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index dbed57c4e91b2590fd11e69e941785f585ef06ac..701ecba213734e4a64992610a5176fa298ae9b22 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index a543ecb18cf48accf008ae4a2d4f92223746d4f6..e50de6d67e97a6623d23bc5b7c6f7c2e9fe40124 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index 0d68cc83e1446e2ed348c81ea2cb4091679c6215..691fd1372bf16aaea72d2376899878e4bbfff48f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index 5c0f9f0cc7998be0d16e137b650d2cbc5d11bb89..c9add8a30662826c47194f35bd359f8c9546304b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index 344d41750c5f6806fa9ce3b974875438694c9d6d..d25259dca7b0e3c286c9f0614ff33da771afe034 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
index e0cb07c1bb58ef77b47eb40b3551565181f1020b..d83258c943a0a70688dcb7dd8b799487000ce9f9 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MAKE.CONF" "5" "May 2011" "Portage VERSION" "Portage"
+.TH "MAKE.CONF" "5" "Jul 2011" "Portage VERSION" "Portage"
 .SH "NAME"
 make.conf \- custom settings for Portage
 .SH "SYNOPSIS"
index 9354bfe45ff32e0b6cb57f6e15ee30da02f521e3..21cadc3f52b1ebb4b89c6d951551e964bfc23922 100644 (file)
@@ -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__ = ['digestcheck']