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

dev-lisp/cl-fare-matcher/ChangeLog
dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild
dev-lisp/cl-irc-logger/ChangeLog
dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild
dev-lisp/clisp/ChangeLog
dev-lisp/clisp/clisp-2.38-r2.ebuild
dev-lisp/clisp/clisp-2.41.ebuild
dev-lisp/hyperspec/ChangeLog
dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
dev-lisp/hyperspec/hyperspec-7.0.ebuild

index 993367f9e4679202b66226338286d4910925dd86..9fd8f9be144c298c43428955521cd70e320d2bd0 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/cl-fare-matcher
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.7 2007/02/04 00:58:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.8 2007/03/03 23:21:21 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org>
+  cl-fare-matcher-1.1-r1.ebuild:
+  Replacing einfo with elog
 
   04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 9ae9bc3127d10c54952ff4eff74b5b372358e747..5a81d1cc9193326d6c27a8f44f7735a3993b9f2d 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-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.8 2007/03/03 23:21:21 genone Exp $
 
 inherit common-lisp eutils
 
@@ -33,7 +33,7 @@ src_install() {
 
 pkg_postinst() {
        register-common-lisp-source ${CLPACKAGE}
-       while read line; do einfo ${line}; done <<EOF
+       while read line; do elog ${line}; done <<EOF
 
 The comments within the source for fare-matcher provide documentation.
 You can find summarized documentation at the CLiki.
index 0882f7cef1316ffd80b5f982b010706caef11076..06f1f952dd5e1132c1db4257ef79e31320ca526f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/cl-irc-logger
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.5 2007/02/04 01:03:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.6 2007/03/03 23:23:54 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> cl-irc-logger-0.9.2.ebuild:
+  Replacing einfo with elog
 
   04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 0a032930def8a1d4b1d18be5f5f4fca9de896382..6359b17f3fa082e4dd0fc25af4d3cade6d96a6d5 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-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.4 2005/05/24 18:48:33 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.5 2007/03/03 23:23:54 genone Exp $
 
 inherit common-lisp eutils
 
@@ -32,5 +32,5 @@ src_install() {
 
 pkg_postinst() {
        common-lisp_pkg_postinst
-       while read line; do einfo "${line}"; done <${FILESDIR}/README.Gentoo
+       while read line; do elog "${line}"; done <${FILESDIR}/README.Gentoo
 }
index 73207264608720c4bcf1cdbcfec5d265904d0714..c7f76e76d5e10894089f77417e0aaff2b9284c27 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/clisp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.57 2007/02/22 01:35:46 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.58 2007/03/03 23:26:44 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> clisp-2.38-r2.ebuild,
+  clisp-2.41.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 725b895110a67300947be53b2ad20f5569003f40..4b06f8b4461f7e2997b50aa4c0e66f9839421047 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-lisp/clisp/clisp-2.38-r2.ebuild,v 1.2 2006/04/24 20:41:58 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.38-r2.ebuild,v 1.3 2007/03/03 23:26:44 genone Exp $
 
 inherit flag-o-matic common-lisp-common-2 eutils toolchain-funcs
 
@@ -32,9 +32,9 @@ PROVIDE="virtual/commonlisp"
 pkg_setup() {
        if use X; then
                if use new-clx; then
-                       einfo "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
+                       elog "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
                else
-                       einfo "CLISP will be built with MIT-CLX support."
+                       elog "CLISP will be built with MIT-CLX support."
                fi
        fi
 }
index 12268800024ad79d65447ab4de22b8432f5d7fd4..c6902ec875429363e3ca09d5605c781af3fd8041 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-lisp/clisp/clisp-2.41.ebuild,v 1.2 2006/12/20 01:13:55 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.3 2007/03/03 23:26:44 genone Exp $
 
 inherit flag-o-matic eutils toolchain-funcs
 
@@ -31,9 +31,9 @@ PROVIDE="virtual/commonlisp"
 pkg_setup() {
        if use X; then
                if use new-clx; then
-                       einfo "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
+                       elog "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
                else
-                       einfo "CLISP will be built with MIT-CLX support."
+                       elog "CLISP will be built with MIT-CLX support."
                fi
        fi
 }
index f27ec56560e07da6e6234392a766aa3678d89ce5..1d1ad6c754511c81b302bfa5ff5988a619d57891 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/hyperspec
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/ChangeLog,v 1.9 2006/04/29 01:07:11 marienz Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/ChangeLog,v 1.10 2007/03/03 23:30:21 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> hyperspec-7.0.ebuild,
+  hyperspec-7.0-r1.ebuild:
+  Replacing einfo with elog
 
   29 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-hyperspec-7.0,
   Manifest:
index e8b88cc6bb347ef70731c69a03ff427e66a82d16..d44109afc77d4e7a8c8e68e755547acdc55f6bed 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-lisp/hyperspec/hyperspec-7.0-r1.ebuild,v 1.1 2006/02/05 21:35:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild,v 1.2 2007/03/03 23:30:21 genone Exp $
 
 MY_PV=${PV/./-}
 MY_P=HyperSpec-${MY_PV}
@@ -19,7 +19,7 @@ RESTRICT="mirror fetch"
 S=${WORKDIR}/
 
 pkg_nofetch() {
-       while read line; do einfo "${line}"; done <<EOF
+       while read line; do elog "${line}"; done <<EOF
 
 The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
 file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
index 621172b7a15b5a2b7e29003a7316569bfe4b5de8..f09ca41ff74c5792561db287359775517bd7ac8c 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-lisp/hyperspec/hyperspec-7.0.ebuild,v 1.3 2005/08/14 08:01:40 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-7.0.ebuild,v 1.4 2007/03/03 23:30:21 genone Exp $
 
 MY_PV=${PV/./-}
 
@@ -19,7 +19,7 @@ S=${WORKDIR}/
 
 src_unpack() {
        if [ ! -f ${DISTDIR}/HyperSpec-${MY_PV}.tar.gz ]; then
-               while read line; do einfo "${line}"; done <<EOF
+               while read line; do elog "${line}"; done <<EOF
 
 The HyperSpec cannot be redistributed. Download the HyperSpec-${PV//./-}.tar.gz
 file from http://www.lispworks.com/documentation/HyperSpec/ and move it to