public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/
Date: Fri, 10 Aug 2018 00:47:12 +0000 (UTC)	[thread overview]
Message-ID: <1533861515.cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6.dolsen@gentoo> (raw)

commit:     cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Fri Aug 10 00:37:03 2018 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> 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
 }


             reply	other threads:[~2018-08-10  0:47 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10  0:47 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30 19:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ Arthur Zamarin
2023-01-09 15:27 Matt Turner
2022-05-19  7:28 WANG Xuerui
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-01-30 13:09 Michał Górny
2021-09-23  1:07 Matt Turner
2021-09-20  6:12 Arthur Zamarin
2021-09-20  6:12 Arthur Zamarin
2021-07-11 13:00 Brian Dolbec
2021-06-17 13:47 Yixun Lan
2021-04-05 14:11 Andreas Sturmlechner
2021-01-06 22:30 Fabian Groffen
2020-11-17 22:37 Brian Dolbec
2020-10-29  9:47 Sam James
2020-10-07  9:22 Jason A. Donenfeld
2020-05-03  2:51 Mike Gilbert
2020-02-26 12:18 Michał Górny
2019-12-29  8:53 David Seifert
2019-11-30 19:31 Zac Medico
2019-05-16  0:49 Anthony G. Basile
2018-12-03  2:43 Jonathan Callen
2018-05-30 19:56 Mike Frysinger
2017-07-30  9:15 Michał Górny
2017-04-22  9:56 Pacho Ramos
2017-04-08 10:12 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-02-19 14:43 Justin Lecher
2017-02-17  6:03 Markus Meier
2017-02-16 20:34 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2016-02-22  0:43 Stephen Klimaszewski
2016-01-23 19:28 Brian Dolbec
2015-11-11 18:37 Justin Lecher
2015-10-22  6:39 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533861515.cbadbc68c23eec4f2b5f231c85f0f247d5ccb9f6.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox