summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
commit082dde19e811c8a4f88e6c09b88688de2d837471 (patch)
tree2f1f60b2b44c952fd541e6754f4779bbc7362064 /app-misc/mc
parentMarked ~ppc for bug #163708. (diff)
downloadhistorical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.gz
historical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.bz2
historical-082dde19e811c8a4f88e6c09b88688de2d837471.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/mc')
-rw-r--r--app-misc/mc/ChangeLog6
-rw-r--r--app-misc/mc/mc-4.6.1-r3.ebuild18
-rw-r--r--app-misc/mc/mc-4.6.1.ebuild18
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"
}