Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Wed, 24 Jan 2007 03:28:22 +0000 (03:28 +0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 24 Jan 2007 03:28:22 +0000 (03:28 +0000)
Package-Manager: portage-2.1.2-r2

29 files changed:
app-forensics/aide/ChangeLog
app-forensics/aide/aide-0.10_p20040917-r1.ebuild
app-forensics/aide/aide-0.10_p20040917.ebuild
app-forensics/aide/files/digest-aide-0.10
app-forensics/aide/files/digest-aide-0.9
app-forensics/air/ChangeLog
app-forensics/air/air-1.2.7.ebuild
app-forensics/air/air-1.2.8.ebuild
app-forensics/air/files/digest-air-1.2.7
app-forensics/air/files/digest-air-1.2.8
app-forensics/chkrootkit/ChangeLog
app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild
app-forensics/chkrootkit/chkrootkit-0.45.ebuild
app-forensics/chkrootkit/chkrootkit-0.46a.ebuild
app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1
app-forensics/chkrootkit/files/digest-chkrootkit-0.45
app-forensics/pyflag/ChangeLog
app-forensics/pyflag/pyflag-0.80.1.ebuild
app-forensics/pyflag/pyflag-0.82.ebuild
app-forensics/rkhunter/ChangeLog
app-forensics/rkhunter/files/digest-rkhunter-1.2.7-r1
app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild
app-forensics/rkhunter/rkhunter-1.2.8.ebuild
app-forensics/samhain/ChangeLog
app-forensics/samhain/samhain-2.1.3.ebuild
app-forensics/samhain/samhain-2.2.0.ebuild
app-forensics/tct/ChangeLog
app-forensics/tct/files/digest-tct-1.15-r1
app-forensics/tct/tct-1.15-r1.ebuild

index ec522c21ff2efeeacdbab39a594ec105d8ab89ba..96521310a8ffc0e7e86e2d12b1d4af0f3af46999 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/aide
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.19 2006/11/16 08:44:52 jokey Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.20 2007/01/24 03:12:05 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> aide-0.10_p20040917.ebuild,
+  aide-0.10_p20040917-r1.ebuild:
+  Replacing einfo with elog
 
   16 Nov 2006; Markus Ullmann <jokey@gentoo.org>
   aide-0.10_p20040917-r1.ebuild:
index 195c15fd8b3d0717013806404ef44824f6a9b2a5..aeaf0979372a16fc3c082781e22173ea2327f2e7 100644 (file)
@@ -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/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.3 2006/11/16 08:44:52 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.4 2007/01/24 03:12:05 genone Exp $
 WANT_AUTOCONF='2.5'
 WANT_AUTOMAKE='1.7'
 inherit eutils autotools
@@ -89,26 +89,26 @@ pkg_postinst() {
        chown root:0 /var/lib/aide
        chmod 0755 /var/lib/aide
 
-       echo
-       einfo "A sample configuration file has been installed as"
-       einfo "/etc/aide/aide.conf.  Please edit to meet your needs."
-       einfo "Read the aide.conf(5) manual page for more information."
-       einfo "A cron file has been installed in /etc/cron.daily/aide.cron"
-       einfo "A helper script, aideinit, has been installed and can"
-       einfo "be used to make AIDE management easier. Please run"
-       einfo "aideinit --help for more information"
-       echo
+       elog
+       elog "A sample configuration file has been installed as"
+       elog "/etc/aide/aide.conf.  Please edit to meet your needs."
+       elog "Read the aide.conf(5) manual page for more information."
+       elog "A cron file has been installed in /etc/cron.daily/aide.cron"
+       elog "A helper script, aideinit, has been installed and can"
+       elog "be used to make AIDE management easier. Please run"
+       elog "aideinit --help for more information"
+       elog
 
        if use postgres; then
-               einfo "Due to a bad assumption by aide, you must issue the following"
-               einfo "command after the database initialization (aide --init ...):"
-               einfo
-               einfo 'psql -c "update pg_index set indisunique=false from pg_class \\ '
-               einfo "  where pg_class.relname='TABLE_pkey' and \ "
-               einfo '  pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER'
-               einfo
-               einfo "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as"
-               einfo "your aide.conf."
-               echo
+               elog "Due to a bad assumption by aide, you must issue the following"
+               elog "command after the database initialization (aide --init ...):"
+               elog
+               elog 'psql -c "update pg_index set indisunique=false from pg_class \\ '
+               elog "  where pg_class.relname='TABLE_pkey' and \ "
+               elog '  pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER'
+               elog
+               elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as"
+               elog "your aide.conf."
+               elog
        fi
 }
index b9d0f113246a086a967c7b3de6c0b224a07712d0..2c17a2d34eb39c5451e2b0acd0e953e6b9e17142 100644 (file)
@@ -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/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.8 2005/04/21 18:46:53 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.9 2007/01/24 03:12:05 genone Exp $
 
 inherit eutils
 
@@ -78,22 +78,22 @@ src_install() {
 }
 
 pkg_postinst() {
-       echo
-       einfo "A sample configuration file has been installed as"
-       einfo "/etc/aide/aide.conf.  Please edit to meet your needs."
-       einfo "Read the aide.conf(5) manual page for more information."
-       echo
+       elog
+       elog "A sample configuration file has been installed as"
+       elog "/etc/aide/aide.conf.  Please edit to meet your needs."
+       elog "Read the aide.conf(5) manual page for more information."
+       elog
 
        if use postgres; then
-               einfo "Due to a bad assumption by aide, you must issue the following"
-               einfo "command after the database initialization (aide --init ...):"
-               einfo
-               einfo 'psql -c "update pg_index set indisunique=false from pg_class \\ '
-               einfo "  where pg_class.relname='TABLE_pkey' and \ "
-               einfo '  pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER'
-               einfo
-               einfo "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as"
-               einfo "your aide.conf."
-               echo
+               elog "Due to a bad assumption by aide, you must issue the following"
+               elog "command after the database initialization (aide --init ...):"
+               elog
+               elog 'psql -c "update pg_index set indisunique=false from pg_class \\ '
+               elog "  where pg_class.relname='TABLE_pkey' and \ "
+               elog '  pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER'
+               elog
+               elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as"
+               elog "your aide.conf."
+               elog
        fi
 }
index a875acd4cec5254fde644aa4aba0fb7b82f88c4a..2f4ac7a56012e2686e53dd313c912a6a014c1a20 100644 (file)
@@ -1 +1,3 @@
 MD5 39eb7d21064cac7b409c45d038b86cd8 aide-0.10.tar.gz 234184
+RMD160 b3b63b018f3358f1d03cbc76270e5ea6ff9df943 aide-0.10.tar.gz 234184
+SHA256 4819b9b46acaedb5293c87fc7c742a89dcb6f63b71b1fcdeb81349fb41f2935c aide-0.10.tar.gz 234184
index 3a1ad78d9d3374a86d7d36b5109930842fafb6e8..e4d09ffab48b7c666658622d87ce0ce737439a48 100644 (file)
@@ -1 +1,3 @@
 MD5 877b1f515a9e25afda75e06805d687fb aide-0.9.tar.gz 216096
+RMD160 aeb3a2ff2c3f4cbbec84a582ebad9389d5032adb aide-0.9.tar.gz 216096
+SHA256 aabed3de2a3807a7b12c382f92c15faf97b2032a6e4c2def2d72b40cca9567ea aide-0.9.tar.gz 216096
index 54865578c35539502585948d7ea7f0dae77388db..0bada4112662b6990d594db2799644d62e489912 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/air
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.14 2005/09/28 21:42:54 dragonheart Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.15 2007/01/24 03:13:42 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> air-1.2.7.ebuild,
+  air-1.2.8.ebuild:
+  Replacing einfo with elog
 
 *air-1.2.8 (28 Sep 2005)
 
index fd5f9e46e2ee5a6097de3d12da6807b43e917557..598bf439e83357951ae024248e623af482c81c83 100644 (file)
@@ -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/app-forensics/air/air-1.2.7.ebuild,v 1.5 2005/08/24 14:05:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.6 2007/01/24 03:13:42 genone Exp $
 
 DESCRIPTION="A GUI front-end to dd/dcfldd"
 HOMEPAGE="http://air-imager.sourceforge.net/"
@@ -51,10 +51,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "This will use programs from the following packages if installed:"
-       einfo "sys-apps/dcfldd"
-       einfo "net-analyzer/netcat"
-       einfo "net-analyzer/cryptcat"
+       elog "This will use programs from the following packages if installed:"
+       elog "sys-apps/dcfldd"
+       elog "net-analyzer/netcat"
+       elog "net-analyzer/cryptcat"
 
-       einfo "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log"
+       elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log"
 }
index c10b7ce304640da04ca983b88f7b03c317b8ede6..4fc48e3b2dfcc4a4eb564ed1b35349af413f1f47 100644 (file)
@@ -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/app-forensics/air/air-1.2.8.ebuild,v 1.1 2005/09/28 21:42:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8.ebuild,v 1.2 2007/01/24 03:13:42 genone Exp $
 
 DESCRIPTION="A GUI front-end to dd/dcfldd"
 HOMEPAGE="http://air-imager.sourceforge.net/"
@@ -49,10 +49,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "This will use programs from the following packages if installed:"
-       einfo "sys-apps/dcfldd"
-       einfo "net-analyzer/netcat"
-       einfo "net-analyzer/cryptcat"
+       elog "This will use programs from the following packages if installed:"
+       elog "sys-apps/dcfldd"
+       elog "net-analyzer/netcat"
+       elog "net-analyzer/cryptcat"
 
-       einfo "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log"
+       elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log"
 }
index ca8f68ec6543511e265cd02fa9aa2780f50cba26..f9d8c21739c72e02ba229cae5d080d2d7a88e0cd 100644 (file)
@@ -1 +1,3 @@
 MD5 826679ae1fc1e38c17ee7cbbdcb9ea6b air-1.2.7.tar.gz 81661
+RMD160 ee71117b00460e30de67a3f8ab837bc69c3106ee air-1.2.7.tar.gz 81661
+SHA256 ecc282b5e7d9d6d1801372582aa19e30c85d1b293b42687b842db95090f698e6 air-1.2.7.tar.gz 81661
index 141d3ba1609248ff16d82b7e87536452de144346..9f4d97b64bf26b46d437d5a0291c9a4d2bf91952 100644 (file)
@@ -1 +1,3 @@
 MD5 833387cf9e1d66b6932d2835df31823b air-1.2.8.tar.gz 82298
+RMD160 f25bda59495eb54abe6263e6dcc72b6b7e27d762 air-1.2.8.tar.gz 82298
+SHA256 58a524b2ebb4cf2ee0301782b8a8f2fe598d527097d287a6afe829512874177e air-1.2.8.tar.gz 82298
index a04f15ddc4f5bb64f563ac36d1e04f1ce72382a6..55f9bf4ec96ed52dfd5a76dbb162480e48e28721 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/chkrootkit
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.34 2006/11/19 21:17:36 nyhm Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.35 2007/01/24 03:16:55 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> chkrootkit-0.44-r1.ebuild,
+  chkrootkit-0.45.ebuild, chkrootkit-0.46a.ebuild:
+  Replacing einfo with elog
 
 *chkrootkit-0.47 (19 Nov 2006)
 
index 298014697e993e0a1e8542aebe21ef28fc39d8df..8584a0c0a57b527e26f419fbac815f1e8c5b35fb 100644 (file)
@@ -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/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild,v 1.3 2005/08/06 16:15:17 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild,v 1.4 2007/01/24 03:16:55 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -44,10 +44,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
-       einfo
-       einfo "Some applications, such as portsentry, will cause chkrootkit"
-       einfo "to produce false positives.  Read the chkrootkit FAQ at"
-       einfo "http://www.chkrootkit.org/ for more information."
+       elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
+       elog
+       elog "Some applications, such as portsentry, will cause chkrootkit"
+       elog "to produce false positives.  Read the chkrootkit FAQ at"
+       elog "http://www.chkrootkit.org/ for more information."
        echo
 }
index 335bd348b9786968a8e4e9254c6dab11cbbf3cfb..a6146dd3463efbfaa19a0964bb870fb601e06264 100644 (file)
@@ -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/app-forensics/chkrootkit/chkrootkit-0.45.ebuild,v 1.9 2005/08/06 16:15:17 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.45.ebuild,v 1.10 2007/01/24 03:16:55 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -44,10 +44,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
-       einfo
-       einfo "Some applications, such as portsentry, will cause chkrootkit"
-       einfo "to produce false positives.  Read the chkrootkit FAQ at"
-       einfo "http://www.chkrootkit.org/ for more information."
+       elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
+       elog
+       elog "Some applications, such as portsentry, will cause chkrootkit"
+       elog "to produce false positives.  Read the chkrootkit FAQ at"
+       elog "http://www.chkrootkit.org/ for more information."
        echo
 }
index f7dff1aca287e18354c955d2e15e8cd6fe69842c..f318fa493f0552918af162d4e2b9b09da433a955 100644 (file)
@@ -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/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild,v 1.1 2005/10/28 17:22:27 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild,v 1.2 2007/01/24 03:16:55 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -52,10 +52,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
-       einfo
-       einfo "Some applications, such as portsentry, will cause chkrootkit"
-       einfo "to produce false positives.  Read the chkrootkit FAQ at"
-       einfo "http://www.chkrootkit.org/ for more information."
+       elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
+       elog
+       elog "Some applications, such as portsentry, will cause chkrootkit"
+       elog "to produce false positives.  Read the chkrootkit FAQ at"
+       elog "http://www.chkrootkit.org/ for more information."
        echo
 }
index c0c0cd666607e48590a9c189409f72cb1d10ae62..c6af0859476f938cd2b135f94aaaa898bf61910e 100644 (file)
@@ -1,2 +1,6 @@
-MD5 8f6dbb3204c24e9b71490142cb2953ee chkrootkit-0.44.tar.gz 34163
 MD5 26971ac3a44146d35ed3155e665606e3 chkrootkit-0.44-gentoo.diff.bz2 4049
+RMD160 253fb7a550d5c4b159095001f714b6ad0d561019 chkrootkit-0.44-gentoo.diff.bz2 4049
+SHA256 7de153ab7cef65df3c3c2d37c73dff8cf4e26596ff2d45a7d40e77c63e746e65 chkrootkit-0.44-gentoo.diff.bz2 4049
+MD5 8f6dbb3204c24e9b71490142cb2953ee chkrootkit-0.44.tar.gz 34163
+RMD160 8a6fc38b300ed2ada879e15d7abe008914e16b75 chkrootkit-0.44.tar.gz 34163
+SHA256 d01098099b7b094310dfd8cf8d2d9adb068b47fe1643fba716d6a658c3ecbab5 chkrootkit-0.44.tar.gz 34163
index 8808b9a6f6b6fa0fe67f007d2e477ffe380a4b75..9e9197f4ca6df8667926e9998dcf732e779fd5a8 100644 (file)
@@ -2,3 +2,5 @@ MD5 ecac86c18a31fbf9897124e7c34def98 chkrootkit-0.45-gentoo.diff.bz2 3729
 RMD160 84c1ca6b0f791b0727a1e61d104b23b4b3a9eb68 chkrootkit-0.45-gentoo.diff.bz2 3729
 SHA256 ca26f4113c2e511f87179bc673faa198ab9b2e6d6de0134443ed301f0ebb1362 chkrootkit-0.45-gentoo.diff.bz2 3729
 MD5 57493e24ca81750a200d8bcb4049e858 chkrootkit-0.45.tar.gz 36359
+RMD160 f8aebf97993a8fbd51d98478dcf185f5e8a0f501 chkrootkit-0.45.tar.gz 36359
+SHA256 67ce369dee026bd488baa977483c0d9784bc6763c815f6018ce19227669ec926 chkrootkit-0.45.tar.gz 36359
index 7011b04904a6a8bedc997794302f18352b85aa1e..6fa779e7f4c1c728ba43fbe726c9343e0e1ae1ac 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/pyflag
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.6 2006/11/23 15:33:03 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.7 2007/01/24 03:20:44 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> pyflag-0.80.1.ebuild,
+  pyflag-0.82.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org> pyflag-0.80.1.ebuild,
   pyflag-0.82.ebuild:
index 2227fa0708de6d5ef699f1830efa2bb953674100..a71230fd13376f42716889da4402b4b4321d8320 100644 (file)
@@ -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/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.3 2006/11/23 15:33:03 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.4 2007/01/24 03:20:44 genone Exp $
 
 inherit eutils autotools
 
@@ -57,12 +57,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Optionally enter database details in /etc/pyflagrc"
-       einfo
-       einfo "To start PyFlag just run \"pyflag\" as a normal user"
-       einfo "then open your web browser on http://localhost:8000"
-       einfo
-       einfo "To create a database user \"emerge --config =${PF}\""
+       elog "Optionally enter database details in /etc/pyflagrc"
+       elog
+       elog "To start PyFlag just run \"pyflag\" as a normal user"
+       elog "then open your web browser on http://localhost:8000"
+       elog
+       elog "To create a database user \"emerge --config =${PF}\""
 }
 
 pkg_config() {
index cd6b444459dc3411fdb5e9ee5cd99b72749a05ee..bf8eccb1e009cdf047b1f350d75e6011ae8ab067 100644 (file)
@@ -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/app-forensics/pyflag/pyflag-0.82.ebuild,v 1.2 2006/11/23 15:33:03 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.82.ebuild,v 1.3 2007/01/24 03:20:44 genone Exp $
 
 inherit eutils autotools
 
@@ -49,12 +49,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Optionally enter database details in /etc/pyflagrc"
-       einfo
-       einfo "To start PyFlag just run \"pyflag\" as a normal user"
-       einfo "then open your web browser on http://localhost:8000"
-       einfo
-       einfo "To create a database user \"emerge --config =${PF}\""
+       elog "Optionally enter database details in /etc/pyflagrc"
+       elog
+       elog "To start PyFlag just run \"pyflag\" as a normal user"
+       elog "then open your web browser on http://localhost:8000"
+       elog
+       elog "To create a database user \"emerge --config =${PF}\""
 }
 
 pkg_config() {
index 8af6bad335001d8030b82425eeb01f9bc0515af7..7e19c83e39122a8dccc9ce8588a4261094d6704a 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/rkhunter
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.53 2006/02/22 02:35:06 ka0ttic Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.54 2007/01/24 03:22:16 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> rkhunter-1.2.7-r1.ebuild,
+  rkhunter-1.2.8.ebuild:
+  Replacing einfo with elog
 
 *rkhunter-1.2.8 (22 Feb 2006)
 
index e058f9ded9c291783da39895360860bb8f9edadb..773e56257517708e3c6b00c84867c6b1fca155d4 100644 (file)
@@ -1 +1,3 @@
 MD5 288ba8a87352716384823c9ea1958fa7 rkhunter-1.2.7.tar.gz 170732
+RMD160 12262942d90bd4f42e7bd4ba19d9426a736c0d84 rkhunter-1.2.7.tar.gz 170732
+SHA256 469e0087f9ab460d901241b6d80b1ad341ba5827e643127c68c4b865bc9e1972 rkhunter-1.2.7.tar.gz 170732
index 5e41c25c44f96f6d33b1f195f059c463c7e3e158..694e50b416e44f0b1d242337375e555a7e2b012f 100644 (file)
@@ -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/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild,v 1.3 2006/01/21 21:06:46 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.7-r1.ebuild,v 1.4 2007/01/24 03:22:16 genone Exp $
 
 inherit eutils bash-completion
 
@@ -52,9 +52,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
-       einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
-       einfo "directions."
+       elog "A cron script has been installed to /etc/cron.daily/rkhunter."
+       elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
+       elog "directions."
+       echo
        bash-completion_pkg_postinst
 }
 
index 4b9c1124b5204ea26b9c943db72f948528822ff0..80e3126b327d1a0c61b9a63820fd077016d55daa 100644 (file)
@@ -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/app-forensics/rkhunter/rkhunter-1.2.8.ebuild,v 1.1 2006/02/22 02:35:06 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.2.8.ebuild,v 1.2 2007/01/24 03:22:16 genone Exp $
 
 inherit eutils bash-completion
 
@@ -52,9 +52,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
-       einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
-       einfo "directions."
+       elog "A cron script has been installed to /etc/cron.daily/rkhunter."
+       elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
+       elog "directions."
+       echo
        bash-completion_pkg_postinst
 }
 
index 0e29025410d38785e82b2ac8047ff2cddfde9e35..73a905846e3481906620643c7ff8c700518692dd 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-forensics/samhain
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.5 2006/11/23 15:33:49 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.6 2007/01/24 03:26:26 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> samhain-2.1.3.ebuild,
+  samhain-2.2.0.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org> samhain-2.1.3.ebuild,
   samhain-2.2.0.ebuild:
index 639a79d88ba4b2be570e1b6f9bd7152af5733517..987a1baa1ff23a2e794797f9bbd85fcc21caef75 100644 (file)
@@ -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/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.3 2006/11/23 15:33:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.4 2007/01/24 03:26:26 genone Exp $
 
 KEYWORDS="~x86"
 DESCRIPTION="Advanced file integrity and intrusion detection tool."
@@ -161,48 +161,48 @@ src_install() {
 
 pkg_postinst() {
        if [[ -n "${STEALTH}" ]] ; then
-               echo
-               einfo "Manual pages, documentation, and init script were NOT installed in order to"
-               einfo "obscure Samhain's presence. You should also remove samhain's installation"
-               einfo "traces from ${ROOT}/var/cache/edb/world and ${ROOT}/var/db/pkg."
+               elog
+               elog "Manual pages, documentation, and init script were NOT installed in order to"
+               elog "obscure Samhain's presence. You should also remove samhain's installation"
+               elog "traces from ${ROOT}/var/cache/edb/world and ${ROOT}/var/db/pkg."
        fi
 
        if [[ "${STEALTH}" == "full" ]] ; then
-               echo
-               einfo "In stealth mode, the configuration file must be steganographically hidden"
-               einfo "in a postscript image file. The sample config has been created this way by"
-               einfo "the installation process. Use the samhain_stealth utility to modify or"
-               einfo "create your own configuration file."
+               elog
+               elog "In stealth mode, the configuration file must be steganographically hidden"
+               elog "in a postscript image file. The sample config has been created this way by"
+               elog "the installation process. Use the samhain_stealth utility to modify or"
+               elog "create your own configuration file."
        fi
 
        if [[ -z "${KEY_FPR}" ]] ; then
-               echo
+               elog
                ewarn "GnuPG support has been enabled, but fingerprint verification will be"
                ewarn "ignored. To enable fingerprint verification (strongly recommended),"
                ewarn "you must re-emerge this package with the KEY_FPR variable set to"
                ewarn "your default signing key fingerprint."
                ewarn "Please read the Samhain manual for more details."
-               echo
-               einfo "Enabling GnuPG support in Samhain requires that you sign your configuration"
-               einfo "and and database files. Please run the following commands as root:"
-               einfo
-               einfo "    gpg -a --clearsign --not-dash-escaped ${ROOT}/etc/samhainrc"
-               einfo "    mv ${ROOT}/etc/samhainrc.asc ${ROOT}/etc/samhainrc"
-               einfo "    chmod 600 ${ROOT}/etc/samhainrc"
-               einfo
-               einfo "Run the same commands on ${ROOT}/var/lib/samhain/samhain_file after initialization."
+               elog
+               elog "Enabling GnuPG support in Samhain requires that you sign your configuration"
+               elog "and and database files. Please run the following commands as root:"
+               elog
+               elog "    gpg -a --clearsign --not-dash-escaped ${ROOT}/etc/samhainrc"
+               elog "    mv ${ROOT}/etc/samhainrc.asc ${ROOT}/etc/samhainrc"
+               elog "    chmod 600 ${ROOT}/etc/samhainrc"
+               elog
+               elog "Run the same commands on ${ROOT}/var/lib/samhain/samhain_file after initialization."
        fi
 
-       echo
-       einfo "Be sure to check your settings in ${ROOT}/etc/samhainrc. When ready, run:"
-       einfo "    samhain -t init"
-       einfo "to initialize Samhain."
+       elog
+       elog "Be sure to check your settings in ${ROOT}/etc/samhainrc. When ready, run:"
+       elog "    samhain -t init"
+       elog "to initialize Samhain."
 
-       echo
-       einfo "Samhain stealth-mode options are also available. Please view the comments"
-       einfo "in the Samhain ebuild for further configuration instructions."
+       elog
+       elog "Samhain stealth-mode options are also available. Please view the comments"
+       elog "in the Samhain ebuild for further configuration instructions."
 
-       echo
+       elog
        ewarn "Please be sure to read the Samhain manual to understand and correctly"
        ewarn "configure the Samhain utility."
        ewarn "HTML version available for viewing at http://la-samhna.de/samhain/manual/ ."
index 34cfc862c8a4e2f19183073017a02878bce95c32..ebe8ebaa9eb4e245ee870f9b16d312a32b455715 100644 (file)
@@ -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/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.3 2006/11/23 15:33:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.4 2007/01/24 03:26:26 genone Exp $
 
 KEYWORDS="~x86"
 DESCRIPTION="Advanced file integrity and intrusion detection tool."
@@ -161,48 +161,48 @@ src_install() {
 
 pkg_postinst() {
        if [[ -n "${STEALTH}" ]] ; then
-               echo
-               einfo "Manual pages, documentation, and init script were NOT installed in order to"
-               einfo "obscure Samhain's presence. You should also remove samhain's installation"
-               einfo "traces from ${ROOT}/var/cache/edb/world and ${ROOT}/var/db/pkg."
+               elog
+               elog "Manual pages, documentation, and init script were NOT installed in order to"
+               elog "obscure Samhain's presence. You should also remove samhain's installation"
+               elog "traces from ${ROOT}/var/cache/edb/world and ${ROOT}/var/db/pkg."
        fi
 
        if [[ "${STEALTH}" == "full" ]] ; then
-               echo
-               einfo "In stealth mode, the configuration file must be steganographically hidden"
-               einfo "in a postscript image file. The sample config has been created this way by"
-               einfo "the installation process. Use the samhain_stealth utility to modify or"
-               einfo "create your own configuration file."
+               elog
+               elog "In stealth mode, the configuration file must be steganographically hidden"
+               elog "in a postscript image file. The sample config has been created this way by"
+               elog "the installation process. Use the samhain_stealth utility to modify or"
+               elog "create your own configuration file."
        fi
 
        if [[ -z "${KEY_FPR}" ]] ; then
-               echo
+               elog
                ewarn "GnuPG support has been enabled, but fingerprint verification will be"
                ewarn "ignored. To enable fingerprint verification (strongly recommended),"
                ewarn "you must re-emerge this package with the KEY_FPR variable set to"
                ewarn "your default signing key fingerprint."
                ewarn "Please read the Samhain manual for more details."
-               echo
-               einfo "Enabling GnuPG support in Samhain requires that you sign your configuration"
-               einfo "and and database files. Please run the following commands as root:"
-               einfo
-               einfo "    gpg -a --clearsign --not-dash-escaped ${ROOT}/etc/samhainrc"
-               einfo "    mv ${ROOT}/etc/samhainrc.asc ${ROOT}/etc/samhainrc"
-               einfo "    chmod 600 ${ROOT}/etc/samhainrc"
-               einfo
-               einfo "Run the same commands on ${ROOT}/var/lib/samhain/samhain_file after initialization."
+               elog
+               elog "Enabling GnuPG support in Samhain requires that you sign your configuration"
+               elog "and and database files. Please run the following commands as root:"
+               elog
+               elog "    gpg -a --clearsign --not-dash-escaped ${ROOT}/etc/samhainrc"
+               elog "    mv ${ROOT}/etc/samhainrc.asc ${ROOT}/etc/samhainrc"
+               elog "    chmod 600 ${ROOT}/etc/samhainrc"
+               elog
+               elog "Run the same commands on ${ROOT}/var/lib/samhain/samhain_file after initialization."
        fi
 
-       echo
-       einfo "Be sure to check your settings in ${ROOT}/etc/samhainrc. When ready, run:"
-       einfo "    samhain -t init"
-       einfo "to initialize Samhain."
+       elog
+       elog "Be sure to check your settings in ${ROOT}/etc/samhainrc. When ready, run:"
+       elog "    samhain -t init"
+       elog "to initialize Samhain."
 
-       echo
-       einfo "Samhain stealth-mode options are also available. Please view the comments"
-       einfo "in the Samhain ebuild for further configuration instructions."
+       elog
+       elog "Samhain stealth-mode options are also available. Please view the comments"
+       elog "in the Samhain ebuild for further configuration instructions."
 
-       echo
+       elog
        ewarn "Please be sure to read the Samhain manual to understand and correctly"
        ewarn "configure the Samhain utility."
        ewarn "HTML version available for viewing at http://la-samhna.de/samhain/manual/ ."
index df09e05842166a8e2bca01fa4ff751ecd66db640..0661deb394fcb471bdc7bd8e68eb38b82b9e0980 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/tct
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.8 2005/04/24 11:16:08 hansmi Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.9 2007/01/24 03:28:22 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> tct-1.15-r1.ebuild:
+  Replacing einfo with elog
 
   24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> tct-1.15-r1.ebuild:
   Stable on ppc.
index 38d219d8302e7ea690b8e8a164160a4702b84a14..7f7450e89c6c989e13848b4b6b6ffadc8a059ed9 100644 (file)
@@ -1 +1,3 @@
 MD5 d4992f242f7b3a6c8137e8562935f946 tct-1.15.tar.gz 317164
+RMD160 fbd23d00aa2339f56a31ead73eddd1f57164dab6 tct-1.15.tar.gz 317164
+SHA256 4c8e343453332bd1fdf0627f9b888e2a4f597e70b367f124cc7f2562558213a1 tct-1.15.tar.gz 317164
index d59b9dd35242df5407085eaaebe542ababfebac5..ec15be841195f3ac5a5e8a9b3a46e763d1b92442 100644 (file)
@@ -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/app-forensics/tct/tct-1.15-r1.ebuild,v 1.4 2005/04/24 11:16:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.15-r1.ebuild,v 1.5 2007/01/24 03:28:22 genone Exp $
 
 inherit eutils toolchain-funcs
 
@@ -79,10 +79,10 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "The authors of The Coroner's Toolkit highly recommend"
-       einfo "installing sys-apps/lsof for use by the toolkit."
-       einfo
-       einfo "Please read the README and quickstart files installed"
-       einfo "in /usr/share/doc/${PF} before using The Coroner's Toolkit."
+       elog "The authors of The Coroner's Toolkit highly recommend"
+       elog "installing sys-apps/lsof for use by the toolkit."
+       elog
+       elog "Please read the README and quickstart files installed"
+       elog "in /usr/share/doc/${PF} before using The Coroner's Toolkit."
        echo
 }