diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-06-30 15:10:28 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-06-30 15:10:28 +0000 |
commit | 872474b4ad27bd4945c35c0ba669681e3e519b4a (patch) | |
tree | ae93ca45c0b3280201f04d31f5ffa3fdb138f79f | |
parent | Version bump (diff) | |
download | gentoo-2-872474b4ad27bd4945c35c0ba669681e3e519b4a.tar.gz gentoo-2-872474b4ad27bd4945c35c0ba669681e3e519b4a.tar.bz2 gentoo-2-872474b4ad27bd4945c35c0ba669681e3e519b4a.zip |
Fixed files/pydoc* headers
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r1 x86_64)
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/files/pydoc.conf | 2 | ||||
-rwxr-xr-x | dev-lang/python/files/pydoc.init | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index e90ccfb24166..338a8a9ada47 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.326 2008/06/25 17:26:17 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.327 2008/06/30 15:10:27 hawking Exp $ + + 30 Jun 2008; Ali Polatel <hawking@gentoo.org> files/pydoc.conf, + files/pydoc.init: + Fixed files/pydoc* headers *python-2.5.2-r5 (24 Jun 2008) diff --git a/dev-lang/python/files/pydoc.conf b/dev-lang/python/files/pydoc.conf index ab4a821c8ec2..4a98fd40e485 100644 --- a/dev-lang/python/files/pydoc.conf +++ b/dev-lang/python/files/pydoc.conf @@ -1,5 +1,5 @@ # /etc/init.d/pydoc.conf -# $Header: +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.2 2008/06/30 15:10:28 hawking Exp $ # This file contains the configuration information for pydoc's internal # webserver. The variables should be rather self explanatory :-) diff --git a/dev-lang/python/files/pydoc.init b/dev-lang/python/files/pydoc.init index 8e436db3eec2..19b63e31dff3 100755 --- a/dev-lang/python/files/pydoc.init +++ b/dev-lang/python/files/pydoc.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2008 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Licence v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v 1.2 2008/06/30 15:10:28 hawking Exp $ depend() { need net |