diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:39:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:39:36 +0000 |
commit | bbe1d92882e41a2a0621c62dcd64979533882074 (patch) | |
tree | 346390d4ed61e02ec1af5a644832cc1429ea1223 /net-analyzer/snortsam | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-bbe1d92882e41a2a0621c62dcd64979533882074.tar.gz gentoo-2-bbe1d92882e41a2a0621c62dcd64979533882074.tar.bz2 gentoo-2-bbe1d92882e41a2a0621c62dcd64979533882074.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/snortsam')
-rw-r--r-- | net-analyzer/snortsam/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/snortsam/snortsam-2.30.ebuild | 10 | ||||
-rw-r--r-- | net-analyzer/snortsam/snortsam-2.31.ebuild | 10 | ||||
-rw-r--r-- | net-analyzer/snortsam/snortsam-2.44.ebuild | 14 | ||||
-rw-r--r-- | net-analyzer/snortsam/snortsam-2.50-r1.ebuild | 12 |
5 files changed, 28 insertions, 24 deletions
diff --git a/net-analyzer/snortsam/ChangeLog b/net-analyzer/snortsam/ChangeLog index a314efb333cf..dffb80f8e63e 100644 --- a/net-analyzer/snortsam/ChangeLog +++ b/net-analyzer/snortsam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/snortsam # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/ChangeLog,v 1.22 2007/04/16 07:47:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/ChangeLog,v 1.23 2007/05/01 22:39:36 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> snortsam-2.30.ebuild, + snortsam-2.31.ebuild, snortsam-2.44.ebuild, snortsam-2.50-r1.ebuild: + Replacing einfo with elog 16 Apr 2007; Markus Rothe <corsair@gentoo.org> snortsam-2.50-r1.ebuild: Stable on ppc64 diff --git a/net-analyzer/snortsam/snortsam-2.30.ebuild b/net-analyzer/snortsam/snortsam-2.30.ebuild index e6025bf0fbaa..1355a23b14b2 100644 --- a/net-analyzer/snortsam/snortsam-2.30.ebuild +++ b/net-analyzer/snortsam/snortsam-2.30.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/net-analyzer/snortsam/snortsam-2.30.ebuild,v 1.4 2006/04/30 10:16:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.30.ebuild,v 1.5 2007/05/01 22:39:36 genone Exp $ inherit eutils @@ -35,9 +35,9 @@ src_install() { pkg_postinst() { echo - einfo "To use snortsam with snort, you'll have to compile snort with USE=snortsam." - einfo "Read the INSTALL file to configure snort for snortsam, and configure" - einfo "snortsam for your particular firewall." + elog "To use snortsam with snort, you'll have to compile snort with USE=snortsam." + elog "Read the INSTALL file to configure snort for snortsam, and configure" + elog "snortsam for your particular firewall." echo } diff --git a/net-analyzer/snortsam/snortsam-2.31.ebuild b/net-analyzer/snortsam/snortsam-2.31.ebuild index 89d585c3b5de..d2d273648e18 100644 --- a/net-analyzer/snortsam/snortsam-2.31.ebuild +++ b/net-analyzer/snortsam/snortsam-2.31.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/net-analyzer/snortsam/snortsam-2.31.ebuild,v 1.3 2005/06/27 07:27:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.31.ebuild,v 1.4 2007/05/01 22:39:36 genone Exp $ inherit eutils @@ -35,9 +35,9 @@ src_install() { pkg_postinst() { echo - einfo "To use snortsam with snort, you'll have to compile snort with USE=snortsam." - einfo "Read the INSTALL file to configure snort for snortsam, and configure" - einfo "snortsam for your particular firewall." + elog "To use snortsam with snort, you'll have to compile snort with USE=snortsam." + elog "Read the INSTALL file to configure snort for snortsam, and configure" + elog "snortsam for your particular firewall." echo } diff --git a/net-analyzer/snortsam/snortsam-2.44.ebuild b/net-analyzer/snortsam/snortsam-2.44.ebuild index 7946d61335f8..f1e58dd52a2b 100644 --- a/net-analyzer/snortsam/snortsam-2.44.ebuild +++ b/net-analyzer/snortsam/snortsam-2.44.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/net-analyzer/snortsam/snortsam-2.44.ebuild,v 1.1 2006/01/09 22:27:48 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.44.ebuild,v 1.2 2007/05/01 22:39:36 genone Exp $ inherit eutils @@ -35,10 +35,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "To use snortsam with snort, you'll have to compile snort with USE=snortsam." - einfo "Read the INSTALL file to configure snort for snortsam, and configure" - einfo "snortsam for your particular firewall." - einfo + elog + elog "To use snortsam with snort, you'll have to compile snort with USE=snortsam." + elog "Read the INSTALL file to configure snort for snortsam, and configure" + elog "snortsam for your particular firewall." + elog } diff --git a/net-analyzer/snortsam/snortsam-2.50-r1.ebuild b/net-analyzer/snortsam/snortsam-2.50-r1.ebuild index cddae4f1abff..181ec407c7d2 100644 --- a/net-analyzer/snortsam/snortsam-2.50-r1.ebuild +++ b/net-analyzer/snortsam/snortsam-2.50-r1.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/net-analyzer/snortsam/snortsam-2.50-r1.ebuild,v 1.4 2007/04/16 07:47:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsam/snortsam-2.50-r1.ebuild,v 1.5 2007/05/01 22:39:36 genone Exp $ inherit eutils @@ -38,10 +38,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "To use snortsam with snort, you'll have to compile snort with USE=snortsam." - einfo "Read the INSTALL file to configure snort for snortsam, and configure" - einfo "snortsam for your particular firewall." - einfo + elog + elog "To use snortsam with snort, you'll have to compile snort with USE=snortsam." + elog "Read the INSTALL file to configure snort for snortsam, and configure" + elog "snortsam for your particular firewall." + elog } |