diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:19:47 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:19:47 +0000 |
commit | b54608fc69f0e0b25fbac4973d1c73fe79cbfeb4 (patch) | |
tree | 0d64458464b0b6f1d303f844e292a29f64d259b5 /app-misc/mc | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b54608fc69f0e0b25fbac4973d1c73fe79cbfeb4.tar.gz gentoo-2-b54608fc69f0e0b25fbac4973d1c73fe79cbfeb4.tar.bz2 gentoo-2-b54608fc69f0e0b25fbac4973d1c73fe79cbfeb4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.1-r3.ebuild | 18 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.1.ebuild | 18 |
3 files changed, 23 insertions, 19 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 795c1d95c5f5..378696e361c6 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/mc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.112 2007/01/06 00:28:18 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.113 2007/01/28 05:19:46 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> mc-4.6.1.ebuild, + mc-4.6.1-r3.ebuild: + Replacing einfo with elog 06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -mc-4.6.1-r2.ebuild: QA: Removed unused versions. diff --git a/app-misc/mc/mc-4.6.1-r3.ebuild b/app-misc/mc/mc-4.6.1-r3.ebuild index 6c37e2114a65..81bd1ba30eff 100644 --- a/app-misc/mc/mc-4.6.1-r3.ebuild +++ b/app-misc/mc/mc-4.6.1-r3.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-misc/mc/mc-4.6.1-r3.ebuild,v 1.1 2006/11/15 11:00:22 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r3.ebuild,v 1.2 2007/01/28 05:19:47 genone Exp $ inherit flag-o-matic eutils @@ -137,11 +137,11 @@ src_install() { } pkg_postinst() { - einfo "Add the following line to your ~/.bashrc to" - einfo "allow mc to chdir to its latest working dir at exit" - einfo "" - einfo "# Midnight Commander chdir enhancement" - einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" - einfo " . /usr/share/mc/mc.gentoo" - einfo "fi" + elog "Add the following line to your ~/.bashrc to" + elog "allow mc to chdir to its latest working dir at exit" + elog "" + elog "# Midnight Commander chdir enhancement" + elog "if [ -f /usr/share/mc/mc.gentoo ]; then" + elog " . /usr/share/mc/mc.gentoo" + elog "fi" } diff --git a/app-misc/mc/mc-4.6.1.ebuild b/app-misc/mc/mc-4.6.1.ebuild index ec776574221e..adc7c00cd256 100644 --- a/app-misc/mc/mc-4.6.1.ebuild +++ b/app-misc/mc/mc-4.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-misc/mc/mc-4.6.1.ebuild,v 1.13 2006/07/27 23:51:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1.ebuild,v 1.14 2007/01/28 05:19:47 genone Exp $ inherit flag-o-matic eutils @@ -130,11 +130,11 @@ src_install() { } pkg_postinst() { - einfo "Add the following line to your ~/.bashrc to" - einfo "allow mc to chdir to its latest working dir at exit" - einfo "" - einfo "# Midnight Commander chdir enhancement" - einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" - einfo " . /usr/share/mc/mc.gentoo" - einfo "fi" + elog "Add the following line to your ~/.bashrc to" + elog "allow mc to chdir to its latest working dir at exit" + elog "" + elog "# Midnight Commander chdir enhancement" + elog "if [ -f /usr/share/mc/mc.gentoo ]; then" + elog " . /usr/share/mc/mc.gentoo" + elog "fi" } |