Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sat, 3 Mar 2007 23:10:40 +0000 (23:10 +0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 3 Mar 2007 23:10:40 +0000 (23:10 +0000)
Package-Manager: portage-2.1.2-r10

15 files changed:
dev-libs/libip_vs_user_sync/ChangeLog
dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild
dev-libs/libpreludedb/ChangeLog
dev-libs/libpreludedb/libpreludedb-0.9.11.1.ebuild
dev-libs/libpreludedb/libpreludedb-0.9.2.ebuild
dev-libs/log4sh/ChangeLog
dev-libs/log4sh/log4sh-1.2.5-r1.ebuild
dev-libs/mpatrol/ChangeLog
dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild
dev-libs/openct/ChangeLog
dev-libs/openct/openct-0.5.0.ebuild
dev-libs/openct/openct-0.6.11-r1.ebuild
dev-libs/openct/openct-0.6.6.ebuild
dev-libs/openct/openct-0.6.8.ebuild
dev-libs/openct/openct-0.6.9.ebuild

index eb42b1269b3778382fdf6045bbd753a1f0b23257..f783bda738aa5a6ca2277a57c5b3f365e03f267a 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libip_vs_user_sync
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.5 2007/02/09 02:31:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.6 2007/03/03 22:59:15 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org>
+  libip_vs_user_sync-1.0.0.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 2bc682dd0ff43a4279de71c29593825d50c47757..a14681efbdbfa7cdb1051c4ed63c1f772122f169 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/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.5 2005/07/10 01:11:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.6 2007/03/03 22:59:15 genone Exp $
 
 inherit eutils
 
@@ -17,8 +17,8 @@ KEYWORDS="-* ~x86"
 IUSE=""
 
 src_compile() {
-       einfo "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch"
-       einfo "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/"
+       elog "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch"
+       elog "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/"
 
        econf || die "error configure"
        emake || die "error compiling"
index e2c79bbfc18ed697f9f4655c762a4e1b1e4880f6..4af5b2d84763e726281834dc4978cff159200208 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libpreludedb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/ChangeLog,v 1.31 2007/02/01 20:39:53 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/ChangeLog,v 1.32 2007/03/03 23:02:09 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> libpreludedb-0.9.2.ebuild,
+  libpreludedb-0.9.11.1.ebuild:
+  Replacing einfo with elog
 
   01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -libpreludedb-0.9.8.ebuild,
   -libpreludedb-0.9.8.1.ebuild:
index 9a3425cfd39906c8e95619f8e18902d399fc933e..5cff36549a4219f15e8a6ea480c79a41eb45d1a8 100644 (file)
@@ -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/dev-libs/libpreludedb/libpreludedb-0.9.11.1.ebuild,v 1.2 2007/01/07 00:50:55 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/libpreludedb-0.9.11.1.ebuild,v 1.3 2007/03/03 23:02:09 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -48,6 +48,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "For additional installation instructions go to"
-       einfo "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
+       elog "For additional installation instructions go to"
+       elog "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
 }
index de49c85e7b47e888a13632cef034ce3cab89d8db..ef127961623dd86cbadfd5541818230bbaebe172 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/dev-libs/libpreludedb/libpreludedb-0.9.2.ebuild,v 1.6 2006/11/23 20:15:58 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/libpreludedb-0.9.2.ebuild,v 1.7 2007/03/03 23:02:09 genone Exp $
 
 inherit flag-o-matic
 
@@ -38,6 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "For additional installation instructions go to"
-       einfo "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
+       elog "For additional installation instructions go to"
+       elog "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
 }
index 1d3344899a2da972f46abc3a8d742ac91d4d53ce..181790a1a97dda0b215e5e623f997cff028a1d81 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/log4sh
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4sh/ChangeLog,v 1.8 2007/02/09 07:31:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4sh/ChangeLog,v 1.9 2007/03/03 23:04:11 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> log4sh-1.2.5-r1.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index f3103a52888c55d4da7a22facf8437ee35e94cb1..a46f2cc8712396c7524292130b26591adc134f26 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/dev-libs/log4sh/log4sh-1.2.5-r1.ebuild,v 1.2 2005/07/05 09:52:29 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4sh/log4sh-1.2.5-r1.ebuild,v 1.3 2007/03/03 23:04:11 genone Exp $
 
 inherit eutils
 
@@ -37,6 +37,6 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "To use log4sh, have your script source /usr/lib/log4sh/log4sh."
+       elog "To use log4sh, have your script source /usr/lib/log4sh/log4sh."
        echo
 }
index ebf315dec9bb041e1dc6edf8efe071f1370f77a4..0382504f7c09f0aa31bdd7a0dacd5a25d10fb385 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/mpatrol
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/ChangeLog,v 1.13 2007/02/22 01:07:37 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/ChangeLog,v 1.14 2007/03/03 23:08:50 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> mpatrol-1.4.8-r1.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index ff0831cda445f8ef715588ac1135f3ad543e0d98..9313b29c93ac7d4974d9a1b0d21ecf3d3a3e90cb 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/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.2 2006/04/02 05:30:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.3 2007/03/03 23:08:50 genone Exp $
 
 IUSE="X"
 
@@ -88,5 +88,5 @@ src_install () {
 }
 
 pkg_postinst() {
-       einfo " Please review the documentation in /usr/share/doc/$PF"
+       elog " Please review the documentation in /usr/share/doc/$PF"
 }
index aa5d84afaeb132d5218f508c727ad0aebb50ed8c..21311a3f50e9ec1fdf78b1e27bee0ce2e28498b1 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openct
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.39 2007/02/12 14:18:09 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.40 2007/03/03 23:10:40 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> openct-0.5.0.ebuild,
+  openct-0.6.6.ebuild, openct-0.6.8.ebuild, openct-0.6.9.ebuild,
+  openct-0.6.11-r1.ebuild:
+  Replacing einfo with elog
 
   12 Feb 2007; Simon Stelling <blubb@gentoo.org> openct-0.6.11-r1.ebuild:
   stable on amd64; bug 162205
index fa3c93b43cdacf7505be6c40484255f192f41c12..d7dc2ff5d5daec236e2b4f339a4aaae3d1ee3a78 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/dev-libs/openct/openct-0.5.0.ebuild,v 1.13 2006/03/05 22:19:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.5.0.ebuild,v 1.14 2007/03/03 23:10:40 genone Exp $
 
 inherit eutils
 
@@ -52,15 +52,15 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "You need to edit /etc/openct.conf to enable serial readers."
-       einfo
-       einfo "To use hotplugging (USB readers) your kernel has to be compiled"
-       einfo "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
-       einfo
-       einfo "You should add \"openct\" to your default runlevel. To do so"
-       einfo "type \"rc-update add openct default\"."
-       einfo
-       einfo "You need to be a member of the (newly created) group openct to"
-       einfo "access smart card readers connected to this system. Set users'"
-       einfo "groups with usermod -G.  root always has access."
+       elog "You need to edit /etc/openct.conf to enable serial readers."
+       elog
+       elog "To use hotplugging (USB readers) your kernel has to be compiled"
+       elog "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
+       elog
+       elog "You should add \"openct\" to your default runlevel. To do so"
+       elog "type \"rc-update add openct default\"."
+       elog
+       elog "You need to be a member of the (newly created) group openct to"
+       elog "access smart card readers connected to this system. Set users'"
+       elog "groups with usermod -G.  root always has access."
 }
index 43755f9eb624e9c08070a9e74cddd6995d1cc2ed..340915506ef0bb37f465242042c1dc8de2d26c29 100644 (file)
@@ -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/dev-libs/openct/openct-0.6.11-r1.ebuild,v 1.3 2007/02/12 14:18:09 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.11-r1.ebuild,v 1.4 2007/03/03 23:10:40 genone Exp $
 
 inherit eutils multilib
 
@@ -59,19 +59,19 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "You need to edit /etc/openct.conf to enable serial readers."
-       einfo
-       einfo "To use hotplugging (USB readers) your kernel has to be compiled"
-       einfo "with CONFIG_HOTPLUG enabled."
-       einfo
-       einfo "You should add \"openct\" to your default runlevel. To do so"
-       einfo "type \"rc-update add openct default\"."
-       einfo
-       einfo "You need to be a member of the (newly created) group openct to"
-       einfo "access smart card readers connected to this system. Set users'"
-       einfo "groups with usermod -G.  root always has access."
-       einfo
+       elog
+       elog "You need to edit /etc/openct.conf to enable serial readers."
+       elog
+       elog "To use hotplugging (USB readers) your kernel has to be compiled"
+       elog "with CONFIG_HOTPLUG enabled."
+       elog
+       elog "You should add \"openct\" to your default runlevel. To do so"
+       elog "type \"rc-update add openct default\"."
+       elog
+       elog "You need to be a member of the (newly created) group openct to"
+       elog "access smart card readers connected to this system. Set users'"
+       elog "groups with usermod -G.  root always has access."
+       elog
 
        preserve_old_lib_notify "${ROOT}usr/$(get_libdir)/libopenct.so.0"
 
index dcf956c97140feefbcb334ee6460135c0dbe6c0d..b20d7fc1b0a112d0de54f48a231fef436a26faa9 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/dev-libs/openct/openct-0.6.6.ebuild,v 1.11 2006/07/21 17:27:37 kaiowas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.6.ebuild,v 1.12 2007/03/03 23:10:40 genone Exp $
 
 inherit eutils
 
@@ -55,17 +55,17 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       einfo "You need to edit /etc/openct.conf to enable serial readers."
-       einfo
-       einfo "To use hotplugging (USB readers) your kernel has to be compiled"
-       einfo "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
-       einfo
-       einfo "You should add \"openct\" to your default runlevel. To do so"
-       einfo "type \"rc-update add openct default\"."
-       einfo
-       einfo "You need to be a member of the (newly created) group openct to"
-       einfo "access smart card readers connected to this system. Set users'"
-       einfo "groups with usermod -G.  root always has access."
+       elog "You need to edit /etc/openct.conf to enable serial readers."
+       elog
+       elog "To use hotplugging (USB readers) your kernel has to be compiled"
+       elog "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
+       elog
+       elog "You should add \"openct\" to your default runlevel. To do so"
+       elog "type \"rc-update add openct default\"."
+       elog
+       elog "You need to be a member of the (newly created) group openct to"
+       elog "access smart card readers connected to this system. Set users'"
+       elog "groups with usermod -G.  root always has access."
        if [[ -e ${ROOT}/usr/lib/libopenct.so.0 ]] ; then
                echo
                ewarn "Please run: revdep-rebuild --library libopenct.so.0"
index cbc40f3950afb0ed5d9410e0396f88655c1990bf..f177bd3f5c824e3b8192b087acc1a395935cd4c3 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/dev-libs/openct/openct-0.6.8.ebuild,v 1.8 2006/10/20 00:29:26 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.8.ebuild,v 1.9 2007/03/03 23:10:40 genone Exp $
 
 inherit eutils
 
@@ -54,17 +54,17 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       einfo "You need to edit /etc/openct.conf to enable serial readers."
-       einfo
-       einfo "To use hotplugging (USB readers) your kernel has to be compiled"
-       einfo "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
-       einfo
-       einfo "You should add \"openct\" to your default runlevel. To do so"
-       einfo "type \"rc-update add openct default\"."
-       einfo
-       einfo "You need to be a member of the (newly created) group openct to"
-       einfo "access smart card readers connected to this system. Set users'"
-       einfo "groups with usermod -G.  root always has access."
+       elog "You need to edit /etc/openct.conf to enable serial readers."
+       elog
+       elog "To use hotplugging (USB readers) your kernel has to be compiled"
+       elog "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
+       elog
+       elog "You should add \"openct\" to your default runlevel. To do so"
+       elog "type \"rc-update add openct default\"."
+       elog
+       elog "You need to be a member of the (newly created) group openct to"
+       elog "access smart card readers connected to this system. Set users'"
+       elog "groups with usermod -G.  root always has access."
        if [[ -e ${ROOT}/usr/lib/libopenct.so.0 ]] ; then
                echo
                ewarn "Please run: revdep-rebuild --library libopenct.so.0"
index 49ecdb3d87108de3172fa58895ca3c1c68c0c3cc..625ddee0bc31a7244865c6e04eb60609b64df2c2 100644 (file)
@@ -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/dev-libs/openct/openct-0.6.9.ebuild,v 1.8 2007/01/15 20:47:09 kaiowas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.9.ebuild,v 1.9 2007/03/03 23:10:40 genone Exp $
 
 inherit eutils multilib
 
@@ -61,17 +61,17 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       einfo "You need to edit /etc/openct.conf to enable serial readers."
-       einfo
-       einfo "To use hotplugging (USB readers) your kernel has to be compiled"
-       einfo "with CONFIG_HOTPLUG enabled."
-       einfo
-       einfo "You should add \"openct\" to your default runlevel. To do so"
-       einfo "type \"rc-update add openct default\"."
-       einfo
-       einfo "You need to be a member of the (newly created) group openct to"
-       einfo "access smart card readers connected to this system. Set users'"
-       einfo "groups with usermod -G.  root always has access."
+       elog "You need to edit /etc/openct.conf to enable serial readers."
+       elog
+       elog "To use hotplugging (USB readers) your kernel has to be compiled"
+       elog "with CONFIG_HOTPLUG enabled."
+       elog
+       elog "You should add \"openct\" to your default runlevel. To do so"
+       elog "type \"rc-update add openct default\"."
+       elog
+       elog "You need to be a member of the (newly created) group openct to"
+       elog "access smart card readers connected to this system. Set users'"
+       elog "groups with usermod -G.  root always has access."
        if [[ -e ${ROOT}/usr/$(get_libdir)/libopenct.so.0 ]] ; then
                echo
                ewarn "Please run: revdep-rebuild --library libopenct.so.0"