commit: f579c794d00fc4475bd50e65093ff09f7ad04004 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sun Aug 5 14:56:30 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Aug 7 22:21:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f579c794
app-portage/gentoolkit: use elog instead of einfo for messages to users. Closes: https://github.com/gentoo/gentoo/pull/9460 app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 12 ++++++------ app-portage/gentoolkit/gentoolkit-0.4.1.ebuild | 12 ++++++------ app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild index 23bc999bd73..c96bc49af44 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -40,11 +40,11 @@ pkg_postinst() { mkdir -p -m 0755 "${EROOT%/}"/var/cache mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild - einfo "Starting with this version, ebump, ekeyword and imlate are now" - einfo "part of the gentoolkit package." - einfo "The gentoolkit-dev package is now deprecated in favor of a single" - einfo "gentoolkit package. The remaining tools from gentoolkit-dev" - einfo "are now obsolete/unused with the git based tree." + elog "Starting with this version, ebump, ekeyword and imlate are now" + elog "part of the gentoolkit package." + elog "The gentoolkit-dev package is now deprecated in favor of a single" + elog "gentoolkit package. The remaining tools from gentoolkit-dev" + elog "are now obsolete/unused with the git based tree." # Only show the elog information on a new install if [[ ! ${REPLACING_VERSIONS} ]]; then diff --git a/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild index ed5581daa99..7d5fb8c5f73 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -40,11 +40,11 @@ pkg_postinst() { mkdir -p -m 0755 "${EROOT%/}"/var/cache mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild - einfo "Starting with version 0.4.0, ebump, ekeyword and imlate are now" - einfo "part of the gentoolkit package." - einfo "The gentoolkit-dev package is now deprecated in favor of a single" - einfo "gentoolkit package. The remaining tools from gentoolkit-dev" - einfo "are now obsolete/unused with the git based tree." + elog "Starting with version 0.4.0, ebump, ekeyword and imlate are now" + elog "part of the gentoolkit package." + elog "The gentoolkit-dev package is now deprecated in favor of a single" + elog "gentoolkit package. The remaining tools from gentoolkit-dev" + elog "are now obsolete/unused with the git based tree." # Only show the elog information on a new install if [[ ! ${REPLACING_VERSIONS} ]]; then diff --git a/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild index 8d1838ed8c3..1670a73c840 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild @@ -44,11 +44,11 @@ pkg_postinst() { mkdir -p -m 0755 "${EROOT%/}"/var/cache mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild - einfo "Starting with version 0.4.0, ebump, ekeyword and imlate are now" - einfo "part of the gentoolkit package." - einfo "The gentoolkit-dev package is now deprecated in favor of a single" - einfo "gentoolkit package. The remaining tools from gentoolkit-dev" - einfo "are now obsolete/unused with the git based tree." + elog "Starting with version 0.4.0, ebump, ekeyword and imlate are now" + elog "part of the gentoolkit package." + elog "The gentoolkit-dev package is now deprecated in favor of a single" + elog "gentoolkit package. The remaining tools from gentoolkit-dev" + elog "are now obsolete/unused with the git based tree." # Only show the elog information on a new install if [[ ! ${REPLACING_VERSIONS} ]]; then
