diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:00:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:00:16 +0000 |
commit | 8a961861d9bb4506217c5b436ae5e4627517fda3 (patch) | |
tree | fbc2816e5318bd01451412043ee73d5f6fa135a9 | |
parent | amd64 stable, bug 163113 (diff) | |
download | gentoo-2-8a961861d9bb4506217c5b436ae5e4627517fda3.tar.gz gentoo-2-8a961861d9bb4506217c5b436ae5e4627517fda3.tar.bz2 gentoo-2-8a961861d9bb4506217c5b436ae5e4627517fda3.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
-rw-r--r-- | app-doc/doxygen/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.2.ebuild | 19 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.3-r1.ebuild | 19 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.4.ebuild | 19 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.5.ebuild | 19 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.6.ebuild | 23 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.7.ebuild | 24 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.1.ebuild | 24 |
8 files changed, 78 insertions, 78 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 <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) 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 } |