dev-python/ssl-fetch: use elog instead of einfo for messages to users
authorFrancesco Turco <fturco@fastmail.fm>
Fri, 10 Aug 2018 00:37:03 +0000 (17:37 -0700)
committerBrian Dolbec dolsen <dolsen@gentoo.org>
Fri, 10 Aug 2018 00:38:35 +0000 (17:38 -0700)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

index f0d50aefc881aeca66de9be25adc471ed39e4ac5..6beb87d8dc95234577a45bd9106a967345e8309f 100644 (file)
@@ -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
 }
index 3b726ab6a531ee73fd2202dcf15d98c190504427..b8cb4ca7c8487c944f3650713ade3890da349e13 100644 (file)
@@ -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
 }
index 830e560143516cfd709803355f24b37af45b48a4..6103521509ab3f54fce92b07c3d8faeb491a24b2 100644 (file)
@@ -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
 }
index 39ccaae590d799d5db3f1dd537a440c8be95c244..c951dc93b14d2fdc1eacdaf1431df041d7fff3b1 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=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
 }
index c7f7e4129fcaac630e4cf81c7779cadcfaae2287..e9649601bc6ec7fe09e0c4b980027b480e877aca 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
@@ -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
 }