diff options
28 files changed, 190 insertions, 151 deletions
diff --git a/net-analyzer/aimsniff/ChangeLog b/net-analyzer/aimsniff/ChangeLog index 03f41a4b9f18..8fecf4183079 100644 --- a/net-analyzer/aimsniff/ChangeLog +++ b/net-analyzer/aimsniff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/aimsniff # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.22 2007/02/03 07:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.23 2007/05/01 17:35:30 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> aimsniff-0.9-r1.ebuild, + aimsniff-0.9-r2.ebuild: + Replacing einfo with elog 03 Feb 2007; nixnut <nixnut@gentoo.org> aimsniff-0.9-r1.ebuild: Stable on ppc wrt bug 164919 diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild index 5d2fe3b75cbe..d31d3906f6c2 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-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/aimsniff/aimsniff-0.9-r1.ebuild,v 1.12 2007/02/03 07:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild,v 1.13 2007/05/01 17:35:30 genone Exp $ inherit eutils webapp @@ -83,8 +83,8 @@ pkg_postinst() { if use mysql then echo - einfo "To create and enable the mysql database, please run: " - einfo "emerge --config =${PF}" + elog "To create and enable the mysql database, please run: " + elog "emerge --config =${PF}" if use http then @@ -96,8 +96,8 @@ pkg_postinst() { if use http then - echo - einfo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." + elog + elog "Go to http://${HOSTNAME}/was/admin.php to configure WAS." echo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." > was-postinst webapp_postinst_txt en was-postinst diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild index 64d16f1c944a..f49e16485b9f 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-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/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild,v 1.3 2007/02/01 21:03:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild,v 1.4 2007/05/01 17:35:30 genone Exp $ inherit eutils webapp eutils @@ -85,8 +85,8 @@ pkg_postinst() { if use mysql then echo - einfo "To create and enable the mysql database, please run: " - einfo "emerge --config =${PF}" + elog "To create and enable the mysql database, please run: " + elog "emerge --config =${PF}" if use http then @@ -98,8 +98,8 @@ pkg_postinst() { if use http then - echo - einfo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." + elog + elog "Go to http://${HOSTNAME}/was/admin.php to configure WAS." echo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." > was-postinst webapp_postinst_txt en was-postinst diff --git a/net-analyzer/barnyard/ChangeLog b/net-analyzer/barnyard/ChangeLog index c27172811463..57d1d1d5f754 100644 --- a/net-analyzer/barnyard/ChangeLog +++ b/net-analyzer/barnyard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/barnyard -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/ChangeLog,v 1.16 2006/11/23 19:44:04 vivo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/ChangeLog,v 1.17 2007/05/01 17:40:17 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> barnyard-0.2.0-r1.ebuild, + barnyard-0.2.0-r2.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> barnyard-0.2.0-r1.ebuild, barnyard-0.2.0-r2.ebuild: diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r1.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r1.ebuild index 12217846866e..1e83d298bd35 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r1.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-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/net-analyzer/barnyard/barnyard-0.2.0-r1.ebuild,v 1.3 2006/11/23 19:44:04 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/barnyard-0.2.0-r1.ebuild,v 1.4 2007/05/01 17:40:17 genone Exp $ DESCRIPTION="Fast output system for Snort" SRC_URI="mirror://sourceforge/barnyard/barnyard-${PV/_/-}.tar.gz" @@ -67,10 +67,10 @@ src_install () { pkg_postinst() { if use sguil ; then - einfo - einfo "Make sure to edit /etc/snort/barnyard.conf and uncomment the" - einfo "sguil section along with supplying the appropriate database" - einfo "information." - einfo + elog + elog "Make sure to edit /etc/snort/barnyard.conf and uncomment the" + elog "sguil section along with supplying the appropriate database" + elog "information." + elog fi } diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild index 4c9bbd136d5a..89987d61c342 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-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/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild,v 1.4 2006/11/23 19:44:04 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard/barnyard-0.2.0-r2.ebuild,v 1.5 2007/05/01 17:40:17 genone Exp $ inherit eutils @@ -89,10 +89,10 @@ src_install () { pkg_postinst() { if use sguil ; then - einfo - einfo "Make sure to edit /etc/snort/barnyard.conf and uncomment the" - einfo "sguil section along with supplying the appropriate database" - einfo "information." - einfo + elog + elog "Make sure to edit /etc/snort/barnyard.conf and uncomment the" + elog "sguil section along with supplying the appropriate database" + elog "information." + elog fi } diff --git a/net-analyzer/base/ChangeLog b/net-analyzer/base/ChangeLog index e50cd0d535ff..cc9b09b972fb 100644 --- a/net-analyzer/base/ChangeLog +++ b/net-analyzer/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/base # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/ChangeLog,v 1.9 2007/02/01 21:14:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/ChangeLog,v 1.10 2007/05/01 17:42:04 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> base-1.2.7-r2.ebuild: + Replacing einfo with elog 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> base-1.2.7-r2.ebuild: typo fun diff --git a/net-analyzer/base/base-1.2.7-r2.ebuild b/net-analyzer/base/base-1.2.7-r2.ebuild index f4bf4bc74292..16cbd86d9590 100644 --- a/net-analyzer/base/base-1.2.7-r2.ebuild +++ b/net-analyzer/base/base-1.2.7-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/net-analyzer/base/base-1.2.7-r2.ebuild,v 1.2 2007/02/01 21:14:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/base-1.2.7-r2.ebuild,v 1.3 2007/05/01 17:42:04 genone Exp $ inherit webapp versionator eutils depend.apache depend.php @@ -67,14 +67,14 @@ pkg_setup() { BASE_DBTYPE=${db} let dbtypecnt++ elif [ ${dbtypecnt} -ge 1 ]; then - einfo "You set multiple database types in your USE flags." + ewarn "You set multiple database types in your USE flags." ewarn "You will have to setup DBtype configuration manually." fi fi done if [ ${dbtypecnt} -eq 0 ]; then - einfo "No database type selected in your USE flags." + ewarn "No database type selected in your USE flags." ewarn "You will have to setup DBtype manually." fi @@ -202,12 +202,12 @@ pkg_postinst() { ewarn "chown root:${HTTPD_GROUP} ${CONF_DIR}/${CONF_NEW}" fi - einfo "" - einfo "You should edit \"${CONF_DIR}/${CONF_NEW}\" before using BASE." - einfo "" - einfo "To setup your initial database, direct your web browser to the" - einfo "location you installed BASE/base_db_setup.php" - einfo "You can find instructions in /usr/share/doc/${P}/README" - einfo "There is a guide at http://gentoo-wiki.com/HOWTO_Apache2_with_BASE" - einfo "" + elog "" + elog "You should edit \"${CONF_DIR}/${CONF_NEW}\" before using BASE." + elog "" + elog "To setup your initial database, direct your web browser to the" + elog "location you installed BASE/base_db_setup.php" + elog "You can find instructions in /usr/share/doc/${P}/README" + elog "There is a guide at http://gentoo-wiki.com/HOWTO_Apache2_with_BASE" + elog "" } diff --git a/net-analyzer/bigeye/ChangeLog b/net-analyzer/bigeye/ChangeLog index bb6d82d7e8de..06417e40be2b 100644 --- a/net-analyzer/bigeye/ChangeLog +++ b/net-analyzer/bigeye/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bigeye # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.12 2007/02/09 08:03:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.13 2007/05/01 17:42:59 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> bigeye-0.3-r1.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-analyzer/bigeye/bigeye-0.3-r1.ebuild b/net-analyzer/bigeye/bigeye-0.3-r1.ebuild index 7f6ce9170707..4467c233ecf2 100644 --- a/net-analyzer/bigeye/bigeye-0.3-r1.ebuild +++ b/net-analyzer/bigeye/bigeye-0.3-r1.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/bigeye/bigeye-0.3-r1.ebuild,v 1.2 2005/12/15 19:48:04 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3-r1.ebuild,v 1.3 2007/05/01 17:42:59 genone Exp $ inherit toolchain-funcs eutils @@ -37,6 +37,6 @@ src_install() { } pkg_postinst() { - einfo "The service emulation files mentioned in the README" - einfo "are located in /usr/share/bigeye/messages" + elog "The service emulation files mentioned in the README" + elog "are located in /usr/share/bigeye/messages" } diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index 5b380ea2c6d8..1e55fc80d8c6 100644 --- a/net-analyzer/cacti-cactid/ChangeLog +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/cacti-cactid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.32 2007/04/18 20:42:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.33 2007/05/01 17:45:16 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> cacti-cactid-0.8.6g.ebuild, + cacti-cactid-0.8.6i-r1.ebuild: + Replacing einfo with elog 18 Apr 2007; Matti Bickel <mabi@gentoo.org> cacti-cactid-0.8.6i-r1.ebuild: ppc stable (bug #172378) diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild index a713863e06dd..d23451b51d40 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.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/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.8 2007/03/10 14:16:34 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.9 2007/05/01 17:45:16 genone Exp $ WANT_AUTOCONF="latest" inherit autotools @@ -44,9 +44,9 @@ src_install() { } pkg_postinst() { - einfo "Please see cacti's site for installation instructions." - einfo "Theres no need to change the crontab for this, just" - einfo "read the instructions on how to implement it" - einfo - einfo "http://cacti.net/cactid_install.php" + elog "Please see cacti's site for installation instructions." + elog "Theres no need to change the crontab for this, just" + elog "read the instructions on how to implement it" + elog + elog "http://cacti.net/cactid_install.php" } diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild index 6257bee522e9..bee5cd26c5f9 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-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/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild,v 1.5 2007/04/18 20:42:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild,v 1.6 2007/05/01 17:45:16 genone Exp $ WANT_AUTOCONF="latest" inherit autotools @@ -42,11 +42,11 @@ src_install() { } pkg_postinst() { - einfo "Please see cacti's site for installation instructions." - einfo "Theres no need to change the crontab for this, just" - einfo "read the instructions on how to implement it" - einfo - einfo "http://cacti.net/cactid_install.php" + elog "Please see cacti's site for installation instructions." + elog "Theres no need to change the crontab for this, just" + elog "read the instructions on how to implement it" + elog + elog "http://cacti.net/cactid_install.php" echo ewarn "/etc/cactid.conf should be readable by webserver, thus after you" ewarn "decide on webserver/webserver group do not forgive to change it's" diff --git a/net-analyzer/driftnet/ChangeLog b/net-analyzer/driftnet/ChangeLog index 469eec545877..30554561a5d6 100644 --- a/net-analyzer/driftnet/ChangeLog +++ b/net-analyzer/driftnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/driftnet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/ChangeLog,v 1.29 2007/02/01 21:39:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/ChangeLog,v 1.30 2007/05/01 17:46:43 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> driftnet-0.1.6-r3.ebuild: + Replacing einfo with elog 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -files/driftnet-0.1.6-tmpnam-is-bad.diff, -driftnet-0.1.6.ebuild, diff --git a/net-analyzer/driftnet/driftnet-0.1.6-r3.ebuild b/net-analyzer/driftnet/driftnet-0.1.6-r3.ebuild index c8c94e97a894..4b625f059335 100644 --- a/net-analyzer/driftnet/driftnet-0.1.6-r3.ebuild +++ b/net-analyzer/driftnet/driftnet-0.1.6-r3.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/driftnet/driftnet-0.1.6-r3.ebuild,v 1.6 2007/02/01 21:39:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r3.ebuild,v 1.7 2007/05/01 17:46:43 genone Exp $ inherit eutils flag-o-matic @@ -65,7 +65,7 @@ src_install () { dodoc CHANGES CREDITS README TODO || die "dodoc failed" - einfo "marking the no-display driftnet as setuid root." + elog "marking the no-display driftnet as setuid root." chown root:wheel "${D}/usr/bin/driftnet" chmod 750 "${D}/usr/bin/driftnet" chmod u+s "${D}/usr/bin/driftnet" @@ -73,10 +73,10 @@ src_install () { pkg_postinst() { if ! has_version 'virtual/mpg123' ; then - einfo - einfo "In case you want driftnet to be able to play" - einfo "audio files found on the streams, you need to do:" - einfo " # emerge mpg123" - einfo + elog + elog "In case you want driftnet to be able to play" + elog "audio files found on the streams, you need to do:" + elog " # emerge mpg123" + elog fi } diff --git a/net-analyzer/fe3d/ChangeLog b/net-analyzer/fe3d/ChangeLog index 7ecd9da88a78..10c405e2db69 100644 --- a/net-analyzer/fe3d/ChangeLog +++ b/net-analyzer/fe3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fe3d -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/ChangeLog,v 1.6 2006/10/31 21:56:52 jokey Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/ChangeLog,v 1.7 2007/05/01 17:47:55 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> fe3d-0.8.3.ebuild: + Replacing einfo with elog 31 Oct 2006; Markus Ullmann <jokey@gentoo.org> fe3d-0.8.3.ebuild: Fixing dep wrt bug #153251 diff --git a/net-analyzer/fe3d/fe3d-0.8.3.ebuild b/net-analyzer/fe3d/fe3d-0.8.3.ebuild index 098b8573ab58..e0be74d9bd9d 100644 --- a/net-analyzer/fe3d/fe3d-0.8.3.ebuild +++ b/net-analyzer/fe3d/fe3d-0.8.3.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/fe3d/fe3d-0.8.3.ebuild,v 1.6 2006/10/31 21:56:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/fe3d-0.8.3.ebuild,v 1.7 2007/05/01 17:47:55 genone Exp $ inherit versionator @@ -36,7 +36,7 @@ src_install() { } pkg_postinst() { - einfo "Example using a nmap log:" - einfo "/usr/bin/nmap -oX test.xml -O --osscan_limit 192.168.0.0/24" - einfo "/usr/bin/fe3d test.xml" + elog "Example using a nmap log:" + elog "/usr/bin/nmap -oX test.xml -O --osscan_limit 192.168.0.0/24" + elog "/usr/bin/fe3d test.xml" } diff --git a/net-analyzer/hyperic-hq-agent/ChangeLog b/net-analyzer/hyperic-hq-agent/ChangeLog index 4d70ad30b3ee..bf585e1a8e5b 100644 --- a/net-analyzer/hyperic-hq-agent/ChangeLog +++ b/net-analyzer/hyperic-hq-agent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/hyperic-hq-agent -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.14 2006/04/16 08:22:37 mattm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.15 2007/05/01 17:48:59 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> + hyperic-hq-agent-2.5.15.ebuild, hyperic-hq-agent-2.6.22.ebuild, + hyperic-hq-agent-2.6.27.ebuild: + Replacing einfo with elog *hyperic-hq-agent-2.6.22 (16 Apr 2006) diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild index 331e23324518..b279a04a4090 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.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/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild,v 1.2 2006/04/16 08:22:37 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.15.ebuild,v 1.3 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -35,12 +35,12 @@ pkg_preinst() { pkg_postinst() { chown -R hyperic:hyperic ${AGENT_HOME} - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild index 5e57dd1af251..94931f9cfa51 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.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/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild,v 1.1 2006/04/16 08:22:37 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild,v 1.2 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -29,12 +29,12 @@ src_install() { pkg_postinst() { - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild index d8a2d7338a4e..9d49bcedf1e9 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.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/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild,v 1.1 2006/06/30 01:50:08 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.27.ebuild,v 1.2 2007/05/01 17:48:59 genone Exp $ inherit eutils @@ -29,12 +29,12 @@ src_install() { pkg_postinst() { - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo + elog "You should perform the following before attempting to start the agent:" + elog + elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" + elog "2) ensure that your server has a license key permitting an additional agent install." + elog "3) have your server ip, admin username, and admin password available" + elog "4) rc-update add hyperic-hq-agent default" + elog "5) /etc/init.d/hyperic-hq-agent start" + elog } diff --git a/net-analyzer/ipband/ChangeLog b/net-analyzer/ipband/ChangeLog index d21db40be517..d2bc34fe0917 100644 --- a/net-analyzer/ipband/ChangeLog +++ b/net-analyzer/ipband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipband # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.4 2007/04/28 12:30:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.5 2007/05/01 17:51:28 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> ipband-0.8.ebuild: + Replacing einfo with elog 28 Apr 2007; Torsten Veller <tove@gentoo.org> ipband-0.8.ebuild: Use newinitd diff --git a/net-analyzer/ipband/ipband-0.8.ebuild b/net-analyzer/ipband/ipband-0.8.ebuild index 7ae671403661..bde882e67f56 100644 --- a/net-analyzer/ipband/ipband-0.8.ebuild +++ b/net-analyzer/ipband/ipband-0.8.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/ipband/ipband-0.8.ebuild,v 1.4 2007/04/28 12:30:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ipband-0.8.ebuild,v 1.5 2007/05/01 17:51:28 genone Exp $ inherit eutils @@ -38,14 +38,14 @@ src_install() { pkg_postinst() { ewarn "If you plan to use ipband as a service, you must edit" ewarn "/etc/ipband.conf" - einfo "" - einfo "The following command line example will:" - einfo " o Listen on eth0" - einfo " o Group results into a summary relative to 192.168.1.0/24" - einfo " o Average bandwidth every 5 seconds" - einfo " o Report when average bandwidth has exceeded 7 kB/sec" - einfo " over the previous 10 seconds. The report is written to" - einfo " stdout but can also be emailed or stored in a file." - einfo "" - einfo "ipband eth0 -L 192.168.1.0/24 -a 5 -r 10 -b 7 -o -" + elog "" + elog "The following command line example will:" + elog " o Listen on eth0" + elog " o Group results into a summary relative to 192.168.1.0/24" + elog " o Average bandwidth every 5 seconds" + elog " o Report when average bandwidth has exceeded 7 kB/sec" + elog " over the previous 10 seconds. The report is written to" + elog " stdout but can also be emailed or stored in a file." + elog "" + elog "ipband eth0 -L 192.168.1.0/24 -a 5 -r 10 -b 7 -o -" } diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog index b703cfde9656..fca0d2056343 100644 --- a/net-analyzer/iptraf/ChangeLog +++ b/net-analyzer/iptraf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iptraf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.54 2007/04/24 05:12:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.55 2007/05/01 17:52:35 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> iptraf-3.0.0-r2.ebuild, + iptraf-3.0.0-r3.ebuild: + Replacing einfo with elog 24 Apr 2007; Jeroen Roovers <jer@gentoo.org> iptraf-3.0.0-r3.ebuild: Stable for HPPA too. diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild index 3f7c1a04de17..d9909b7d329f 100644 --- a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild +++ b/net-analyzer/iptraf/iptraf-3.0.0-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/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild,v 1.12 2006/10/16 22:11:48 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild,v 1.13 2007/05/01 17:52:35 genone Exp $ inherit eutils flag-o-matic @@ -63,14 +63,14 @@ src_install() { pkg_postinst() { if use suid ; then - einfo - einfo "You've chosen to build iptraf with run-as-user support" - einfo - einfo "The app now has this support, but for security reasons" - einfo "you need to run the following command to allow your users" - einfo "to suid-run it:" - einfo - einfo " # chmod 4755 /usr/sbin/iptraf" - einfo + elog + elog "You've chosen to build iptraf with run-as-user support" + elog + elog "The app now has this support, but for security reasons" + elog "you need to run the following command to allow your users" + elog "to suid-run it:" + elog + elog " # chmod 4755 /usr/sbin/iptraf" + elog fi } diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild index 7984a966cf1b..901765560ca1 100644 --- a/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild +++ b/net-analyzer/iptraf/iptraf-3.0.0-r3.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/iptraf/iptraf-3.0.0-r3.ebuild,v 1.8 2007/04/24 05:12:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild,v 1.9 2007/05/01 17:52:35 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -73,14 +73,14 @@ src_install() { pkg_postinst() { if use suid ; then - einfo - einfo "You've chosen to build iptraf with run-as-user support" - einfo - einfo "The app now has this support, but for security reasons" - einfo "you need to run the following command to allow your users" - einfo "to suid-run it:" - einfo - einfo " # chmod 4755 /usr/sbin/iptraf" - einfo + elog + elog "You've chosen to build iptraf with run-as-user support" + elog + elog "The app now has this support, but for security reasons" + elog "you need to run the following command to allow your users" + elog "to suid-run it:" + elog + elog " # chmod 4755 /usr/sbin/iptraf" + elog fi } diff --git a/net-analyzer/midas-nms/ChangeLog b/net-analyzer/midas-nms/ChangeLog index 64c1ba5ffce0..db359c11b510 100644 --- a/net-analyzer/midas-nms/ChangeLog +++ b/net-analyzer/midas-nms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/midas-nms -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/midas-nms/ChangeLog,v 1.9 2006/11/23 19:49:31 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/midas-nms/ChangeLog,v 1.10 2007/05/01 17:54:00 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> midas-nms-2.2f.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> midas-nms-2.2f.ebuild: dev-db/mysql => virtual/mysql diff --git a/net-analyzer/midas-nms/midas-nms-2.2f.ebuild b/net-analyzer/midas-nms/midas-nms-2.2f.ebuild index 4eb370b5c458..8c7888780acc 100644 --- a/net-analyzer/midas-nms/midas-nms-2.2f.ebuild +++ b/net-analyzer/midas-nms/midas-nms-2.2f.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/midas-nms/midas-nms-2.2f.ebuild,v 1.12 2006/11/23 19:49:31 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/midas-nms/midas-nms-2.2f.ebuild,v 1.13 2007/05/01 17:54:00 genone Exp $ inherit webapp @@ -74,13 +74,13 @@ pkg_postinst() { chmod g+w /var/www/localhost/htdocs/midas-nms/{inc/config,php-graph} cp ${FILESDIR}/install.php /var/www/localhost/htdocs/midas-nms/install - einfo - einfo "To install the web interface go to:" - einfo "http://localhost/midas-nms/install/install.php" - einfo - einfo "The conf files are located in /usr/etc/MIDAS*.cf.dist" - einfo "Please read INSTALL.txt for more info." - einfo - einfo "To use the sniffer and IDS you need install snort too." - einfo + elog + elog "To install the web interface go to:" + elog "http://localhost/midas-nms/install/install.php" + elog + elog "The conf files are located in /usr/etc/MIDAS*.cf.dist" + elog "Please read INSTALL.txt for more info." + elog + elog "To use the sniffer and IDS you need install snort too." + elog } |