From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8254C138334 for ; Mon, 20 Aug 2018 15:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE0CE088B; Mon, 20 Aug 2018 15:01:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F26EBE088B for ; Mon, 20 Aug 2018 15:01:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E8AE335DC3 for ; Mon, 20 Aug 2018 15:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C174C3B4 for ; Mon, 20 Aug 2018 15:01:25 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534777232.e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.16.4.ebuild dev-vcs/git/git-2.17.1-r1.ebuild dev-vcs/git/git-2.18.0.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b X-VCS-Branch: master Date: Mon, 20 Aug 2018 15:01:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26b0311b-0138-4200-a387-37ce500e48d5 X-Archives-Hash: fa7ffd1833940a33e6fe5b0758684556 commit: e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b Author: Francesco Turco fastmail fm> AuthorDate: Tue Aug 7 14:18:20 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 20 15:00:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31d8d38 dev-vcs/git: replace einfo with elog for displaying messages to users. Closes: https://github.com/gentoo/gentoo/pull/9487 dev-vcs/git/git-2.16.4.ebuild | 6 +++--- dev-vcs/git/git-2.17.1-r1.ebuild | 6 +++--- dev-vcs/git/git-2.18.0.ebuild | 6 +++--- dev-vcs/git/git-9999-r1.ebuild | 6 +++--- dev-vcs/git/git-9999-r2.ebuild | 6 +++--- dev-vcs/git/git-9999-r3.ebuild | 6 +++--- dev-vcs/git/git-9999.ebuild | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild index 3c560c00318..08622375f75 100644 --- a/dev-vcs/git/git-2.16.4.ebuild +++ b/dev-vcs/git/git-2.16.4.ebuild @@ -682,9 +682,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-2.17.1-r1.ebuild b/dev-vcs/git/git-2.17.1-r1.ebuild index da380deae0b..b4228e2fa4e 100644 --- a/dev-vcs/git/git-2.17.1-r1.ebuild +++ b/dev-vcs/git/git-2.17.1-r1.ebuild @@ -700,9 +700,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-2.18.0.ebuild b/dev-vcs/git/git-2.18.0.ebuild index 18794ba729d..0581d3949cc 100644 --- a/dev-vcs/git/git-2.18.0.ebuild +++ b/dev-vcs/git/git-2.18.0.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 7dfb5f64b1a..5668d84a1bd 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 7dfb5f64b1a..5668d84a1bd 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index c810b8798e3..2cab4c88875 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 1fb66925cbf..0622a00bd6d 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt"