From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Re1mk-0002cm-OR for garchives@archives.gentoo.org; Fri, 23 Dec 2011 09:51:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D63221C1F7; Fri, 23 Dec 2011 09:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DAA621C1FC for ; Fri, 23 Dec 2011 09:51:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AF201B4057 for ; Fri, 23 Dec 2011 09:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D10F78004C for ; Fri, 23 Dec 2011 09:51:21 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <5ae3d067f511d6af6c2bc97d6a2cd4092fd85cd1.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/doconfd bin/ebuild-helpers/doinfo bin/ebuild-helpers/doinitd bin/ebuild-helpers/dolib bin/ebuild-helpers/domo bin/ebuild-helpers/newbin bin/ebuild-helpers/newconfd bin/ebuild-helpers/newdoc bin/ebuild-helpers/newenvd bin/ebuild-helpers/newexe bin/ebuild-helpers/newinitd bin/ebuild-helpers/newins bin/ebuild-helpers/newlib.a bin/ebuild-helpers/newlib.so bin/ebuild-helpers/newman bin/ebuild-helpers/newsbin X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5ae3d067f511d6af6c2bc97d6a2cd4092fd85cd1 Date: Fri, 23 Dec 2011 09:51:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1436cfee-ebbb-49f5-8bb0-24b1b29520bb X-Archives-Hash: c9e9f6b030a1d2aafa88ebd5a21cd85c commit: 5ae3d067f511d6af6c2bc97d6a2cd4092fd85cd1 Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 23 09:51:01 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 23 09:51:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5ae3d067 Use @PORTAGE_BASE@ iso hardcoded /usr/lib/portage --- bin/ebuild-helpers/doconfd | 2 +- bin/ebuild-helpers/doinfo | 2 +- bin/ebuild-helpers/doinitd | 2 +- bin/ebuild-helpers/dolib | 2 +- bin/ebuild-helpers/domo | 2 +- bin/ebuild-helpers/newbin | 2 +- bin/ebuild-helpers/newconfd | 2 +- bin/ebuild-helpers/newdoc | 2 +- bin/ebuild-helpers/newenvd | 2 +- bin/ebuild-helpers/newexe | 2 +- bin/ebuild-helpers/newinitd | 2 +- bin/ebuild-helpers/newins | 2 +- bin/ebuild-helpers/newlib.a | 2 +- bin/ebuild-helpers/newlib.so | 2 +- bin/ebuild-helpers/newman | 2 +- bin/ebuild-helpers/newsbin | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/ebuild-helpers/doconfd b/bin/ebuild-helpers/doconfd index 7fe8648..42f3e42 100755 --- a/bin/ebuild-helpers/doconfd +++ b/bin/ebuild-helpers/doconfd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 =20 if [[ $# -lt 1 ]] ; then - source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.s= h + source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh helpers_die "${0##*/}: at least one argument needed" exit 1 fi diff --git a/bin/ebuild-helpers/doinfo b/bin/ebuild-helpers/doinfo index 549c2cd..4597b2e 100755 --- a/bin/ebuild-helpers/doinfo +++ b/bin/ebuild-helpers/doinfo @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z $1 ]] ; then helpers_die "${0##*/}: at least one argument needed" diff --git a/bin/ebuild-helpers/doinitd b/bin/ebuild-helpers/doinitd index ff5255a..9eefa52 100755 --- a/bin/ebuild-helpers/doinitd +++ b/bin/ebuild-helpers/doinitd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 =20 if [[ $# -lt 1 ]] ; then - source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.s= h + source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh helpers_die "${0##*/}: at least one argument needed" exit 1 fi diff --git a/bin/ebuild-helpers/dolib b/bin/ebuild-helpers/dolib index 19caf15..2dadb79 100755 --- a/bin/ebuild-helpers/dolib +++ b/bin/ebuild-helpers/dolib @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 [[ " ${FEATURES} " =3D=3D *" force-prefix "* ]] || \ case "$EAPI" in 0|1|2) ED=3D${D} ;; esac diff --git a/bin/ebuild-helpers/domo b/bin/ebuild-helpers/domo index aeff102..706279d 100755 --- a/bin/ebuild-helpers/domo +++ b/bin/ebuild-helpers/domo @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 mynum=3D${#} if [ ${mynum} -lt 1 ] ; then diff --git a/bin/ebuild-helpers/newbin b/bin/ebuild-helpers/newbin index f3deef1..77b6dd5 100755 --- a/bin/ebuild-helpers/newbin +++ b/bin/ebuild-helpers/newbin @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newconfd b/bin/ebuild-helpers/newconfd index d9462f6..c1b614e 100755 --- a/bin/ebuild-helpers/newconfd +++ b/bin/ebuild-helpers/newconfd @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newdoc b/bin/ebuild-helpers/newdoc index d26aec9..7226280 100755 --- a/bin/ebuild-helpers/newdoc +++ b/bin/ebuild-helpers/newdoc @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newenvd b/bin/ebuild-helpers/newenvd index 0688425..559b694 100755 --- a/bin/ebuild-helpers/newenvd +++ b/bin/ebuild-helpers/newenvd @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newexe b/bin/ebuild-helpers/newexe index 334096c..103343d 100755 --- a/bin/ebuild-helpers/newexe +++ b/bin/ebuild-helpers/newexe @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newinitd b/bin/ebuild-helpers/newinitd index ad6d773..b023a63 100755 --- a/bin/ebuild-helpers/newinitd +++ b/bin/ebuild-helpers/newinitd @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newins b/bin/ebuild-helpers/newins index 611f6d2..45c3e18 100755 --- a/bin/ebuild-helpers/newins +++ b/bin/ebuild-helpers/newins @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newlib.a b/bin/ebuild-helpers/newlib.a index 699c2c6..f7afa4c 100755 --- a/bin/ebuild-helpers/newlib.a +++ b/bin/ebuild-helpers/newlib.a @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newlib.so b/bin/ebuild-helpers/newlib.so index 7e6e7cd..d273be1 100755 --- a/bin/ebuild-helpers/newlib.so +++ b/bin/ebuild-helpers/newlib.so @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newman b/bin/ebuild-helpers/newman index dc4962e..4e3cf49 100755 --- a/bin/ebuild-helpers/newman +++ b/bin/ebuild-helpers/newman @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file" diff --git a/bin/ebuild-helpers/newsbin b/bin/ebuild-helpers/newsbin index c02124b..7a98578 100755 --- a/bin/ebuild-helpers/newsbin +++ b/bin/ebuild-helpers/newsbin @@ -2,7 +2,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh =20 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then helpers_die "${0##*/}: Need two arguments, old file and new file"