diff options
author | 2007-06-12 12:36:27 +0000 | |
---|---|---|
committer | 2007-06-12 12:36:27 +0000 | |
commit | 44af8049552cb68bfbdb413669e14b0558751d24 (patch) | |
tree | ed82ddf7f28536c000e9822a7ed83d36867405fb /net-mail/mailer-config | |
parent | Added check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff) | |
download | historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.gz historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.bz2 historical-44af8049552cb68bfbdb413669e14b0558751d24.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/mailer-config')
-rw-r--r-- | net-mail/mailer-config/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.1.ebuild | 24 | ||||
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.2.ebuild | 24 |
3 files changed, 29 insertions, 25 deletions
diff --git a/net-mail/mailer-config/ChangeLog b/net-mail/mailer-config/ChangeLog index 4707b2ea211e..ab1edc690dae 100644 --- a/net-mail/mailer-config/ChangeLog +++ b/net-mail/mailer-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailer-config # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/ChangeLog,v 1.6 2007/02/08 13:31:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/ChangeLog,v 1.7 2007/06/12 12:36:27 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> mailer-config-0.1.ebuild, + mailer-config-0.2.ebuild: + Replacing einfo with elog 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-mail/mailer-config/mailer-config-0.1.ebuild b/net-mail/mailer-config/mailer-config-0.1.ebuild index 1839ebf74ede..ec8277ad6894 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 +# Copyright 1999-2007 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.5 2005/07/09 17:11:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.6 2007/06/12 12:36:27 genone Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - 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 "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 + elog + elog "Because /etc/mail/mailer.conf is now handled for you, it will" + elog "save time if you add:" + elog " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" + elog "to your /etc/make.conf file." + elog + elog "With this, when a new profile is installed, it will be switched to" + elog "automatically, and you will not be prompted to etc-update" + elog "mailer.conf manually. Instead, you should always use mailer-config." + elog } diff --git a/net-mail/mailer-config/mailer-config-0.2.ebuild b/net-mail/mailer-config/mailer-config-0.2.ebuild index 7753a1ae252e..983c71f76219 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 +# Copyright 1999-2007 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.2 2005/07/09 17:11:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.3 2007/06/12 12:36:27 genone Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - 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 "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 + elog + elog "Because /etc/mail/mailer.conf is now handled for you, it will" + elog "save time if you add:" + elog " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" + elog "to your /etc/make.conf file." + elog + elog "With this, when a new profile is installed, it will be switched to" + elog "automatically, and you will not be prompted to etc-update" + elog "mailer.conf manually. Instead, you should always use mailer-config." + elog } |