summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 05:51:53 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 05:51:53 +0000
commit5a4133249c48d2e869b1021a24c9b62807cafd9c (patch)
treedfda683c45081db046548e4c4a8f8f7dd4eb674f /mail-mta/nullmailer
parentReplacing einfo with elog (diff)
downloadgentoo-2-5a4133249c48d2e869b1021a24c9b62807cafd9c.tar.gz
gentoo-2-5a4133249c48d2e869b1021a24c9b62807cafd9c.tar.bz2
gentoo-2-5a4133249c48d2e869b1021a24c9b62807cafd9c.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r--mail-mta/nullmailer/ChangeLog7
-rw-r--r--mail-mta/nullmailer/nullmailer-1.00-r2.ebuild14
-rw-r--r--mail-mta/nullmailer/nullmailer-1.00.ebuild14
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02-r1.ebuild24
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02-r2.ebuild24
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02.ebuild24
6 files changed, 56 insertions, 51 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog
index cacf9c483840..c7d9435be712 100644
--- a/mail-mta/nullmailer/ChangeLog
+++ b/mail-mta/nullmailer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.24 2007/02/22 01:05:52 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.25 2007/03/18 05:51:53 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> nullmailer-1.00.ebuild,
+ nullmailer-1.00-r2.ebuild, nullmailer-1.02.ebuild,
+ nullmailer-1.02-r1.ebuild, nullmailer-1.02-r2.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild b/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
index ff82eefac70d..75bded138207 100644
--- a/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.00-r2.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/nullmailer/nullmailer-1.00-r2.ebuild,v 1.1 2006/02/11 10:35:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v 1.2 2007/03/18 05:51:53 genone Exp $
inherit eutils flag-o-matic mailer
@@ -101,9 +101,9 @@ pkg_config() {
}
msg_svscan() {
- einfo "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
- einfo "and create the following link :"
- einfo "ln -fs /var/nullmailer/service /service/nullmailer"
+ elog "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following link :"
+ elog "ln -fs /var/nullmailer/service /service/nullmailer"
}
msg_mailerconf() {
use mailwrapper && \
@@ -120,8 +120,8 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
- einfo "To create an initial setup, please do:"
- einfo "emerge --config =${PF}"
+ elog "To create an initial setup, please do:"
+ elog "emerge --config =${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.00.ebuild b/mail-mta/nullmailer/nullmailer-1.00.ebuild
index e2a73680f14a..3299d3e61109 100644
--- a/mail-mta/nullmailer/nullmailer-1.00.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.00.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/nullmailer/nullmailer-1.00.ebuild,v 1.7 2006/02/11 10:35:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.8 2007/03/18 05:51:53 genone Exp $
inherit eutils flag-o-matic
@@ -102,9 +102,9 @@ pkg_config() {
}
msg_svscan() {
- einfo "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
- einfo "and create the following link :"
- einfo "ln -fs /var/nullmailer/service /service/nullmailer"
+ elog "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following link :"
+ elog "ln -fs /var/nullmailer/service /service/nullmailer"
}
msg_mailerconf() {
use mailwrapper && \
@@ -121,8 +121,8 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
- einfo "To create an initial setup, please do:"
- einfo "emerge --config =${PF}"
+ elog "To create an initial setup, please do:"
+ elog "emerge --config =${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
index 6be957d33f15..cd99463ed686 100644
--- a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02-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/nullmailer/nullmailer-1.02-r1.ebuild,v 1.1 2006/02/11 10:35:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.2 2007/03/18 05:51:53 genone Exp $
inherit eutils flag-o-matic
@@ -112,14 +112,14 @@ pkg_config() {
}
msg_svscan() {
- einfo "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
- einfo "and create the following link :"
- einfo "ln -fs /var/nullmailer/service /service/nullmailer"
- einfo "As an alternative, we also provide an init.d script."
- einfo
- einfo "If the nullmailer service is already running, please restart it now,"
- einfo "using 'svc-restart nullmailer' or the init.d script."
- einfo
+ elog "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following link :"
+ elog "ln -fs /var/nullmailer/service /service/nullmailer"
+ elog "As an alternative, we also provide an init.d script."
+ elog
+ elog "If the nullmailer service is already running, please restart it now,"
+ elog "using 'svc-restart nullmailer' or the init.d script."
+ elog
}
msg_mailerconf() {
@@ -135,8 +135,8 @@ pkg_postinst() {
chmod 770 /var/log/nullmailer /var/nullmailer/{tmp,queue}
chmod 660 /var/nullmailer/trigger
- einfo "To create an initial setup, please do:"
- einfo "emerge --config =${PF}"
+ elog "To create an initial setup, please do:"
+ elog "emerge --config =${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild b/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
index 15b897db9b23..0828bc55ebcf 100644
--- a/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02-r2.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/nullmailer/nullmailer-1.02-r2.ebuild,v 1.1 2006/02/11 10:35:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v 1.2 2007/03/18 05:51:53 genone Exp $
inherit eutils flag-o-matic mailer
@@ -110,14 +110,14 @@ pkg_config() {
}
msg_svscan() {
- einfo "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
- einfo "and create the following link :"
- einfo "ln -fs /var/nullmailer/service /service/nullmailer"
- einfo "As an alternative, we also provide an init.d script."
- einfo
- einfo "If the nullmailer service is already running, please restart it now,"
- einfo "using 'svc-restart nullmailer' or the init.d script."
- einfo
+ elog "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following link :"
+ elog "ln -fs /var/nullmailer/service /service/nullmailer"
+ elog "As an alternative, we also provide an init.d script."
+ elog
+ elog "If the nullmailer service is already running, please restart it now,"
+ elog "using 'svc-restart nullmailer' or the init.d script."
+ elog
}
msg_mailerconf() {
@@ -133,8 +133,8 @@ pkg_postinst() {
chmod 770 /var/log/nullmailer /var/nullmailer/{tmp,queue}
chmod 660 /var/nullmailer/trigger
- einfo "To create an initial setup, please do:"
- einfo "emerge --config =${PF}"
+ elog "To create an initial setup, please do:"
+ elog "emerge --config =${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02.ebuild b/mail-mta/nullmailer/nullmailer-1.02.ebuild
index cbea8116f0a2..f69c9d083c22 100644
--- a/mail-mta/nullmailer/nullmailer-1.02.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02.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/nullmailer/nullmailer-1.02.ebuild,v 1.2 2006/02/11 10:35:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v 1.3 2007/03/18 05:51:53 genone Exp $
inherit eutils flag-o-matic
@@ -112,14 +112,14 @@ pkg_config() {
}
msg_svscan() {
- einfo "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
- einfo "and create the following link :"
- einfo "ln -fs /var/nullmailer/service /service/nullmailer"
- einfo
- einfo "If the nullmailer service is already running, please restart it now,"
- einfo "using 'svc-restart nullmailer' or the init.d script."
- einfo
- einfo "As an alternative, we also provide an init.d script."
+ elog "To start nullmailer at boot you have to enable the /etc/init.d/svscan rc file"
+ elog "and create the following link :"
+ elog "ln -fs /var/nullmailer/service /service/nullmailer"
+ elog
+ elog "If the nullmailer service is already running, please restart it now,"
+ elog "using 'svc-restart nullmailer' or the init.d script."
+ elog
+ elog "As an alternative, we also provide an init.d script."
}
msg_mailerconf() {
use mailwrapper && \
@@ -136,8 +136,8 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
- einfo "To create an initial setup, please do:"
- einfo "emerge --config =${PF}"
+ elog "To create an initial setup, please do:"
+ elog "emerge --config =${PF}"
msg_svscan
msg_mailerconf
}