From 29379cebbda5180ece2a2301d9aad39ffcb38a9e Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Wed, 24 Jan 2007 02:56:17 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2-r2) --- app-editors/xxe/ChangeLog | 5 ++++- app-editors/xxe/xxe-3.5.1.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-editors/xxe') diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog index b5ceaaa64cd9..568c24371884 100644 --- a/app-editors/xxe/ChangeLog +++ b/app-editors/xxe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xxe # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.31 2007/01/19 14:10:27 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.32 2007/01/24 02:56:17 genone Exp $ + + 24 Jan 2007; Marius Mauch xxe-3.5.1.ebuild: + Replacing einfo with elog 19 Jan 2007; Charlie Shepherd xxe-3.5.1.ebuild: QA: remove invalid RESTRICT="mirror" diff --git a/app-editors/xxe/xxe-3.5.1.ebuild b/app-editors/xxe/xxe-3.5.1.ebuild index eb0b7f645dfb..c5411876411f 100644 --- a/app-editors/xxe/xxe-3.5.1.ebuild +++ b/app-editors/xxe/xxe-3.5.1.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-editors/xxe/xxe-3.5.1.ebuild,v 1.2 2007/01/19 14:10:27 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-3.5.1.ebuild,v 1.3 2007/01/24 02:56:17 genone Exp $ MY_PV="${PV//./_}" @@ -41,9 +41,9 @@ src_install() { } pkg_postinst() { - einfo "XXE has been installed in /opt/xxe, to include this" - einfo "in your path, run the following:" - einfo " /usr/sbin/env-update && source /etc/profile" + elog "XXE has been installed in /opt/xxe, to include this" + elog "in your path, run the following:" + elog " /usr/sbin/env-update && source /etc/profile" echo ewarn "If you need special/accented characters, you'll need to export LANG" ewarn "to your locale. Example: export LANG=es_ES.ISO8859-1" -- cgit v1.2.3-65-gdbad