diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:14:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:14:00 +0000 |
commit | b95d96bc16d277c53410b110013534d1bd848b3e (patch) | |
tree | 4d654bee4cd886bba4fadeae34663b7492d0f75a /net-mail | |
parent | Fixed bug #98450, stablized on x86 and sparc and added ~amd64 keyword. (diff) | |
download | gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.tar.gz gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.tar.bz2 gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.1.ebuild | 8 | ||||
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.2.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/mailer-config/mailer-config-0.1.ebuild b/net-mail/mailer-config/mailer-config-0.1.ebuild index 1c3a1d7a435f..1839ebf74ede 100644 --- a/net-mail/mailer-config/mailer-config-0.1.ebuild +++ b/net-mail/mailer-config/mailer-config-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.4 2005/04/25 19:44:04 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.5 2005/07/09 17:11:19 swegener Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - einfo " " + einfo einfo "Because /etc/mail/mailer.conf is now handled for you, it will" einfo "save time if you add:" einfo " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" einfo "to your /etc/make.conf file." - einfo " " + einfo einfo "With this, when a new profile is installed, it will be switched to" einfo "automatically, and you will not be prompted to etc-update" einfo "mailer.conf manually. Instead, you should always use mailer-config." - einfo " " + einfo } diff --git a/net-mail/mailer-config/mailer-config-0.2.ebuild b/net-mail/mailer-config/mailer-config-0.2.ebuild index 9ca38fdf806f..7753a1ae252e 100644 --- a/net-mail/mailer-config/mailer-config-0.2.ebuild +++ b/net-mail/mailer-config/mailer-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.1 2005/07/04 14:21:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.2 2005/07/09 17:11:19 swegener Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - einfo " " + einfo einfo "Because /etc/mail/mailer.conf is now handled for you, it will" einfo "save time if you add:" einfo " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" einfo "to your /etc/make.conf file." - einfo " " + einfo einfo "With this, when a new profile is installed, it will be switched to" einfo "automatically, and you will not be prompted to etc-update" einfo "mailer.conf manually. Instead, you should always use mailer-config." - einfo " " + einfo } |