aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-05 02:37:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-05 02:37:14 +0000
commit4721106eaec15119728f3faf0d084985dd037cca (patch)
treeb9eb6819e666a01e4620c96209b72c8d4ae0fa95
parentupdate of how to handle package.provided. (diff)
downloadportage-cvs-4721106eaec15119728f3faf0d084985dd037cca.tar.gz
portage-cvs-4721106eaec15119728f3faf0d084985dd037cca.tar.bz2
portage-cvs-4721106eaec15119728f3faf0d084985dd037cca.zip
fix header again
-rw-r--r--bin/affect-fakeroot-perms.sh4
-rwxr-xr-xbin/ebuild-functions.sh4
-rwxr-xr-xbin/ebuild.sh4
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,