summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 04:21:49 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 04:21:49 +0000
commit3483c7f4d530a4fe45618ab24fcca57dfe0d915f (patch)
treee99305bcc961d64632c7798bfb3af55fc944b6db /mail-filter
parentdev-php4/PEAR-* gone. (diff)
downloadhistorical-3483c7f4d530a4fe45618ab24fcca57dfe0d915f.tar.gz
historical-3483c7f4d530a4fe45618ab24fcca57dfe0d915f.tar.bz2
historical-3483c7f4d530a4fe45618ab24fcca57dfe0d915f.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/ChangeLog5
-rw-r--r--mail-filter/dspam/dspam-3.6.8-r2.ebuild37
-rw-r--r--mail-filter/gld/ChangeLog8
-rw-r--r--mail-filter/gld/gld-1.5.2.ebuild12
-rw-r--r--mail-filter/gld/gld-1.6.ebuild16
-rw-r--r--mail-filter/gld/gld-1.7.ebuild16
-rw-r--r--mail-filter/libsrs2/ChangeLog6
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.16.ebuild10
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.17.ebuild10
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.18.ebuild10
10 files changed, 72 insertions, 58 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index a572ef4d1853..7d9e73b24a26 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.81 2007/02/18 07:53:58 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.82 2007/03/18 04:18:20 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> dspam-3.6.8-r2.ebuild:
+ Replacing einfo with elog
18 Feb 2007; Alin Năstac <mrness@gentoo.org> dspam-3.6.8-r2.ebuild:
Move the code that preserve *.data files to pkg_preinst (#167285).
diff --git a/mail-filter/dspam/dspam-3.6.8-r2.ebuild b/mail-filter/dspam/dspam-3.6.8-r2.ebuild
index aafbb17d3905..407f9729caa2 100644
--- a/mail-filter/dspam/dspam-3.6.8-r2.ebuild
+++ b/mail-filter/dspam/dspam-3.6.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8-r2.ebuild,v 1.2 2007/02/18 07:53:57 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8-r2.ebuild,v 1.3 2007/03/18 04:18:20 genone Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -324,7 +324,7 @@ src_install () {
pkg_preinst() {
# Preserve *.data files
- local installed_datafiles="${ROOT}"/${CONFDIR}/*.data
+ local installed_datafiles="${ROOT}"/${CONFDIR}/*.data
if [[ "${installed_datafiles}" != *"*.data" ]]; then
cp "${ROOT}"/${CONFDIR}/*.data "${D}"/${CONFDIR}
fi
@@ -335,31 +335,34 @@ pkg_postinst() {
create_dspam_usergroup
if use mysql || use postgres || use oracle; then
- echo
- einfo "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
- einfo "PostgreSQL or Oracle database, run:"
- einfo "emerge --config =${PF}"
+ elog
+ elog "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
+ elog "PostgreSQL or Oracle database, run:"
+ elog "emerge --config =${PF}"
fi
if use postgres && has_version ">dev-db/postgresql-8.0"; then
- echo
- einfo "Before executing the configuration command mentioned above you have"
- einfo "to execute the following command:"
- einfo "createlang plpgsql -U postgres dspam"
+ elog
+ elog "Before executing the configuration command mentioned above you have"
+ elog "to execute the following command:"
+ elog "createlang plpgsql -U postgres dspam"
fi
if use daemon; then
- echo
- einfo "If you want to run DSPAM in the new daemon mode remember"
- einfo "to make the DSPAM daemon start during boot:"
- einfo " rc-update add dspam default"
+ elog
+ elog "If you want to run DSPAM in the new daemon mode remember"
+ elog "to make the DSPAM daemon start during boot:"
+ elog " rc-update add dspam default"
fi
if use daemon ; then
- einfo "To use the DSPAM daemon mode, the used storage driver must be thread-safe."
+ elog
+ elog "To use the DSPAM daemon mode, the used storage driver must be thread-safe."
fi
- einfo "Edit /etc/mail/dspam.conf with your delivery agent"
- einfo "See http://dspamwiki.expass.de/Installation for more info"
+ elog
+ elog "Edit /etc/mail/dspam.conf with your delivery agent"
+ elog "See http://dspamwiki.expass.de/Installation for more info"
+ elog
}
pkg_config () {
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index 7675f1a04958..2a727dc97e04 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/gld
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.34 2006/11/23 15:53:19 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.35 2007/03/18 04:20:03 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> gld-1.5.2.ebuild,
+ gld-1.6.ebuild, gld-1.7.ebuild:
+ Replacing einfo with elog
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> gld-1.5.2.ebuild,
gld-1.6.ebuild, gld-1.7.ebuild:
diff --git a/mail-filter/gld/gld-1.5.2.ebuild b/mail-filter/gld/gld-1.5.2.ebuild
index 48a8cbab95f2..5cf7f40c47ef 100644
--- a/mail-filter/gld/gld-1.5.2.ebuild
+++ b/mail-filter/gld/gld-1.5.2.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-filter/gld/gld-1.5.2.ebuild,v 1.5 2006/11/23 15:53:19 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.2.ebuild,v 1.6 2007/03/18 04:20:03 genone Exp $
inherit eutils
@@ -57,9 +57,9 @@ src_install() {
pkg_postinst() {
echo
- einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
- einfo "gld."
- echo
- einfo "The tables.*sql files are located at /usr/share/${PN}/sql."
+ elog "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
+ elog "gld."
+ elog
+ elog "The tables.*sql files are located at /usr/share/${PN}/sql."
echo
}
diff --git a/mail-filter/gld/gld-1.6.ebuild b/mail-filter/gld/gld-1.6.ebuild
index 2d696060ee6c..b14c13514b5d 100644
--- a/mail-filter/gld/gld-1.6.ebuild
+++ b/mail-filter/gld/gld-1.6.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-filter/gld/gld-1.6.ebuild,v 1.5 2006/11/23 15:53:19 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.6.ebuild,v 1.6 2007/03/18 04:20:03 genone Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -54,10 +54,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
- einfo "gld."
- einfo
- einfo "The sql files have been installed to /usr/share/${PN}/sql."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
+ elog "gld."
+ elog
+ elog "The sql files have been installed to /usr/share/${PN}/sql."
+ elog
}
diff --git a/mail-filter/gld/gld-1.7.ebuild b/mail-filter/gld/gld-1.7.ebuild
index e07d8ad7306d..fd5c09bd732f 100644
--- a/mail-filter/gld/gld-1.7.ebuild
+++ b/mail-filter/gld/gld-1.7.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-filter/gld/gld-1.7.ebuild,v 1.2 2006/11/23 15:53:18 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7.ebuild,v 1.3 2007/03/18 04:20:03 genone Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -48,10 +48,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
- einfo "gld."
- einfo
- einfo "The sql files have been installed to /usr/share/${PN}/sql."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
+ elog "gld."
+ elog
+ elog "The sql files have been installed to /usr/share/${PN}/sql."
+ elog
}
diff --git a/mail-filter/libsrs2/ChangeLog b/mail-filter/libsrs2/ChangeLog
index a1b66125d3d3..937a29504fc8 100644
--- a/mail-filter/libsrs2/ChangeLog
+++ b/mail-filter/libsrs2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/libsrs2
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.5 2007/02/08 13:16:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.6 2007/03/18 04:21:49 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> libsrs2-1.0.16.ebuild,
+ libsrs2-1.0.17.ebuild, libsrs2-1.0.18.ebuild:
+ Replacing einfo with elog
08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/mail-filter/libsrs2/libsrs2-1.0.16.ebuild b/mail-filter/libsrs2/libsrs2-1.0.16.ebuild
index e272beba7671..1cd79321c2eb 100644
--- a/mail-filter/libsrs2/libsrs2-1.0.16.ebuild
+++ b/mail-filter/libsrs2/libsrs2-1.0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.16.ebuild,v 1.1 2004/07/25 15:55:26 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.16.ebuild,v 1.2 2007/03/18 04:21:49 genone Exp $
DESCRIPTION="libsrs2 is the next generation Sender Rewriting Scheme library"
HOMEPAGE="http://www.libsrs2.org/"
@@ -26,9 +26,9 @@ src_install() {
}
pkg_postinst() {
- einfo "${P} was successfully installed."
- einfo "Please read the associated docs for help."
- einfo "Or visit the website @ ${HOMEPAGE}"
+ elog "${P} was successfully installed."
+ elog "Please read the associated docs for help."
+ elog "Or visit the website @ ${HOMEPAGE}"
echo
ewarn "This package is still in unstable."
ewarn "Please report bugs to http://bugs.gentoo.org/"
diff --git a/mail-filter/libsrs2/libsrs2-1.0.17.ebuild b/mail-filter/libsrs2/libsrs2-1.0.17.ebuild
index a4dc1f2675a2..b6ccd123eff8 100644
--- a/mail-filter/libsrs2/libsrs2-1.0.17.ebuild
+++ b/mail-filter/libsrs2/libsrs2-1.0.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.17.ebuild,v 1.2 2004/08/03 11:41:09 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.17.ebuild,v 1.3 2007/03/18 04:21:49 genone Exp $
DESCRIPTION="libsrs2 is the next generation Sender Rewriting Scheme library"
HOMEPAGE="http://www.libsrs2.org/"
@@ -26,9 +26,9 @@ src_install() {
}
pkg_postinst() {
- einfo "${P} was successfully installed."
- einfo "Please read the associated docs for help."
- einfo "Or visit the website @ ${HOMEPAGE}"
+ elog "${P} was successfully installed."
+ elog "Please read the associated docs for help."
+ elog "Or visit the website @ ${HOMEPAGE}"
echo
ewarn "This package is still in unstable."
ewarn "Please report bugs to http://bugs.gentoo.org/"
diff --git a/mail-filter/libsrs2/libsrs2-1.0.18.ebuild b/mail-filter/libsrs2/libsrs2-1.0.18.ebuild
index fa381c6fcda8..1eed7fc68743 100644
--- a/mail-filter/libsrs2/libsrs2-1.0.18.ebuild
+++ b/mail-filter/libsrs2/libsrs2-1.0.18.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/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v 1.1 2005/05/09 23:51:23 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v 1.2 2007/03/18 04:21:49 genone Exp $
DESCRIPTION="libsrs2 is the next generation Sender Rewriting Scheme library"
HOMEPAGE="http://www.libsrs2.org/"
@@ -26,9 +26,9 @@ src_install() {
}
pkg_postinst() {
- einfo "${P} was successfully installed."
- einfo "Please read the associated docs for help."
- einfo "Or visit the website @ ${HOMEPAGE}"
+ elog "${P} was successfully installed."
+ elog "Please read the associated docs for help."
+ elog "Or visit the website @ ${HOMEPAGE}"
echo
ewarn "This package is still in unstable."
ewarn "Please report bugs to http://bugs.gentoo.org/"