Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 23:07:09 +0000 (23:07 +0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 23:07:09 +0000 (23:07 +0000)
Package-Manager: portage-2.1.2-r2

app-emulation/x48/ChangeLog
app-emulation/x48/x48-0.4.3-r1.ebuild
app-emulation/x48/x48-0.4.3.ebuild
app-emulation/x86-chroot/ChangeLog
app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
app-emulation/xcopilot/ChangeLog
app-emulation/xcopilot/files/digest-xcopilot-0.6.6
app-emulation/xcopilot/xcopilot-0.6.6.ebuild
app-emulation/xen/ChangeLog
app-emulation/xen/xen-3.0.2.ebuild

index 7d846c31aee421d2ab083d98acb8d44ebc2cf40e..52b5bc5b5334efcf8ffed210a8b2c40fe4a8bfdb 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/x48
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.11 2006/11/25 15:51:38 gmsoft Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.12 2007/01/25 23:02:23 genone Exp $
+
+  25 Jan 2007; Marius Mauch <genone@gentoo.org> x48-0.4.3.ebuild,
+  x48-0.4.3-r1.ebuild:
+  Replacing einfo with elog
 
   25 Nov 2006; Guy Martin <gmsoft@gentoo.org> x48-0.4.3-r1.ebuild:
   Stable on hppa.
index c91e0e38d4b8aebc9d4a75d1f9f60460bc677baf..3bd127bb7f51ea45ac5f9ed57ce01554de86d798 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-emulation/x48/x48-0.4.3-r1.ebuild,v 1.13 2006/11/25 15:51:38 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.14 2007/01/25 23:02:23 genone Exp $
 
 inherit eutils
 
@@ -49,18 +49,18 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The X48 emulator requires an HP48 ROM Image to run."
-       einfo
-       einfo "If you own an HP-48 calculator, you can use the ROMDump utility"
-       einfo "included with this package to obtain this from your calculator."
-       einfo
-       einfo "Alternatively, HP has provided two ROM images for non-commercial"
-       einfo "use only."
-       einfo
-       einfo "For an HP-48SX type: x48 -rom /usr/share/hp48/sxrom-j"
-       einfo "For an HP-48GX type: x48 -rom /usr/share/hp48/gxrom-r"
-       einfo
-       einfo "(If you're not sure which one you want, go with HP-48GX)"
-       einfo
-       einfo "Note: you only need to use the '-rom' argument once"
+       elog "The X48 emulator requires an HP48 ROM Image to run."
+       elog
+       elog "If you own an HP-48 calculator, you can use the ROMDump utility"
+       elog "included with this package to obtain this from your calculator."
+       elog
+       elog "Alternatively, HP has provided two ROM images for non-commercial"
+       elog "use only."
+       elog
+       elog "For an HP-48SX type: x48 -rom /usr/share/hp48/sxrom-j"
+       elog "For an HP-48GX type: x48 -rom /usr/share/hp48/gxrom-r"
+       elog
+       elog "(If you're not sure which one you want, go with HP-48GX)"
+       elog
+       elog "Note: you only need to use the '-rom' argument once"
 }
index be29807bbd45df97fc1703f0260eac69c2e836f1..2b15808bd240a47ce8dcfeabfcd98b4164b6d0b9 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-emulation/x48/x48-0.4.3.ebuild,v 1.3 2006/01/26 22:25:22 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3.ebuild,v 1.4 2007/01/25 23:02:23 genone Exp $
 
 inherit eutils
 
@@ -41,8 +41,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The X48 emulator requires an HP48 ROM Image to run."
-       einfo
-       einfo "You can use the ROMDump utility and documentation included with this"
-       einfo "package to obtain this from your HP48 calculator."
+       elog "The X48 emulator requires an HP48 ROM Image to run."
+       elog
+       elog "You can use the ROMDump utility and documentation included with this"
+       elog "package to obtain this from your HP48 calculator."
 }
index 3bd6c3a6cb1aa17e6d71ec82b6e728e696ed06c7..1f1b4aa04418856309a0be4ba79d2d0273800760 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/x86-chroot
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.5 2007/01/16 14:05:26 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.6 2007/01/25 23:04:14 genone Exp $
+
+  25 Jan 2007; Marius Mauch <genone@gentoo.org> x86-chroot-2006.1.ebuild:
+  Replacing einfo with elog
 
   16 Jan 2007; <blubb@gentoo.org> files/initd, files/x86-chroot,
   -x86-chroot-2006.0.ebuild:
index f4b3b1ef8863f247110b4d4bde7cf3521029493a..f142393a581772d60b7f76f054f67d81b7fd8f67 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-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.2 2006/10/04 08:57:08 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.3 2007/01/25 23:04:14 genone Exp $
 
 inherit linux-info
 
@@ -58,9 +58,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Your chroot system is now installed. To do all the necessary setup"
-       einfo "work, run '/etc/init.d/x86-chroot start'. To start a chroot session,"
-       einfo "run 'x86-chroot'."
+       elog "Your chroot system is now installed. To do all the necessary setup"
+       elog "work, run '/etc/init.d/x86-chroot start'. To start a chroot session,"
+       elog "run 'x86-chroot'."
 }
 
 pkg_prerm() {
index a584a34de851f5c2d169b7db9eaf1237e67e063b..a51e8e6bb4b07b3583a71b141cd6648f775d59cf 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xcopilot
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.7 2006/02/24 22:45:54 vanquirius Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.8 2007/01/25 23:05:16 genone Exp $
+
+  25 Jan 2007; Marius Mauch <genone@gentoo.org> xcopilot-0.6.6.ebuild:
+  Replacing einfo with elog
 
   24 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> xcopilot-0.6.6.ebuild:
   Make modular X friendly for bug 123980. Thanks to Mauricio L. Pilla <pilla
index 4a97f7019a1c37f0c554d904ef86a3a07e564254..d664d65601fa39a98fe05f1dc1ece296a559707f 100644 (file)
@@ -1 +1,3 @@
 MD5 2fc27f20e4434581af7a7d5cd6fd6c8e xcopilot-0.6.6-uc0.tar.gz 365229
+RMD160 e0665e3aed94e0cea9d35a9ad089cad36c6ff44a xcopilot-0.6.6-uc0.tar.gz 365229
+SHA256 bc3e70baa26e16154bf57d54e891674292e28747ae19af71de31423516011b4d xcopilot-0.6.6-uc0.tar.gz 365229
index 00c672ad3fbbac115019c8c5678c2182ba24cfd5..33078785ac4977cacf702a98cbc6071357c43473 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-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.7 2006/02/24 22:45:54 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.8 2007/01/25 23:05:16 genone Exp $
 
 MY_P="xcopilot-0.6.6-uc0"
 
@@ -40,5 +40,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "See /usr/share/doc/${PF}/README.uClinux for more info"
+       elog "See /usr/share/doc/${PF}/README.uClinux for more info"
 }
index 8fdcb64c5cd6a71528085ca677f2125382432e9a..f2a873a4ceeac76fd5eda4abcb404235c0941a9a 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xen
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.42 2006/10/06 23:20:25 aross Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.43 2007/01/25 23:07:09 genone Exp $
+
+  25 Jan 2007; Marius Mauch <genone@gentoo.org> xen-3.0.2.ebuild:
+  Replacing einfo with elog
 
   06 Oct 2006; <aross@gentoo.org> xen-3.0.2.ebuild:
   Allow compilation under AMD64 with a 64 bit kernel but 32 bit userland.
index d0fb237586da10330c2b6e6e6337c785e30f6a8f..6601ded044dce94d81bcd2f6221dce86e8fb5832 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-emulation/xen/xen-3.0.2.ebuild,v 1.7 2006/10/06 23:20:25 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.8 2007/01/25 23:07:09 genone Exp $
 
 inherit mount-boot flag-o-matic
 
@@ -87,22 +87,22 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Please visit the Xen and Gentoo wiki:"
-       einfo "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+       elog "Please visit the Xen and Gentoo wiki:"
+       elog "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
 
        echo
-       einfo "Note: xen tools have been moved to app-emulation/xen-tools;"
-       einfo "you need to install that package to manage your domains."
+       elog "Note: xen tools have been moved to app-emulation/xen-tools;"
+       elog "you need to install that package to manage your domains."
 
        if [[ -n ${XEN_UNSTABLE} ]]; then
                echo
-               einfo "This is a snapshot of the xen-unstable tree."
-               einfo "Please report bugs in xen itself (and not the packaging) to"
-               einfo "bugzilla.xensource.com"
+               elog "This is a snapshot of the xen-unstable tree."
+               elog "Please report bugs in xen itself (and not the packaging) to"
+               elog "bugzilla.xensource.com"
        fi
 
        if use pae; then
                echo
-               einfo "This is a PAE build of Xen. It will *only* boot PAE kernels!"
+               ewarn "This is a PAE build of Xen. It will *only* boot PAE kernels!"
        fi
 }