diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:56:17 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:56:17 +0000 |
commit | 29379cebbda5180ece2a2301d9aad39ffcb38a9e (patch) | |
tree | bfaabb7c0b59bf6aecabe63f89e9e5364c6d67db /app-editors/xxe | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-29379cebbda5180ece2a2301d9aad39ffcb38a9e.tar.gz gentoo-2-29379cebbda5180ece2a2301d9aad39ffcb38a9e.tar.bz2 gentoo-2-29379cebbda5180ece2a2301d9aad39ffcb38a9e.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors/xxe')
-rw-r--r-- | app-editors/xxe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xxe/xxe-3.5.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
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 <genone@gentoo.org> xxe-3.5.1.ebuild: + Replacing einfo with elog 19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> 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" |