From 4721106eaec15119728f3faf0d084985dd037cca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 5 Aug 2005 02:37:14 +0000 Subject: fix header again --- bin/affect-fakeroot-perms.sh | 4 ++-- bin/ebuild-functions.sh | 4 ++-- bin/ebuild.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/affect-fakeroot-perms.sh b/bin/affect-fakeroot-perms.sh index af643dc..464b245 100644 --- a/bin/affect-fakeroot-perms.sh +++ b/bin/affect-fakeroot-perms.sh @@ -1,8 +1,8 @@ #!/bin/bash # affect-fakeroot-perms.sh; Make claimed fakeroot permissions, a reality. -# Copyright 2004 Gentoo Foundation +# Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/affect-fakeroot-perms.sh,v 1.4 2004/11/10 20:08:07 ferringb Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/affect-fakeroot-perms.sh,v 1.5 2005/08/05 02:37:14 vapier Exp $ echo "adjusting $2 using $1" >&2 diff --git a/bin/ebuild-functions.sh b/bin/ebuild-functions.sh index b2f3eb5..1166f95 100755 --- a/bin/ebuild-functions.sh +++ b/bin/ebuild-functions.sh @@ -1,8 +1,8 @@ #!/bin/bash # ebuild-functions.sh; ebuild env functions, saved with the ebuild (not specific to the portage version). -# Copyright 2004 Gentoo Foundation +# Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild-functions.sh,v 1.13 2005/07/20 14:22:48 ferringb Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild-functions.sh,v 1.14 2005/08/05 02:36:39 vapier Exp $ use() { if useq ${1}; then diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7b97383..e5dd2e6 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1,8 +1,8 @@ #!/bin/bash # ebuild.sh; ebuild phase processing, env handling -# Copyright 2004 Gentoo Foundation +# Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.213 2005/07/20 14:22:48 ferringb Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.214 2005/08/05 02:37:14 vapier Exp $ # general phase execution path- # execute_phases is called, which sets EBUILD_PHASE, and then depending on the phase, -- cgit v1.2.3-65-gdbad