From: Zac Medico Date: Thu, 12 Mar 2009 01:44:02 +0000 (-0000) Subject: Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for X-Git-Tag: v2.2_rc25~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4abac75f1d8e68754bf5e29014d24eeb82a2fefc;p=portage.git Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for use by non-bash programs running inside the ebuild environment, such as sandbox. svn path=/main/trunk/; revision=13065 --- diff --git a/bin/ebuild-helpers/eerror b/bin/ebuild-helpers/eerror new file mode 120000 index 000000000..a403c7588 --- /dev/null +++ b/bin/ebuild-helpers/eerror @@ -0,0 +1 @@ +elog \ No newline at end of file diff --git a/bin/ebuild-helpers/elog b/bin/ebuild-helpers/elog new file mode 100755 index 000000000..31df186d6 --- /dev/null +++ b/bin/ebuild-helpers/elog @@ -0,0 +1,8 @@ +#!/bin/bash +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + +${0##*/} "$@" diff --git a/bin/ebuild-helpers/eqawarn b/bin/ebuild-helpers/eqawarn new file mode 120000 index 000000000..a403c7588 --- /dev/null +++ b/bin/ebuild-helpers/eqawarn @@ -0,0 +1 @@ +elog \ No newline at end of file diff --git a/bin/ebuild-helpers/ewarn b/bin/ebuild-helpers/ewarn new file mode 120000 index 000000000..a403c7588 --- /dev/null +++ b/bin/ebuild-helpers/ewarn @@ -0,0 +1 @@ +elog \ No newline at end of file