Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Fabian Groffen (grobian)" <grobian@g.o>
Subject: portage r10380 - main/branches/prefix/bin
Date: Tue, 20 May 2008 14:20:46 +0000
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


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in sci-geosciences/qlandkarte: ChangeLog qlandkarte-0.7.2.ebuild
Next by thread:
gentoo-x86 commit in media-libs/libprojectm-qt: - New directory
Previous by date:
gentoo-x86 commit in sci-geosciences/qlandkarte: ChangeLog qlandkarte-0.7.2.ebuild
Next by date:
gentoo-x86 commit in app-arch/star: ChangeLog star-1.5.ebuild


Updated Oct 14, 2010

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.