From: Zac Medico Date: Thu, 12 Mar 2009 05:56:15 +0000 (-0000) Subject: Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for X-Git-Tag: v2.1.6.8~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5a7578d0cad5f2540fed7987398bc441e78dbcf;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. (trunk r13065) svn path=/main/branches/2.1.6/; revision=13079 --- 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