commit: 0a76de7987afdfed1379807f1bcac6ea959711b7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 07:52:25 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 07:52:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a76de79
profiles: Remove obsolete elog compatibility code.
Package managers must support elog() in all EAPIs.
profiles/base/profile.bashrc | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/profiles/base/profile.bashrc b/profiles/base/profile.bashrc
deleted file mode 100644
index b66012b..00000000
--- a/profiles/base/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2006-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-if ! declare -F elog >/dev/null ; then
- elog() {
- einfo "$@"
- }
-fi