Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:56:15 +0000 (05:56 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:56:15 +0000 (05:56 -0000)
use by non-bash programs running inside the ebuild environment, such as
sandbox. (trunk r13065)

svn path=/main/branches/2.1.6/; revision=13079

bin/ebuild-helpers/eerror [new symlink]
bin/ebuild-helpers/elog [new file with mode: 0755]
bin/ebuild-helpers/eqawarn [new symlink]
bin/ebuild-helpers/ewarn [new symlink]

diff --git a/bin/ebuild-helpers/eerror b/bin/ebuild-helpers/eerror
new file mode 120000 (symlink)
index 0000000..a403c75
--- /dev/null
@@ -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 (executable)
index 0000000..31df186
--- /dev/null
@@ -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 (symlink)
index 0000000..a403c75
--- /dev/null
@@ -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 (symlink)
index 0000000..a403c75
--- /dev/null
@@ -0,0 +1 @@
+elog
\ No newline at end of file