diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:35:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:35:32 +0000 |
commit | 685003196957ce402d6063856e459a01c8aa864f (patch) | |
tree | 83ccdf1bd88bd60e0ae9bac0c5274d7edaa48600 /mail-mta | |
parent | Fix whitespace error before Mr. Bones sees it (diff) | |
download | gentoo-2-685003196957ce402d6063856e459a01c8aa864f.tar.gz gentoo-2-685003196957ce402d6063856e459a01c8aa864f.tar.bz2 gentoo-2-685003196957ce402d6063856e459a01c8aa864f.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/mini-qmail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild | 18 | ||||
-rw-r--r-- | mail-mta/mini-qmail/mini-qmail-1.05.ebuild | 18 |
3 files changed, 23 insertions, 19 deletions
diff --git a/mail-mta/mini-qmail/ChangeLog b/mail-mta/mini-qmail/ChangeLog index 80cd52588570..13736e2a556d 100644 --- a/mail-mta/mini-qmail/ChangeLog +++ b/mail-mta/mini-qmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/mini-qmail # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/ChangeLog,v 1.7 2007/02/09 03:23:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/ChangeLog,v 1.8 2007/03/18 05:35:32 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> mini-qmail-1.05.ebuild, + mini-qmail-1.05-r1.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild b/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild index c832b4aa66e0..481e76d179ba 100644 --- a/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild +++ b/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild,v 1.1 2006/01/27 03:42:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild,v 1.2 2007/03/18 05:35:32 genone Exp $ inherit eutils toolchain-funcs fixheadtails @@ -78,11 +78,11 @@ src_install() { } pkg_postinst() { - einfo "In order for mini-qmail to work, you need to setup" - einfo "the QMQP server information." - einfo - einfo "You can setup the values in /var/mini-qmail/control yourself," - einfo "or use the utility /var/mini-qmail/bin/config-mini" - einfo "To find out what values to put in what files, see the install" - einfo "section of http://cr.yp.to/qmail/mini.html" + elog "In order for mini-qmail to work, you need to setup" + elog "the QMQP server information." + elog + elog "You can setup the values in /var/mini-qmail/control yourself," + elog "or use the utility /var/mini-qmail/bin/config-mini" + elog "To find out what values to put in what files, see the install" + elog "section of http://cr.yp.to/qmail/mini.html" } diff --git a/mail-mta/mini-qmail/mini-qmail-1.05.ebuild b/mail-mta/mini-qmail/mini-qmail-1.05.ebuild index e9f2544ff711..7853cdad7fda 100644 --- a/mail-mta/mini-qmail/mini-qmail-1.05.ebuild +++ b/mail-mta/mini-qmail/mini-qmail-1.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05.ebuild,v 1.7 2006/01/10 01:56:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/mini-qmail/mini-qmail-1.05.ebuild,v 1.8 2007/03/18 05:35:32 genone Exp $ inherit eutils toolchain-funcs fixheadtails @@ -86,11 +86,11 @@ src_install() { } pkg_postinst() { - einfo "In order for mini-qmail to work, you need to setup" - einfo "the QMQP server information." - einfo - einfo "You can setup the values in /var/mini-qmail/control yourself," - einfo "or use the utility /var/mini-qmail/bin/config-mini" - einfo "To find out what values to put in what files, see the install" - einfo "section of http://cr.yp.to/qmail/mini.html" + elog "In order for mini-qmail to work, you need to setup" + elog "the QMQP server information." + elog + elog "You can setup the values in /var/mini-qmail/control yourself," + elog "or use the utility /var/mini-qmail/bin/config-mini" + elog "To find out what values to put in what files, see the install" + elog "section of http://cr.yp.to/qmail/mini.html" } |