From 22fd7b2d4764535bd3afc37728df1015b0294467 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 28 Feb 2017 21:39:46 +0100 Subject: Drop remaining $Id$ and $Header$ from files. Bug: 611234 --- dev-lang/erlang/files/epmd.init | 1 - dev-lang/python/files/pydoc.conf | 1 - dev-lang/python/files/pydoc.init | 1 - 3 files changed, 3 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/erlang/files/epmd.init b/dev-lang/erlang/files/epmd.init index 4f85815b9cc9..9b3b9e2ad72c 100644 --- a/dev-lang/erlang/files/epmd.init +++ b/dev-lang/erlang/files/epmd.init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the Erlang Public License 1.1 -# $Id$ depend() { need net diff --git a/dev-lang/python/files/pydoc.conf b/dev-lang/python/files/pydoc.conf index b648cd36ab7a..3c6920cc96c4 100644 --- a/dev-lang/python/files/pydoc.conf +++ b/dev-lang/python/files/pydoc.conf @@ -1,5 +1,4 @@ # /etc/init.d/pydoc.conf -# $Id$ # This file contains the configuration for pydoc's internal webserver. diff --git a/dev-lang/python/files/pydoc.init b/dev-lang/python/files/pydoc.init index 9d91426434ec..f8e05636da4e 100644 --- a/dev-lang/python/files/pydoc.init +++ b/dev-lang/python/files/pydoc.init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public Licence v2 -# $Id$ start() { local pydoc_port="${@PYDOC_PORT_VARIABLE@-${PYDOC_PORT}}" -- cgit v1.2.3-65-gdbad