diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /media-gfx | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/aoi/files/aoi | 1 | ||||
-rw-r--r-- | media-gfx/iscan/files/iscan-usb.sh | 1 | ||||
-rw-r--r-- | media-gfx/nvidia-cg-toolkit/files/80cgc-opt-2 | 2 | ||||
-rw-r--r-- | media-gfx/povtree/files/povtree | 1 | ||||
-rw-r--r-- | media-gfx/sane-backends/files/saned.initd | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/media-gfx/aoi/files/aoi b/media-gfx/aoi/files/aoi index e7f56707c606..0dcbfe53f3c1 100644 --- a/media-gfx/aoi/files/aoi +++ b/media-gfx/aoi/files/aoi @@ -2,7 +2,6 @@ # Art Of Illusion Launch Script # Author: Dylan Carlson # May 2003 -# $Id$ JAVA_HOME=`/usr/bin/java-config --jdk-home` if [ -z "${JAVA_HOME}" ] ; then diff --git a/media-gfx/iscan/files/iscan-usb.sh b/media-gfx/iscan/files/iscan-usb.sh index e71bea4715c3..49430616e69e 100644 --- a/media-gfx/iscan/files/iscan-usb.sh +++ b/media-gfx/iscan/files/iscan-usb.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # This file is part of media-gfx/iscan # diff --git a/media-gfx/nvidia-cg-toolkit/files/80cgc-opt-2 b/media-gfx/nvidia-cg-toolkit/files/80cgc-opt-2 index f550ccab841b..f68d0bd7c3a7 100644 --- a/media-gfx/nvidia-cg-toolkit/files/80cgc-opt-2 +++ b/media-gfx/nvidia-cg-toolkit/files/80cgc-opt-2 @@ -1,5 +1,3 @@ -# $Id$ - # Configures the CG Runtime environment for Bourne shell and compatible shells CG_COMPILER_EXE=@GENTOO_PORTAGE_EPREFIX@/opt/bin/cgc CG_INC_PATH=@GENTOO_PORTAGE_EPREFIX@/opt/nvidia-cg-toolkit/include diff --git a/media-gfx/povtree/files/povtree b/media-gfx/povtree/files/povtree index a4f041c21d5d..61e1e75c9ce1 100644 --- a/media-gfx/povtree/files/povtree +++ b/media-gfx/povtree/files/povtree @@ -1,7 +1,6 @@ #!/bin/sh # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ which java > /dev/null 2>&1 && \ java -jar /usr/lib/povtree/povtree.jar $* && \ diff --git a/media-gfx/sane-backends/files/saned.initd b/media-gfx/sane-backends/files/saned.initd index 3431cb5445d3..e7f2ebda689b 100644 --- a/media-gfx/sane-backends/files/saned.initd +++ b/media-gfx/sane-backends/files/saned.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ pidfile="/var/run/saned/saned.pid" command="/usr/sbin/saned" |