diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:11:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:11:19 +0000 |
commit | 927b1560c889f34bdf5242583ce92f7331522068 (patch) | |
tree | f198f3bd54a9543c516cdf75ae0e7212871e6518 /net-mail | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-927b1560c889f34bdf5242583ce92f7331522068.tar.gz historical-927b1560c889f34bdf5242583ce92f7331522068.tar.bz2 historical-927b1560c889f34bdf5242583ce92f7331522068.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailer-config/Manifest | 12 | ||||
-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 |
3 files changed, 14 insertions, 14 deletions
diff --git a/net-mail/mailer-config/Manifest b/net-mail/mailer-config/Manifest index b82448406d57..e40ff42cea74 100644 --- a/net-mail/mailer-config/Manifest +++ b/net-mail/mailer-config/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 a15002712a9cb48c6fd938f5fb5b63ba mailer-config-0.1.ebuild 1046 MD5 f2201dbe05e980997dd992d2abac8f32 ChangeLog 947 -MD5 6d3710235e6f3610b71104aa7ff64dac metadata.xml 349 -MD5 430b729a85b6ba92b6cab8fd1083d7a8 mailer-config-0.2.ebuild 1046 MD5 fe06725bf98268ed4c97655d7c190301 files/digest-mailer-config-0.1 68 MD5 929d853062671c5ec80cda782e2db325 files/digest-mailer-config-0.2 68 MD5 3d61b3c4030a8b5a17862036c989d355 files/mailer.conf 282 +MD5 0cca4e20c0152e62a9c80336795bf543 mailer-config-0.1.ebuild 1036 +MD5 6da39c009eb717b2c514e6fbed058285 mailer-config-0.2.ebuild 1037 +MD5 6d3710235e6f3610b71104aa7ff64dac metadata.xml 349 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCyUYNQlM6RnzZP+IRAmV3AJ4zgxEohuSkpG7zQb9q8KGobnl6rQCglWjk -AobdEHYIL2geO5QpHofUT94= -=l0tX +iD8DBQFC0AVQI1lqEGTUzyQRArRqAKCIQpGE6HR86ZB3Ancs+sQJERatIQCgntX2 +d24P3HhdDhCbB75nMxPMQ7s= +=iVYm -----END PGP SIGNATURE----- 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 } |