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 --- sys-libs/glibc/files/eblits/common.eblit | 1 - sys-libs/glibc/files/eblits/pkg_postinst.eblit | 1 - sys-libs/glibc/files/eblits/pkg_preinst.eblit | 1 - sys-libs/glibc/files/eblits/pkg_pretend.eblit | 1 - sys-libs/glibc/files/eblits/pkg_setup.eblit | 1 - sys-libs/glibc/files/eblits/src_compile.eblit | 1 - sys-libs/glibc/files/eblits/src_configure.eblit | 1 - sys-libs/glibc/files/eblits/src_install.eblit | 1 - sys-libs/glibc/files/eblits/src_prepare.eblit | 1 - sys-libs/glibc/files/eblits/src_test.eblit | 1 - sys-libs/glibc/files/eblits/src_unpack.eblit | 1 - sys-libs/glibc/files/nscd | 1 - sys-libs/glibc/files/nsswitch.conf | 1 - 13 files changed, 13 deletions(-) (limited to 'sys-libs/glibc') diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index 370782b4b4f3..53121eff5730 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} diff --git a/sys-libs/glibc/files/eblits/pkg_postinst.eblit b/sys-libs/glibc/files/eblits/pkg_postinst.eblit index 8178fa1fdbab..4887aede7548 100644 --- a/sys-libs/glibc/files/eblits/pkg_postinst.eblit +++ b/sys-libs/glibc/files/eblits/pkg_postinst.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ eblit-glibc-pkg_postinst() { # nothing to do if just installing headers diff --git a/sys-libs/glibc/files/eblits/pkg_preinst.eblit b/sys-libs/glibc/files/eblits/pkg_preinst.eblit index a7975e296659..0a2e84fdc3ce 100644 --- a/sys-libs/glibc/files/eblits/pkg_preinst.eblit +++ b/sys-libs/glibc/files/eblits/pkg_preinst.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Simple test to make sure our new glibc isnt completely broken. # Make sure we don't test with statically built binaries since diff --git a/sys-libs/glibc/files/eblits/pkg_pretend.eblit b/sys-libs/glibc/files/eblits/pkg_pretend.eblit index 47e29872748c..73a3daa0ad77 100644 --- a/sys-libs/glibc/files/eblits/pkg_pretend.eblit +++ b/sys-libs/glibc/files/eblits/pkg_pretend.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ glibc_compile_test() { local ret save_cflags=${CFLAGS} diff --git a/sys-libs/glibc/files/eblits/pkg_setup.eblit b/sys-libs/glibc/files/eblits/pkg_setup.eblit index 2aff25870cc3..e2955a893fe2 100644 --- a/sys-libs/glibc/files/eblits/pkg_setup.eblit +++ b/sys-libs/glibc/files/eblits/pkg_setup.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ [[ ${EAPI:-0} == [0123] ]] && source "${FILESDIR}/eblits/pkg_pretend.eblit" diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index 7a38b3e6e479..f145466d7acc 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ [[ ${EAPI:-0} == [01] ]] && source "${FILESDIR}/eblits/src_configure.eblit" diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit index c1e6a2d1719d..eae853f4441b 100644 --- a/sys-libs/glibc/files/eblits/src_configure.eblit +++ b/sys-libs/glibc/files/eblits/src_configure.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ dump_toolchain_settings() { echo diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit index 11ef2a4d2a15..7d6fb7f43930 100644 --- a/sys-libs/glibc/files/eblits/src_install.eblit +++ b/sys-libs/glibc/files/eblits/src_install.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ toolchain-glibc_src_install() { local builddir=$(builddir $(want_linuxthreads && echo linuxthreads || echo nptl)) diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit index 11ff7af6f803..8df4b5fc1eb8 100644 --- a/sys-libs/glibc/files/eblits/src_prepare.eblit +++ b/sys-libs/glibc/files/eblits/src_prepare.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ eblit-glibc-src_prepare() { # XXX: We should do the branchupdate, before extracting the manpages and diff --git a/sys-libs/glibc/files/eblits/src_test.eblit b/sys-libs/glibc/files/eblits/src_test.eblit index fc5b950f4681..a3cb4ec1be12 100644 --- a/sys-libs/glibc/files/eblits/src_test.eblit +++ b/sys-libs/glibc/files/eblits/src_test.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ glibc_src_test() { cd "$(builddir $1)" diff --git a/sys-libs/glibc/files/eblits/src_unpack.eblit b/sys-libs/glibc/files/eblits/src_unpack.eblit index 8d4c74071713..c3777f3c856e 100644 --- a/sys-libs/glibc/files/eblits/src_unpack.eblit +++ b/sys-libs/glibc/files/eblits/src_unpack.eblit @@ -1,6 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ [[ ${EAPI:-0} == [01] ]] && source "${FILESDIR}/eblits/src_prepare.eblit" diff --git a/sys-libs/glibc/files/nscd b/sys-libs/glibc/files/nscd index ff7154335f27..929d1016df79 100644 --- a/sys-libs/glibc/files/nscd +++ b/sys-libs/glibc/files/nscd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { use dns ldap net slapd diff --git a/sys-libs/glibc/files/nsswitch.conf b/sys-libs/glibc/files/nsswitch.conf index f28d534edf68..9f06cfb8e7a9 100644 --- a/sys-libs/glibc/files/nsswitch.conf +++ b/sys-libs/glibc/files/nsswitch.conf @@ -1,5 +1,4 @@ # /etc/nsswitch.conf: -# $Id$ passwd: compat shadow: compat -- cgit v1.2.3-65-gdbad