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

app-doc/doxygen/ChangeLog
app-doc/doxygen/doxygen-1.4.2.ebuild
app-doc/doxygen/doxygen-1.4.3-r1.ebuild
app-doc/doxygen/doxygen-1.4.4.ebuild
app-doc/doxygen/doxygen-1.4.5.ebuild
app-doc/doxygen/doxygen-1.4.6.ebuild
app-doc/doxygen/doxygen-1.4.7.ebuild
app-doc/doxygen/doxygen-1.5.1.ebuild
app-doc/ebookmerge/ChangeLog
app-doc/ebookmerge/ebookmerge-0.9.3.ebuild

index c5ff051205da37e9200cf484552308bca446f328..e60c76ffc1e6a84daf0eea7ab14f41337a3f1608 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/doxygen
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.119 2006/11/02 00:32:44 nerdboy Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.120 2007/01/23 16:00:16 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> doxygen-1.4.2.ebuild,
+  doxygen-1.4.3-r1.ebuild, doxygen-1.4.4.ebuild, doxygen-1.4.5.ebuild,
+  doxygen-1.4.6.ebuild, doxygen-1.4.7.ebuild, doxygen-1.5.1.ebuild:
+  Replacing einfo with elog
 
 *doxygen-1.5.1 (01 Nov 2006)
 
index 54245626a258872a1e8c048791404b786923029b..64c1ce6c76e206af689aabc28d67c119f2b0862d 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-doc/doxygen/doxygen-1.4.2.ebuild,v 1.19 2006/07/09 22:56:19 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.2.ebuild,v 1.20 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils toolchain-funcs qt3
 
@@ -99,12 +99,11 @@ src_install() {
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
+       elog
+       elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
 }
index 9898d9a201fbfa073379cfeb6df935007d17db69..d7df27b0e280c462f25afcda879bfa1863e76c4f 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-doc/doxygen/doxygen-1.4.3-r1.ebuild,v 1.14 2006/07/09 22:56:19 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.3-r1.ebuild,v 1.15 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils toolchain-funcs qt3
 
@@ -103,12 +103,11 @@ src_install() {
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
+       elog
+       elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
 }
index eddef1e9baa10eb58a523f1a8068e5ab02130651..56c8706d1c779bfd0da9019e392e7f3a201bc267 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-doc/doxygen/doxygen-1.4.4.ebuild,v 1.20 2006/07/09 22:56:19 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.21 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils toolchain-funcs qt3
 
@@ -97,12 +97,11 @@ src_install() {
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
+       elog
+       elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
 }
index acec82e96661b53a2ad64b3c82d2597a0581b859..21667e20efd53fc4125088a78c243381ffe7580d 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-doc/doxygen/doxygen-1.4.5.ebuild,v 1.9 2006/07/09 22:56:19 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.10 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils toolchain-funcs qt3
 
@@ -97,12 +97,11 @@ src_install() {
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
+       elog
+       elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
 }
index 878cff7dbe59a71b8bbb57928131f6b6ae0d9db5..5d6957e2d87f4a3362ba2749b212c22591c5b79f 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-doc/doxygen/doxygen-1.4.6.ebuild,v 1.11 2006/08/06 16:24:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.6.ebuild,v 1.12 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils toolchain-funcs qt3
 
@@ -104,14 +104,13 @@ src_install() {
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
-       einfo "See the Doxygen homepage for additional language support tools."
-       einfo
+       elog
+       elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
+       elog "See the Doxygen homepage for additional language support tools."
+       elog
 }
index 40a1d909d60c98199c1caa1e5e02e489a1447075..7860944c699a4245b0697738d9af56260a616367 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-doc/doxygen/doxygen-1.4.7.ebuild,v 1.16 2006/10/24 19:42:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.17 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs qt3
 
@@ -42,7 +42,7 @@ src_unpack() {
            ewarn "optimized code which breaks doxygen."
            echo
            epause 6
-           einfo "Continuing with -O2 instead ..."
+           elog "Continuing with -O2 instead ..."
            echo
            replace-flags "-O3" "-O2"
        fi
@@ -106,13 +106,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "The USE flags qt, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
-       einfo "See the Doxygen homepage for additional language support tools."
-       einfo
+       elog
+       elog "The USE flags qt, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
+       elog "See the Doxygen homepage for additional language support tools."
+       elog
 }
index d16b70eb2e01ed80b57740a2eaedd922b4671f86..ba11fa41444fabe26e02340fc01235e7a58d3eed 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-doc/doxygen/doxygen-1.5.1.ebuild,v 1.1 2006/11/02 00:32:44 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.1.ebuild,v 1.2 2007/01/23 16:00:16 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs qt3
 
@@ -41,7 +41,7 @@ src_unpack() {
            ewarn "optimized code which breaks doxygen."
            echo
            epause 6
-           einfo "Continuing with -O2 instead ..."
+           elog "Continuing with -O2 instead ..."
            echo
            replace-flags "-O3" "-O2"
        fi
@@ -105,13 +105,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "The USE flags qt, doc, and tetex will enable doxywizard, or"
-       einfo "the html and pdf documentation, respectively.  For examples"
-       einfo "and other goodies, see the source tarball.  For some example"
-       einfo "output, run doxygen on the doxygen source using the Doxyfile"
-       einfo "provided in the top-level source dir."
-       einfo
-       einfo "See the Doxygen homepage for additional language support tools."
-       einfo
+       elog
+       elog "The USE flags qt, doc, and tetex will enable doxywizard, or"
+       elog "the html and pdf documentation, respectively.  For examples"
+       elog "and other goodies, see the source tarball.  For some example"
+       elog "output, run doxygen on the doxygen source using the Doxyfile"
+       elog "provided in the top-level source dir."
+       elog
+       elog "See the Doxygen homepage for additional language support tools."
+       elog
 }
index d3c9c9c5c5ef1e2ae7ab0b7dd782e1f5f8b902f7..3110ddac95cd272dc829bf9e384dc055ead42861 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/ebookmerge
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/ebookmerge/ChangeLog,v 1.11 2006/10/22 09:42:48 corsair Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/ebookmerge/ChangeLog,v 1.12 2007/01/23 16:01:51 genone Exp $
+
+  23 Jan 2007; Marius Mauch <genone@gentoo.org> ebookmerge-0.9.3.ebuild:
+  Replacing einfo with elog
 
   22 Oct 2006; Markus Rothe <corsair@gentoo.org> ebookmerge-0.9.3.ebuild:
   Added ~ppc64; bug #152195
index 6d8d666c3f9de4a25d0c0bff7d584a0011d43c5f..c0cdf2d9c3b80cc3185cc7ca712de9d3e1f49569 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-doc/ebookmerge/ebookmerge-0.9.3.ebuild,v 1.7 2006/11/26 23:51:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild,v 1.8 2007/01/23 16:01:51 genone Exp $
 
 DESCRIPTION="Script to manage eBooks in Gentoo"
 HOMEPAGE="http://www.josealberto.org/blog/2005/11/28/ebookmerge/"
@@ -21,13 +21,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       echo
-       einfo "Need help?  Just run:"
-       einfo "ebookmerge.sh -h"
-       echo
-       einfo "You first must run:"
-       einfo "ebookmerge.sh -r"
-       echo
-       einfo "Use -m for an alternative mirror."
-       echo
+       elog
+       elog "Need help?  Just run:"
+       elog "ebookmerge.sh -h"
+       elog
+       elog "You first must run:"
+       elog "ebookmerge.sh -r"
+       elog
+       elog "Use -m for an alternative mirror."
+       elog
 }