Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 05:35:32 +0000 (05:35 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 05:35:32 +0000 (05:35 +0000)
Package-Manager: portage-2.1.2.2

mail-mta/mini-qmail/ChangeLog
mail-mta/mini-qmail/mini-qmail-1.05-r1.ebuild
mail-mta/mini-qmail/mini-qmail-1.05.ebuild

index 80cd52588570ccf490dd09d587e2ff770529b8bd..13736e2a556dd578c6922c34eab2e0aeefc0f596 100644 (file)
@@ -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.
index c832b4aa66e05ebfde35079bdbfb36840e10a791..481e76d179bab969fd0ae9ef6a7a991d820e88e2 100644 (file)
@@ -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"
 }
index e9f2544ff7115a8c9a9442a1d4b89f61a4759caf..7853cdad7fda10e2a76387518edc1fba4cb0234d 100644 (file)
@@ -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"
 }