app-portage/gentoolkit: use elog instead of einfo for messages to users.
authorFrancesco Turco <fturco@fastmail.fm>
Sun, 5 Aug 2018 14:56:30 +0000 (16:56 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Aug 2018 22:21:22 +0000 (00:21 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9460

app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
app-portage/gentoolkit/gentoolkit-0.4.1.ebuild
app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild

index 23bc999bd73bc858cc69bc35ad887655d9ca189b..c96bc49af449840636fc92f09bfc1313e8db63da 100644 (file)
@@ -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
index ed5581daa99050ac65cc0efb9d75df45b133c7cc..7d5fb8c5f73a21767870227fe0e7d76de05486ed 100644 (file)
@@ -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
index 8d1838ed8c35f00fcbaa64b1fd50e57a445de2e7..1670a73c840a7ac1caccf71077517589165466fd 100644 (file)
@@ -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