diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-06 09:50:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-06 09:50:08 +0000 |
commit | dc382ada941db470e30b1042b1c69c0bf67e26cb (patch) | |
tree | ea59fe01cde8c1b68e987ae38b06878ead2fb573 /sys-libs | |
parent | Introduce eblits. (diff) | |
download | gentoo-2-dc382ada941db470e30b1042b1c69c0bf67e26cb.tar.gz gentoo-2-dc382ada941db470e30b1042b1c69c0bf67e26cb.tar.bz2 gentoo-2-dc382ada941db470e30b1042b1c69c0bf67e26cb.zip |
forgot standard header
(Portage version: 2.1.3)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/eblits/common.eblit | 4 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 4 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_install.eblit | 4 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_test.eblit | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index 9ba3e15ccd4f..5b254113fe55 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -1,3 +1,7 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.2 2007/08/06 09:50:08 vapier Exp $ + # We need to be able to set alternative headers for # compiling for non-native platform # Will also become useful for testing kernel-headers without screwing up diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index 3fb3a9329fba..7024f452fbea 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,3 +1,7 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.2 2007/08/06 09:50:08 vapier Exp $ + glibc_do_configure() { local myconf diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit index f95c7b1ba427..628e278baf91 100644 --- a/sys-libs/glibc/files/eblits/src_install.eblit +++ b/sys-libs/glibc/files/eblits/src_install.eblit @@ -1,3 +1,7 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.2 2007/08/06 09:50:08 vapier Exp $ + toolchain-glibc_src_install() { # These should not be set, else the # zoneinfo do not always get installed ... diff --git a/sys-libs/glibc/files/eblits/src_test.eblit b/sys-libs/glibc/files/eblits/src_test.eblit index 171bf9eefce1..1e1156280b39 100644 --- a/sys-libs/glibc/files/eblits/src_test.eblit +++ b/sys-libs/glibc/files/eblits/src_test.eblit @@ -1,3 +1,7 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_test.eblit,v 1.2 2007/08/06 09:50:08 vapier Exp $ + toolchain-glibc_src_test() { cd "${WORKDIR}"/build-${ABI}-${CTARGET}-$1 || die "cd build-${ABI}-${CTARGET}-$1" unset LD_ASSUME_KERNEL |