# ChangeLog for mail-mta/qmail-mysql
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.12 2007/02/09 07:49:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.13 2007/03/18 06:20:39 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> qmail-mysql-1.03.ebuild,
+ qmail-mysql-1.03-r13.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
-# 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/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.10 2005/10/24 11:44:21 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.11 2007/03/18 06:20:39 genone Exp $
inherit eutils fixheadtails
# so you can check mail as root easily
local TMPCMD="ln -sf /var/qmail/alias/.maildir/ ${ROOT}/root/.maildir"
if [ -d "${ROOT}/root/.maildir" ] && [ ! -L "${ROOT}/root/.maildir" ] ; then
- einfo "Previously the qmail ebuilds created /root/.maildir/ but not"
- einfo "mail was every delivered there. If the directory does not"
- einfo "contain any mail, please delete it and run:"
- einfo "${TMPCMD}"
+ elog "Previously the qmail ebuilds created /root/.maildir/ but not"
+ elog "mail was every delivered there. If the directory does not"
+ elog "contain any mail, please delete it and run:"
+ elog "${TMPCMD}"
else
${TMPCMD}
fi
# for good measure
env-update
- einfo "To setup qmail to run out-of-the-box on your system, run:"
- einfo "emerge --config =${PF}"
- echo
- einfo "To start qmail at boot you have to add svscan to your startup"
- einfo "and create the following links:"
- einfo "ln -s /var/qmail/supervise/qmail-send /service/qmail-send"
- einfo "ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd"
- echo
- einfo "To start the pop3 server as well, create the following link:"
- einfo "ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d"
- echo
- einfo "Additionally, the QMTP and QMQP protocols are supported, "
- einfo "and can be started as:"
- einfo "ln -s /var/qmail/supervise/qmail-qmtpd /service/qmail-qmtpd"
- einfo "ln -s /var/qmail/supervise/qmail-qmqpd /service/qmail-qmqpd"
- echo
- einfo "Additionally, if you wish to run qmail right now, you should "
- einfo "run this before anything else:"
- einfo "source /etc/profile"
+ elog "To setup qmail to run out-of-the-box on your system, run:"
+ elog "emerge --config =${PF}"
+ elog
+ elog "To start qmail at boot you have to add svscan to your startup"
+ elog "and create the following links:"
+ elog "ln -s /var/qmail/supervise/qmail-send /service/qmail-send"
+ elog "ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd"
+ elog
+ elog "To start the pop3 server as well, create the following link:"
+ elog "ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d"
+ elog
+ elog "Additionally, the QMTP and QMQP protocols are supported, "
+ elog "and can be started as:"
+ elog "ln -s /var/qmail/supervise/qmail-qmtpd /service/qmail-qmtpd"
+ elog "ln -s /var/qmail/supervise/qmail-qmqpd /service/qmail-qmqpd"
+ elog
+ elog "Additionally, if you wish to run qmail right now, you should "
+ elog "run this before anything else:"
+ elog "source /etc/profile"
}
pkg_config() {
-# 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/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild,v 1.9 2005/10/24 11:44:21 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild,v 1.10 2007/03/18 06:20:39 genone Exp $
inherit eutils
chmod 622 ${ROOT}/var/qmail/queue/lock/trigger
chown qmails:qmail ${ROOT}/var/qmail/queue/lock/trigger
- echo -e "\e[32;01m Please do not forget to run, the following syntax :\033[0m"
- echo -e "\e[32;01m emerge --config =${PF} \033[0m"
- echo -e "\e[32;01m This will setup qmail to run out-of-the-box on your system. \033[0m"
- echo -e ""
- echo -e "\e[32;01m To start qmail at boot you have to enable the /etc/init.d/svscan rc file \033[0m"
- echo -e "\e[32;01m and create the following links : \033[0m"
- echo -e "\e[32;01m ln -s /var/qmail/supervise/qmail-send /service/qmail-send \033[0m"
- echo -e "\e[32;01m ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd \033[0m"
+ elog "Please do not forget to run, the following syntax:"
+ elog "emerge --config =${PF}"
+ elog "This will setup qmail to run out-of-the-box on your system."
+ elog
+ elog "To start qmail at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following links : \033[0m"
+ elog "ln -s /var/qmail/supervise/qmail-send /service/qmail-send"
+ elog "ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd"
}
pkg_config() {
# ChangeLog for mail-mta/sendmail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.69 2007/03/08 16:36:14 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.70 2007/03/18 06:24:17 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> sendmail-8.13.6-r1.ebuild,
+ sendmail-8.13.7.ebuild, sendmail-8.13.7-r1.ebuild, sendmail-8.13.8.ebuild,
+ sendmail-8.14.0.ebuild:
+ Replacing einfo with elog
08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> ChangeLog:
Fix manifest
-# 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/sendmail/sendmail-8.13.6-r1.ebuild,v 1.1 2006/06/15 08:17:26 lcars Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v 1.2 2007/03/18 06:24:17 genone Exp $
inherit eutils
pkg_postinst() {
if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
then
- einfo
- einfo "Since you emerged sendmail without mailwrapper in USE,"
- einfo "you probably want to 'emerge -C mailwrapper' now."
- einfo
+ elog
+ elog "Since you emerged sendmail without mailwrapper in USE,"
+ elog "you probably want to 'emerge -C mailwrapper' now."
+ elog
fi
}
-# 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/sendmail/sendmail-8.13.7-r1.ebuild,v 1.9 2006/10/15 12:41:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v 1.10 2007/03/18 06:24:17 genone Exp $
inherit eutils
pkg_postinst() {
if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
then
- einfo
- einfo "Since you emerged sendmail without mailwrapper in USE,"
- einfo "you probably want to 'emerge -C mailwrapper' now."
- einfo
+ elog
+ elog "Since you emerged sendmail without mailwrapper in USE,"
+ elog "you probably want to 'emerge -C mailwrapper' now."
+ elog
fi
}
-# 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/sendmail/sendmail-8.13.7.ebuild,v 1.2 2006/06/15 09:39:15 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v 1.3 2007/03/18 06:24:17 genone Exp $
inherit eutils
pkg_postinst() {
if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
then
- einfo
- einfo "Since you emerged sendmail without mailwrapper in USE,"
- einfo "you probably want to 'emerge -C mailwrapper' now."
- einfo
+ elog
+ elog "Since you emerged sendmail without mailwrapper in USE,"
+ elog "you probably want to 'emerge -C mailwrapper' now."
+ elog
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.5 2007/02/21 03:08:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.6 2007/03/18 06:24:17 genone Exp $
inherit eutils
pkg_postinst() {
if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
then
- einfo
- einfo "Since you emerged sendmail without mailwrapper in USE,"
- einfo "you probably want to 'emerge -C mailwrapper' now."
- einfo
+ elog
+ elog "Since you emerged sendmail without mailwrapper in USE,"
+ elog "you probably want to 'emerge -C mailwrapper' now."
+ elog
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.6 2007/03/08 13:57:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.7 2007/03/18 06:24:17 genone Exp $
inherit eutils
pkg_postinst() {
if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
then
- einfo
- einfo "Since you emerged sendmail without mailwrapper in USE,"
- einfo "you probably want to 'emerge -C mailwrapper' now."
- einfo
+ elog
+ elog "Since you emerged sendmail without mailwrapper in USE,"
+ elog "you probably want to 'emerge -C mailwrapper' now."
+ elog
fi
}
# ChangeLog for mail-mta/xmail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/ChangeLog,v 1.21 2007/02/22 01:07:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/ChangeLog,v 1.22 2007/03/18 06:25:47 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> xmail-1.22.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# 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/mail-mta/xmail/xmail-1.22.ebuild,v 1.2 2005/12/12 12:02:46 lcars Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild,v 1.3 2007/03/18 06:25:47 genone Exp $
inherit eutils linux-info
# einfo "You can quickly configure XMail by running ${FILESDIR}/xmailwizard."
#fi
- einfo "You can quickly configure XMail by running ${FILESDIR}/xmailwizard."
+ elog "You can quickly configure XMail by running ${FILESDIR}/xmailwizard."
ewarn
ewarn "Make sure you have iptables/netfilter with connection tracking"