diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 02:46:49 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 02:46:49 +0000 |
commit | cd92dcfc94f502d15ee4b249280dfb5ffb1b60cd (patch) | |
tree | d7078fd96b8bec8b4c36df2d8c7741077bde2358 /mail-filter/anomy-sanitizer | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-cd92dcfc94f502d15ee4b249280dfb5ffb1b60cd.tar.gz gentoo-2-cd92dcfc94f502d15ee4b249280dfb5ffb1b60cd.tar.bz2 gentoo-2-cd92dcfc94f502d15ee4b249280dfb5ffb1b60cd.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter/anomy-sanitizer')
5 files changed, 51 insertions, 46 deletions
diff --git a/mail-filter/anomy-sanitizer/ChangeLog b/mail-filter/anomy-sanitizer/ChangeLog index c8e358bfcc0a..3a89e6cb6215 100644 --- a/mail-filter/anomy-sanitizer/ChangeLog +++ b/mail-filter/anomy-sanitizer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/anomy-sanitizer # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.13 2007/02/09 03:22:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.14 2007/03/18 02:46:49 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> anomy-sanitizer-1.67.ebuild, + anomy-sanitizer-1.70.ebuild, anomy-sanitizer-1.76.ebuild, + anomy-sanitizer-1.76-r1.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild index 5d6f52017c0a..735b47798c00 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.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/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.9 2006/02/13 14:33:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.10 2007/03/18 02:46:49 genone Exp $ DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" @@ -81,14 +81,14 @@ pkg_postinst() { echo "" echo "" - einfo "There is a howto for the integration of sanitizer" - einfo "into your (postfix) mail system at" - einfo "\thttp://advosys.ca/papers/postfix-filtering.html" - einfo "Please find example scripts to be used to integrate sanitizer" - einfo "into your (postfix) mail system at" - einfo "\t${ROOT}/${DEST}" - einfo "There is also a png and kivio document about a possible" - einfo "e-mail architecture" + elog "There is a howto for the integration of sanitizer" + elog "into your (postfix) mail system at" + elog "\thttp://advosys.ca/papers/postfix-filtering.html" + elog "Please find example scripts to be used to integrate sanitizer" + elog "into your (postfix) mail system at" + elog "\t${ROOT}/${DEST}" + elog "There is also a png and kivio document about a possible" + elog "e-mail architecture" echo "" echo "" } diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild index 52b61ae9b192..d969e8d5b9d5 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.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/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.3 2006/02/13 14:33:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.4 2007/03/18 02:46:49 genone Exp $ DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" @@ -81,14 +81,14 @@ pkg_postinst() { echo "" echo "" - einfo "There is a howto for the integration of sanitizer" - einfo "into your (postfix) mail system at" - einfo "\thttp://advosys.ca/papers/postfix-filtering.html" - einfo "Please find example scripts to be used to integrate sanitizer" - einfo "into your (postfix) mail system at" - einfo "\t${ROOT}/${DEST}" - einfo "There is also a png and kivio document about a possible" - einfo "e-mail architecture" + elog "There is a howto for the integration of sanitizer" + elog "into your (postfix) mail system at" + elog "\thttp://advosys.ca/papers/postfix-filtering.html" + elog "Please find example scripts to be used to integrate sanitizer" + elog "into your (postfix) mail system at" + elog "\t${ROOT}/${DEST}" + elog "There is also a png and kivio document about a possible" + elog "e-mail architecture" echo "" echo "" } diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild index 73fa1d0f8d5b..d67d6da3a4f2 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-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-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.1 2006/02/20 21:19:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.2 2007/03/18 02:46:49 genone Exp $ inherit eutils @@ -83,21 +83,21 @@ pkg_postinst() { chmod u+w ${ROOT}/${DEST}/testcases chmod u+w ${ROOT}/${DEST}/testcases/results.def - einfo "" - einfo "There is a howto for the integration of sanitizer" - einfo "into your (postfix) mail system at" - einfo "http://advosys.ca/papers/postfix-filtering.html" - einfo "Please find example scripts to be used to integrate sanitizer" - einfo "into your (postfix) mail system at" - einfo "/usr/share/doc/${PF}/examples" - einfo "There is also a png and kivio document about a possible" - einfo "e-mail architecture" - einfo "" + elog "" + elog "There is a howto for the integration of sanitizer" + elog "into your (postfix) mail system at" + elog "http://advosys.ca/papers/postfix-filtering.html" + elog "Please find example scripts to be used to integrate sanitizer" + elog "into your (postfix) mail system at" + elog "/usr/share/doc/${PF}/examples" + elog "There is also a png and kivio document about a possible" + elog "e-mail architecture" + elog "" } pkg_postrm() { - einfo "After unmerging this ebuild, you will have to remove" - einfo "created user and group manually. To do so, run:" - einfo "userdel -r sanitizer; groupdel sanitizer" + elog "After unmerging this ebuild, you will have to remove" + elog "created user and group manually. To do so, run:" + elog "userdel -r sanitizer; groupdel sanitizer" } diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild index de3c9c3d4492..9d334494177f 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.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/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.2 2006/02/13 14:33:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.3 2007/03/18 02:46:49 genone Exp $ DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" @@ -84,14 +84,14 @@ pkg_postinst() { echo "" echo "" - einfo "There is a howto for the integration of sanitizer" - einfo "into your (postfix) mail system at" - einfo "\thttp://advosys.ca/papers/postfix-filtering.html" - einfo "Please find example scripts to be used to integrate sanitizer" - einfo "into your (postfix) mail system at" - einfo "\t${ROOT}/${DEST}" - einfo "There is also a png and kivio document about a possible" - einfo "e-mail architecture" + elog "There is a howto for the integration of sanitizer" + elog "into your (postfix) mail system at" + elog "\thttp://advosys.ca/papers/postfix-filtering.html" + elog "Please find example scripts to be used to integrate sanitizer" + elog "into your (postfix) mail system at" + elog "\t${ROOT}/${DEST}" + elog "There is also a png and kivio document about a possible" + elog "e-mail architecture" echo "" echo "" } |