summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:30:03 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:30:03 +0000
commiteb0de787a98aceecd245ae4e5eb76d641a6b713b (patch)
tree8c05622b5663051536a8d75164b442a1e0b1026e /app-misc/vifm
parentReplacing einfo with elog (diff)
downloadgentoo-2-eb0de787a98aceecd245ae4e5eb76d641a6b713b.tar.gz
gentoo-2-eb0de787a98aceecd245ae4e5eb76d641a6b713b.tar.bz2
gentoo-2-eb0de787a98aceecd245ae4e5eb76d641a6b713b.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/vifm')
-rw-r--r--app-misc/vifm/ChangeLog8
-rw-r--r--app-misc/vifm/files/digest-vifm-0.22
-rw-r--r--app-misc/vifm/files/digest-vifm-0.2a2
-rw-r--r--app-misc/vifm/vifm-0.2.ebuild16
-rw-r--r--app-misc/vifm/vifm-0.2a.ebuild16
5 files changed, 26 insertions, 18 deletions
diff --git a/app-misc/vifm/ChangeLog b/app-misc/vifm/ChangeLog
index 62bce7afe9bf..d4c2312e27ad 100644
--- a/app-misc/vifm/ChangeLog
+++ b/app-misc/vifm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/vifm
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.10 2005/11/01 20:21:40 nelchael Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.11 2007/01/28 05:30:03 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> vifm-0.2.ebuild,
+ vifm-0.2a.ebuild:
+ Replacing einfo with elog
01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> vifm-0.2a.ebuild:
Stable on x86. Bug 111167.
diff --git a/app-misc/vifm/files/digest-vifm-0.2 b/app-misc/vifm/files/digest-vifm-0.2
index 008c5d2de7f9..87834178e6ea 100644
--- a/app-misc/vifm/files/digest-vifm-0.2
+++ b/app-misc/vifm/files/digest-vifm-0.2
@@ -1 +1,3 @@
MD5 1bcf2d89eb37d945b3c84f4f572e0e37 vifm-0.2.tar.gz 89855
+RMD160 39f0cd35d7523bf089c24f2c82b08a2bcf79e67a vifm-0.2.tar.gz 89855
+SHA256 a0ccd6b4acadb2777b4a803a48efc1ce697e3221c03675bf41104a7b70cf4e82 vifm-0.2.tar.gz 89855
diff --git a/app-misc/vifm/files/digest-vifm-0.2a b/app-misc/vifm/files/digest-vifm-0.2a
index 528c17fd60da..5910d7b789bf 100644
--- a/app-misc/vifm/files/digest-vifm-0.2a
+++ b/app-misc/vifm/files/digest-vifm-0.2a
@@ -1 +1,3 @@
MD5 f51a3803d999bcf1c64b3f31983d6ae0 vifm-0.2a.tar.gz 93250
+RMD160 07cb3d17dac55effb7171d1684de50d16e74de20 vifm-0.2a.tar.gz 93250
+SHA256 f01e4e02e2eb0d2ace57ae53af14e3f187397e4204c0454623221694503ee7e0 vifm-0.2a.tar.gz 93250
diff --git a/app-misc/vifm/vifm-0.2.ebuild b/app-misc/vifm/vifm-0.2.ebuild
index 259335028f54..246a8878f716 100644
--- a/app-misc/vifm/vifm-0.2.ebuild
+++ b/app-misc/vifm/vifm-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/vifm/vifm-0.2.ebuild,v 1.7 2005/01/01 15:28:44 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2.ebuild,v 1.8 2007/01/28 05:30:03 genone Exp $
DESCRIPTION="Console file manager with vi/vim-like keybindings"
HOMEPAGE="http://vifm.sourceforge.net/"
@@ -43,10 +43,10 @@ src_install() {
dodoc INSTALL AUTHORS TODO README
}
pkg_postinst() {
- einfo "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
- einfo "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
- einfo "Then edit ~/.vifm/vifmrc${PV} and set USE_VIM_HELP=1"
- einfo ""
- einfo "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
- einfo "/usr/share/vim/vim62/"
+ elog "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
+ elog "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
+ elog "Then edit ~/.vifm/vifmrc${PV} and set USE_VIM_HELP=1"
+ elog ""
+ elog "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
+ elog "/usr/share/vim/vim62/"
}
diff --git a/app-misc/vifm/vifm-0.2a.ebuild b/app-misc/vifm/vifm-0.2a.ebuild
index 2714ec58cabb..2bafbde306f5 100644
--- a/app-misc/vifm/vifm-0.2a.ebuild
+++ b/app-misc/vifm/vifm-0.2a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/vifm/vifm-0.2a.ebuild,v 1.9 2005/11/01 20:21:40 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2a.ebuild,v 1.10 2007/01/28 05:30:03 genone Exp $
DESCRIPTION="Console file manager with vi/vim-like keybindings"
HOMEPAGE="http://vifm.sourceforge.net/"
@@ -40,10 +40,10 @@ src_install() {
dodoc INSTALL AUTHORS TODO README
}
pkg_postinst() {
- einfo "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
- einfo "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
- einfo "Then edit ~/.vifm/vifmrc${PV/a/} and set USE_VIM_HELP=1"
- einfo ""
- einfo "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
- einfo "/usr/share/vim/vim62/"
+ elog "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
+ elog "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
+ elog "Then edit ~/.vifm/vifmrc${PV/a/} and set USE_VIM_HELP=1"
+ elog ""
+ elog "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
+ elog "/usr/share/vim/vim62/"
}