From b44b3799ca9fa6c744fc079b96a9c062e4bdd077 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jun 2009 22:16:31 +0200 Subject: remove unused $Id$ - $id$ substitution is not apropriate for git scm --- scripts/create-image.sh | 1 - scripts/install.sh | 1 - scripts/make | 2 -- scripts/md5sum | 2 -- scripts/rstrip.sh | 2 -- scripts/scan-pkgs.sh | 6 ------ scripts/scan-tools.sh | 2 -- scripts/sed | 2 -- scripts/split-cfg.sh | 3 --- scripts/strip-script.sh | 3 --- scripts/tar | 2 -- scripts/update-patches | 7 +------ 12 files changed, 1 insertion(+), 32 deletions(-) (limited to 'scripts') diff --git a/scripts/create-image.sh b/scripts/create-image.sh index 13f7cacd5..44d78c01c 100755 --- a/scripts/create-image.sh +++ b/scripts/create-image.sh @@ -1,5 +1,4 @@ #!/bin/bash -# $Id$ grubinstall=1 diff --git a/scripts/install.sh b/scripts/install.sh index ee45af031..9baf4f428 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ if [ $(id -u) -ne 0 ];then printf "Installation is only possible as root\n" exit 1 diff --git a/scripts/make b/scripts/make index c8807be94..e8e518653 100755 --- a/scripts/make +++ b/scripts/make @@ -1,6 +1,4 @@ #!/usr/bin/env bash -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/md5sum b/scripts/md5sum index b76ca4ee3..6a95a4707 100644 --- a/scripts/md5sum +++ b/scripts/md5sum @@ -1,6 +1,4 @@ #!/usr/bin/env bash -# $Id: md5sum 185 2008-10-28 12:24:05Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 272460be0..d897c0ef3 100644 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -1,5 +1,3 @@ -# $Id: rstrip.sh 440 2009-05-13 16:09:54Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index ee62ed33f..9f9676f85 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -1,8 +1,5 @@ -# $Id: scan-pkgs.sh 431 2009-05-09 01:01:40Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -#- # Scan host-tool prerequisites of certain packages before building. if test -z "$BASH_VERSION"; then @@ -25,7 +22,6 @@ out=0 . $topdir/.config -#-- start adding dependencies here -- if [[ -n $ADK_PACKAGE_ALSA_UTILS ]]; then NEED_XMLTO="$NEED_XMLTO alsa-utils" fi @@ -44,7 +40,6 @@ if [[ -n $ADK_PACKAGE_GLIB2 ]]; then NEED_PKGCONFIG="$NEED_PKGCONFIG glib2" fi -#-- start checking dependencies here -- if [[ -n $NEED_GETTEXT ]]; then if ! which xgettext >/dev/null 2>&1; then @@ -96,5 +91,4 @@ fi # out=1 #fi -#-- end of dependency checks exit $out diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 11dc4c059..57df8b4c7 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -1,5 +1,3 @@ -# $Id: scan-tools.sh 436 2009-05-10 18:15:31Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/sed b/scripts/sed index 2b8a81f17..36cfdbfa7 100755 --- a/scripts/sed +++ b/scripts/sed @@ -1,6 +1,4 @@ #!/usr/bin/env bash -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/split-cfg.sh b/scripts/split-cfg.sh index 9b043424e..4331709a5 100644 --- a/scripts/split-cfg.sh +++ b/scripts/split-cfg.sh @@ -1,8 +1,5 @@ -# $Id: split-cfg.sh 280 2008-12-25 20:54:25Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -#- # Note: this is slow, but it's not the "progress stuff" which cau- # ses the slow-down. diff --git a/scripts/strip-script.sh b/scripts/strip-script.sh index 3f9a54605..355df0e73 100644 --- a/scripts/strip-script.sh +++ b/scripts/strip-script.sh @@ -1,5 +1,3 @@ -# $Id: strip-script.sh 30 2008-09-04 13:31:09Z wbx $ -#- # Copyright (c) 2007 # Thorsten Glaser # @@ -26,7 +24,6 @@ # of dealing in the work, even if advised of the possibility of such # damage or existence of a defect, except proven that it results out # of said person's immediate fault when using the work as intended. -#- # Shell script to strip down a shell script (filter). shopt -s extglob diff --git a/scripts/tar b/scripts/tar index 625b11588..60c5057da 100755 --- a/scripts/tar +++ b/scripts/tar @@ -1,6 +1,4 @@ #!/usr/bin/env bash -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/scripts/update-patches b/scripts/update-patches index 4c695f0cc..2c3f57278 100644 --- a/scripts/update-patches +++ b/scripts/update-patches @@ -1,7 +1,4 @@ #!/usr/bin/env bash -# $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ -# $MirOS: ports/infrastructure/scripts/update-patches,v 1.5 2006/06/15 19:18:43 tg Exp $ -#- # Copyright (c) 2006 # Thorsten Glaser # @@ -157,9 +154,7 @@ for file in $(cd ${WRKDIST}; find . -type f | sed 's#^\./##'); do # Build a sensible name for the new patch file patchname=patch-$(echo "$file" | sed -e 's#[/. ]#_#g') echo "No patch-* found for $file, creating $patchname" >&2 - ( echo '$Id: update-patches 24 2008-08-31 14:56:13Z wbx $'; \ - cd $D_BASE && do_diff "$file" "$D_SUB.orig" "$D_SUB" \ - ) >$patchname + ( cd $D_BASE && do_diff "$file" "$D_SUB.orig" "$D_SUB" ) >$patchname edit="$edit $patchname" accounted="$accounted $patchname" done -- cgit v1.2.3