summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-08-05 16:56:30 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-08 00:21:22 +0200
commitf579c794d00fc4475bd50e65093ff09f7ad04004 (patch)
tree766cc69ba1e964e3ca57565585a896239a5bd52a /app-portage/gentoolkit/gentoolkit-0.4.1.ebuild
parentapp-text/master-pdf-editor: version bump to 5.1.00. (diff)
downloadgentoo-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/gentoolkit/gentoolkit-0.4.1.ebuild')
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.4.1.ebuild12
1 files changed, 6 insertions, 6 deletions
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