Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: grobian
Date: 2008-05-20 14:20:45 +0000 (Tue, 20 May 2008)
New Revision: 10380
Modified:
main/branches/prefix/bin/prepalldocs
main/branches/prefix/bin/prepinfo
main/branches/prefix/bin/preplib
main/branches/prefix/bin/prepman
main/branches/prefix/bin/prepstrip
Log:
When using vecho or eqawarn it comes in handy when isolated-functions have been sourced. IMO trunk misses these includes as well.
Modified: main/branches/prefix/bin/prepalldocs
===================================================================
--- main/branches/prefix/bin/prepalldocs 2008-05-20 12:59:04 UTC (rev 10379)
+++ main/branches/prefix/bin/prepalldocs 2008-05-20 14:20:45 UTC (rev 10380)
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
+
if [[ -n $1 ]] ; then
vecho "${0##*/}: invalid usage; takes no arguments" 1>&2
fi
Modified: main/branches/prefix/bin/prepinfo
===================================================================
--- main/branches/prefix/bin/prepinfo 2008-05-20 12:59:04 UTC (rev 10379)
+++ main/branches/prefix/bin/prepinfo 2008-05-20 14:20:45 UTC (rev 10380)
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
+
if [[ -z $1 ]] ; then
infodir="${EPREFIX}/usr/share/info"
else
Modified: main/branches/prefix/bin/preplib
===================================================================
--- main/branches/prefix/bin/preplib 2008-05-20 12:59:04 UTC (rev 10379)
+++ main/branches/prefix/bin/preplib 2008-05-20 14:20:45 UTC (rev 10380)
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-source "${PORTAGE_BIN_PATH:-${EPREFIX}/usr/lib/portage/bin}"/isolated-functions.sh
+source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
eqawarn "QA Notice: Deprecated call to 'preplib'"
Modified: main/branches/prefix/bin/prepman
===================================================================
--- main/branches/prefix/bin/prepman 2008-05-20 12:59:04 UTC (rev 10379)
+++ main/branches/prefix/bin/prepman 2008-05-20 14:20:45 UTC (rev 10380)
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
+
if [[ -z $1 ]] ; then
mandir="${ED}usr/share/man"
else
Modified: main/branches/prefix/bin/prepstrip
===================================================================
--- main/branches/prefix/bin/prepstrip 2008-05-20 12:59:04 UTC (rev 10379)
+++ main/branches/prefix/bin/prepstrip 2008-05-20 14:20:45 UTC (rev 10380)
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-source "${PORTAGE_BIN_PATH:-${EPREFIX}/usr/lib/portage/bin}"/isolated-functions.sh
+source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh
banner=false
SKIP_STRIP=false
--
gentoo-commits@g.o mailing list
|
|