diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:46:39 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:46:39 +0000 |
commit | 231eab5a5b5f422682a038722d27d45a1f779bcd (patch) | |
tree | 15a0091acd7bdaa6be6a460fd6ec9c8420cd3656 /app-text | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-231eab5a5b5f422682a038722d27d45a1f779bcd.tar.gz gentoo-2-231eab5a5b5f422682a038722d27d45a1f779bcd.tar.bz2 gentoo-2-231eab5a5b5f422682a038722d27d45a1f779bcd.zip |
Replacing einfo with eerror
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gnome-doc-utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog index d0cdd183d2a2..212bb048395a 100644 --- a/app-text/gnome-doc-utils/ChangeLog +++ b/app-text/gnome-doc-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gnome-doc-utils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.74 2007/01/21 18:59:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.75 2007/01/28 05:46:39 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> + gnome-doc-utils-0.6.1.ebuild, gnome-doc-utils-0.8.0.ebuild: + Replacing einfo with eerror 21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> gnome-doc-utils-0.8.0.ebuild: diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild index 61759e9689c2..42a746dc94b1 100644 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.6.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-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild,v 1.13 2006/10/19 16:02:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.6.1.ebuild,v 1.14 2007/01/28 05:46:39 genone Exp $ inherit python eutils gnome2 @@ -27,7 +27,7 @@ pkg_setup() { G2CONF="--disable-scrollkeeper" if ! built_with_use dev-libs/libxml2 python; then - einfo "Please re-emerge dev-libs/libxml2 with the python use flag set" + eerror "Please re-emerge dev-libs/libxml2 with the python use flag set" die "dev-libs/libxml2 needs python use flag" fi } diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild index f5ff62f00ace..67d8cb8e4ea6 100644 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild,v 1.11 2007/01/21 18:59:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.8.0.ebuild,v 1.12 2007/01/28 05:46:39 genone Exp $ inherit eutils python gnome2 @@ -29,7 +29,7 @@ pkg_setup() { G2CONF="--disable-scrollkeeper" if ! built_with_use dev-libs/libxml2 python; then - einfo "Please re-emerge dev-libs/libxml2 with the python use flag set" + eerror "Please re-emerge dev-libs/libxml2 with the python use flag set" die "dev-libs/libxml2 needs python use flag" fi } |