diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-05 16:56:30 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-08 00:21:22 +0200 |
commit | f579c794d00fc4475bd50e65093ff09f7ad04004 (patch) | |
tree | 766cc69ba1e964e3ca57565585a896239a5bd52a /app-portage | |
parent | app-text/master-pdf-editor: version bump to 5.1.00. (diff) | |
download | gentoo-f579c794d00fc4475bd50e65093ff09f7ad04004.tar.gz gentoo-f579c794d00fc4475bd50e65093ff09f7ad04004.tar.bz2 gentoo-f579c794d00fc4475bd50e65093ff09f7ad04004.zip |
app-portage/gentoolkit: use elog instead of einfo for messages to users.
Closes: https://github.com/gentoo/gentoo/pull/9460
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 12 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.1.ebuild | 12 | ||||
-rw-r--r-- | 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 |