summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/files/3.0/distcc-config1
-rw-r--r--sys-devel/distcc/files/3.1/init1
-rw-r--r--sys-devel/distcc/files/3.2/distcc-config1
-rw-r--r--sys-devel/distcc/files/3.2/init1
-rw-r--r--sys-devel/distcc/files/distcc-config1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys-devel/distcc/files/3.0/distcc-config b/sys-devel/distcc/files/3.0/distcc-config
index 9aec95503633..ed2a2eec435e 100644
--- a/sys-devel/distcc/files/3.0/distcc-config
+++ b/sys-devel/distcc/files/3.0/distcc-config
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import os, re, signal, sys
from string import rstrip
diff --git a/sys-devel/distcc/files/3.1/init b/sys-devel/distcc/files/3.1/init
index 783c0651e784..e89dcb3702b7 100644
--- a/sys-devel/distcc/files/3.1/init
+++ b/sys-devel/distcc/files/3.1/init
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
depend() {
need net
diff --git a/sys-devel/distcc/files/3.2/distcc-config b/sys-devel/distcc/files/3.2/distcc-config
index 6f3bd27e40f0..cff742c6d22c 100644
--- a/sys-devel/distcc/files/3.2/distcc-config
+++ b/sys-devel/distcc/files/3.2/distcc-config
@@ -1,7 +1,6 @@
#!/usr/bin/env python2
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import os, re, signal, subprocess, sys
diff --git a/sys-devel/distcc/files/3.2/init b/sys-devel/distcc/files/3.2/init
index 783c0651e784..e89dcb3702b7 100644
--- a/sys-devel/distcc/files/3.2/init
+++ b/sys-devel/distcc/files/3.2/init
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
depend() {
need net
diff --git a/sys-devel/distcc/files/distcc-config b/sys-devel/distcc/files/distcc-config
index c7e6622adc3b..094307c10507 100644
--- a/sys-devel/distcc/files/distcc-config
+++ b/sys-devel/distcc/files/distcc-config
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import os, re, signal, sys, commands, pwd
from string import rstrip