From ec5726e1c866fa1f5a55ba8499190f150a818f77 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 23 Jan 2007 16:01:51 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2-r2 --- app-doc/doxygen/ChangeLog | 9 ++++++-- app-doc/doxygen/doxygen-1.4.2.ebuild | 19 ++++++++--------- app-doc/doxygen/doxygen-1.4.3-r1.ebuild | 19 ++++++++--------- app-doc/doxygen/doxygen-1.4.4.ebuild | 19 ++++++++--------- app-doc/doxygen/doxygen-1.4.5.ebuild | 19 ++++++++--------- app-doc/doxygen/doxygen-1.4.6.ebuild | 23 ++++++++++----------- app-doc/doxygen/doxygen-1.4.7.ebuild | 24 +++++++++++----------- app-doc/doxygen/doxygen-1.5.1.ebuild | 24 +++++++++++----------- app-doc/ebookmerge/ChangeLog | 7 +++++-- app-doc/ebookmerge/ebookmerge-0.9.3.ebuild | 22 ++++++++++---------- 10 files changed, 94 insertions(+), 91 deletions(-) diff --git a/app-doc/doxygen/ChangeLog b/app-doc/doxygen/ChangeLog index c5ff051205da..e60c76ffc1e6 100644 --- a/app-doc/doxygen/ChangeLog +++ b/app-doc/doxygen/ChangeLog @@ -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 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) diff --git a/app-doc/doxygen/doxygen-1.4.2.ebuild b/app-doc/doxygen/doxygen-1.4.2.ebuild index 54245626a258..64c1ce6c76e2 100644 --- a/app-doc/doxygen/doxygen-1.4.2.ebuild +++ b/app-doc/doxygen/doxygen-1.4.2.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild b/app-doc/doxygen/doxygen-1.4.3-r1.ebuild index 9898d9a201fb..d7df27b0e280 100644 --- a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.4.3-r1.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.4.4.ebuild b/app-doc/doxygen/doxygen-1.4.4.ebuild index eddef1e9baa1..56c8706d1c77 100644 --- a/app-doc/doxygen/doxygen-1.4.4.ebuild +++ b/app-doc/doxygen/doxygen-1.4.4.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.4.5.ebuild b/app-doc/doxygen/doxygen-1.4.5.ebuild index acec82e96661..21667e20efd5 100644 --- a/app-doc/doxygen/doxygen-1.4.5.ebuild +++ b/app-doc/doxygen/doxygen-1.4.5.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.4.6.ebuild b/app-doc/doxygen/doxygen-1.4.6.ebuild index 878cff7dbe59..5d6957e2d87f 100644 --- a/app-doc/doxygen/doxygen-1.4.6.ebuild +++ b/app-doc/doxygen/doxygen-1.4.6.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.4.7.ebuild b/app-doc/doxygen/doxygen-1.4.7.ebuild index 40a1d909d60c..7860944c699a 100644 --- a/app-doc/doxygen/doxygen-1.4.7.ebuild +++ b/app-doc/doxygen/doxygen-1.4.7.ebuild @@ -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 } diff --git a/app-doc/doxygen/doxygen-1.5.1.ebuild b/app-doc/doxygen/doxygen-1.5.1.ebuild index d16b70eb2e01..ba11fa41444f 100644 --- a/app-doc/doxygen/doxygen-1.5.1.ebuild +++ b/app-doc/doxygen/doxygen-1.5.1.ebuild @@ -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 } diff --git a/app-doc/ebookmerge/ChangeLog b/app-doc/ebookmerge/ChangeLog index d3c9c9c5c5ef..3110ddac95cd 100644 --- a/app-doc/ebookmerge/ChangeLog +++ b/app-doc/ebookmerge/ChangeLog @@ -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 ebookmerge-0.9.3.ebuild: + Replacing einfo with elog 22 Oct 2006; Markus Rothe ebookmerge-0.9.3.ebuild: Added ~ppc64; bug #152195 diff --git a/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild b/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild index 6d8d666c3f9d..c0cdf2d9c3b8 100644 --- a/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild +++ b/app-doc/ebookmerge/ebookmerge-0.9.3.ebuild @@ -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 } -- 2.26.2