Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Tue, 23 Jan 2007 16:28:56 +0000 (16:28 +0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 23 Jan 2007 16:28:56 +0000 (16:28 +0000)
Package-Manager: portage-2.1.2-r2

14 files changed:
app-mobilephone/bemused/ChangeLog
app-mobilephone/bemused/bemused-1.73-r1.ebuild
app-mobilephone/gnokii/ChangeLog
app-mobilephone/gnokii/gnokii-0.6.10.ebuild
app-mobilephone/gnokii/gnokii-0.6.12.ebuild
app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild
app-mobilephone/gnokii/gnokii-0.6.14.ebuild
app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild
app-mobilephone/gnokii/gnokii-0.6.7-r2.ebuild
app-mobilephone/gnokii/gnokii-0.6.8.ebuild
app-mobilephone/sobexsrv/ChangeLog
app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild
app-mobilephone/yaps/ChangeLog
app-mobilephone/yaps/yaps-0.96-r1.ebuild

index b3fe9a33ec2d1ee37ef1506565b04ceca60db255..b207730244e9fdb2437a00b6897e7a2de9dc48bf 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/bemused
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/ChangeLog,v 1.5 2006/10/24 08:43:00 mrness Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/ChangeLog,v 1.6 2007/01/23 16:21:24 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> bemused-1.73-r1.ebuild:
+  Replacing einfo with elog
 
 *bemused-1.73-r1 (24 Oct 2006)
 
index c01b8a173d6c1e28f0a338df1eb2e83a80ffdbf1..01a0d8ac645af6c0009731b50b65e96f53f4709d 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-mobilephone/bemused/bemused-1.73-r1.ebuild,v 1.1 2006/10/24 08:43:00 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/bemused-1.73-r1.ebuild,v 1.2 2007/01/23 16:21:24 genone Exp $
 
 inherit eutils
 
@@ -34,7 +34,7 @@ src_install() {
 
        dodoc ChangeLog authors copying readme todo
 
-       einfo "Please note that due to the specific hardware nature"
-       einfo "of this package, only upstream support can be"
-       einfo "provided!"
+       elog "Please note that due to the specific hardware nature"
+       elog "of this package, only upstream support can be"
+       elog "provided!"
 }
index c258aba60282ecb8223b4e7188341cc4fe7a8b86..97603452ee050cf4f08557d1416869a7294f6d12 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for app-mobilephone/gnokii
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.50 2007/01/17 15:50:15 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.51 2007/01/23 16:26:00 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> gnokii-0.6.7-r1.ebuild,
+  gnokii-0.6.7-r2.ebuild, gnokii-0.6.8.ebuild, gnokii-0.6.10.ebuild,
+  gnokii-0.6.12.ebuild, gnokii-0.6.14.ebuild, gnokii-0.6.14-r2.ebuild:
+  Replacing einfo with elog
 
   17 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
   gnokii-0.6.14-r2.ebuild:
index 346e67bc3dbc802dfab55625921c6a2c3c1d9271..60b96dc50b4d960ffe02d770abd12ebe80b38920 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-mobilephone/gnokii/gnokii-0.6.10.ebuild,v 1.10 2006/11/23 17:12:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.10.ebuild,v 1.11 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -84,7 +84,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
 }
index a16d2bf31819f1260e8861e0346f25fdb5d1f582..543de6da297c045125b728c528f63ed833215017 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-mobilephone/gnokii/gnokii-0.6.12.ebuild,v 1.8 2006/11/23 17:12:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.12.ebuild,v 1.9 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -91,7 +91,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
 }
index 3813d3d9900fab17db52418122b48592f895078c..84a26eb97e1bf7676784579b1b64e5eea6492b22 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/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.2 2007/01/17 15:50:15 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.3 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -128,9 +128,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
        echo
        ewarn "We received at least one report of gnokii with usb connection breaking the phone,"
        ewarn "which was in need to be serviced afterwards. Be careful if you decide to try that..."
index 5e3928f11e7b41e6e0141db9a8b248c0a378913e..9e2657f6f29937d1d3d2d715ce18a930ae0542b7 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-mobilephone/gnokii/gnokii-0.6.14.ebuild,v 1.6 2006/12/06 21:03:29 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14.ebuild,v 1.7 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -108,9 +108,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
        echo
        ewarn "We received at least one report of gnokii with usb connection breaking the phone,"
        ewarn "which was in need to be serviced afterwards. Be careful if you decide to try that..."
index 5108520072ef6ab35e1cda7a4f9ef5159ec0c37a..f3c6bdc3420509565bd4169da5f155bc199fc665 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-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild,v 1.11 2006/11/23 17:12:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.7-r1.ebuild,v 1.12 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -90,7 +90,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
 }
index 941ba9ba10d8f4eca8dbc42c3288fb928d8ce700..76ef625e9e661e4597515c3d382d1eb97b280a36 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-mobilephone/gnokii/gnokii-0.6.7-r2.ebuild,v 1.3 2006/11/23 17:12:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.7-r2.ebuild,v 1.4 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -89,7 +89,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
 }
index aab0f725a6af0970b59e3584478a108bb6b6af50..6de0fc865b6517d8d005e1da62ff456d46a6361e 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-mobilephone/gnokii/gnokii-0.6.8.ebuild,v 1.7 2006/11/23 17:12:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.8.ebuild,v 1.8 2007/01/23 16:26:00 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -89,7 +89,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "gnokii does not need it's own group anymore."
-       einfo "Make sure the user that runs gnokii has read/write access to the device"
-       einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
+       elog "gnokii does not need it's own group anymore."
+       elog "Make sure the user that runs gnokii has read/write access to the device"
+       elog "which your phone is connected to. eg. chown <user> /dev/ttyS0"
 }
index ca12a3e6b1bfcd583f2551c6cd1a6bac2e7971f8..7b267b35a5dfb016d0bd64d9e349e2f99df8ddb1 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/sobexsrv
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/ChangeLog,v 1.9 2006/08/22 04:18:18 joker Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/ChangeLog,v 1.10 2007/01/23 16:27:38 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> sobexsrv-1.0.0_pre4.ebuild:
+  Replacing einfo with elog
 
   22 Aug 2006; Christian Birchinger <joker@gentoo.org>
   sobexsrv-1.0.0_pre4.ebuild:
index b0ca142a51070a282fea9fe19010c37f285ba020..b7c2e01e608f6e4877d43e07580a1bfbded015a9 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-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild,v 1.8 2006/08/22 04:18:18 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild,v 1.9 2007/01/23 16:27:38 genone Exp $
 
 inherit eutils
 
@@ -58,13 +58,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       echo
-       einfo "/usr/bin/sobexsrv is *NOT* installed set-uid root by"
-       einfo "default. suid is required for the chroot option (-R)."
-       echo
-       einfo "Execute the following commands to enable suid:"
-       echo
-       einfo "chown root:sobexsrv /usr/bin/sobexsrv"
-       einfo "chmod 4710 /usr/bin/sobexsrv"
-       echo
+       elog
+       elog "/usr/bin/sobexsrv is *NOT* installed set-uid root by"
+       elog "default. suid is required for the chroot option (-R)."
+       elog
+       elog "Execute the following commands to enable suid:"
+       elog
+       elog "chown root:sobexsrv /usr/bin/sobexsrv"
+       elog "chmod 4710 /usr/bin/sobexsrv"
+       elog
 }
index c2d1c00015a9deb07674a1e63e59b134211d148e..2cee3f967033f2a8a82a87c66f98130cf34a3775 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/yaps
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.13 2006/07/28 01:15:51 sbriesen Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.14 2007/01/23 16:28:56 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> yaps-0.96-r1.ebuild:
+  Replacing einfo with elog
 
   28 Jul 2006; Stefan Briesenick <sbriesen@gentoo.org> yaps-0.96-r1.ebuild:
   fixed slang dependency, see bug #141947.
index 127ac50622d75cf05b442f7a1fcfcef5f35bfa41..5a327c4e0500e87686d8067e7fc8e9dd8d87ddc5 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-mobilephone/yaps/yaps-0.96-r1.ebuild,v 1.7 2006/07/28 01:15:51 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/yaps-0.96-r1.ebuild,v 1.8 2007/01/23 16:28:56 genone Exp $
 
 inherit eutils
 
@@ -60,7 +60,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Please edit /etc/yaps.rc to suit your needs."
-       einfo
+       elog
+       elog "Please edit /etc/yaps.rc to suit your needs."
+       elog
 }