From f579c794d00fc4475bd50e65093ff09f7ad04004 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sun, 5 Aug 2018 16:56:30 +0200 Subject: [PATCH] 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 23bc999bd73b..c96bc49af449 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 ed5581daa990..7d5fb8c5f73a 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 8d1838ed8c35..1670a73c840a 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 -- 2.26.2