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 47C7C138334 for ; Fri, 10 Aug 2018 00:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF01E09FD; Fri, 10 Aug 2018 00:47:17 +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 12FE9E09FD for ; Fri, 10 Aug 2018 00:47:17 +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 76C60335CA9 for ; Fri, 10 Aug 2018 00:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF3C8390 for ; Fri, 10 Aug 2018 00:47:12 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1533861515.cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild dev-python/ssl-fetch/ssl-fetch-0.2.ebuild dev-python/ssl-fetch/ssl-fetch-0.3.ebuild dev-python/ssl-fetch/ssl-fetch-0.4.ebuild dev-python/ssl-fetch/ssl-fetch-9999.ebuild X-VCS-Directories: dev-python/ssl-fetch/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6 X-VCS-Branch: master Date: Fri, 10 Aug 2018 00:47:12 +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: fdaa8746-b9fb-419d-952f-58e51c4fc05e X-Archives-Hash: cf7c823cf996072d939436f77b3f06a1 commit: cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6 Author: Francesco Turco fastmail fm> AuthorDate: Fri Aug 10 00:37:03 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Aug 10 00:38:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbadbc68 dev-python/ssl-fetch: use elog instead of einfo for messages to users Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild | 20 ++++++++++---------- dev-python/ssl-fetch/ssl-fetch-0.2.ebuild | 20 ++++++++++---------- dev-python/ssl-fetch/ssl-fetch-0.3.ebuild | 16 ++++++++-------- dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 16 ++++++++-------- dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 14 +++++++------- 5 files changed, 43 insertions(+), 43 deletions(-) diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild index f0d50aefc88..6beb87d8dc9 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -29,13 +29,13 @@ RDEPEND="${DEPEND} " pkg_postinst() { - einfo - einfo "This is beta software." - einfo "The APIs it installs should be considered unstable" - einfo "and are subject to change in these early versions." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" - einfo + elog + elog "This is beta software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change in these early versions." + elog + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" + elog } diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild index 3b726ab6a53..b8cb4ca7c84 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -29,13 +29,13 @@ RDEPEND="${DEPEND} " pkg_postinst() { - einfo - einfo "This is beta software." - einfo "The APIs it installs should be considered unstable" - einfo "and are subject to change in these early versions." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" - einfo + elog + elog "This is beta software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change in these early versions." + elog + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" + elog } diff --git a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild index 830e5601435..6103521509a 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,12 +30,12 @@ RDEPEND="${DEPEND} pkg_postinst() { echo - einfo "This is beta software." - einfo "The APIs it installs should be considered unstable" - einfo "and are subject to change in these early versions." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network" + elog "This is beta software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change in these early versions." + elog + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network" echo } diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index 39ccaae590d..c951dc93b14 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.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=5 @@ -30,12 +30,12 @@ RDEPEND="${DEPEND} pkg_postinst() { echo - einfo "This is beta software." - einfo "The APIs it installs should be considered unstable" - einfo "and are subject to change in these early versions." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network" + elog "This is beta software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change in these early versions." + elog + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network" echo } diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index c7f7e4129fc..e9649601bc6 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.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 @@ -33,12 +33,12 @@ RDEPEND="${DEPEND} pkg_postinst() { echo - einfo "This is experimental software." - einfo "The APIs it installs should be considered unstable" - einfo "and are subject to change." + elog "This is experimental software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change." echo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" echo }