summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:35:46 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:35:46 +0000
commit5f161da8f1eec6d9cf8d33003d7f1905f01f6583 (patch)
tree551fb6b9f1d8bd6d5796b8837876b3101d1eb3ac /app-vim/latexsuite/latexsuite-1.5_rc1.ebuild
parentReplacing einfo with elog (diff)
downloadhistorical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.tar.gz
historical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.tar.bz2
historical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-vim/latexsuite/latexsuite-1.5_rc1.ebuild')
-rw-r--r--app-vim/latexsuite/latexsuite-1.5_rc1.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild b/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild
index 9bc71ea1273d..ba7063140171 100644
--- a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild
+++ b/app-vim/latexsuite/latexsuite-1.5_rc1.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-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.13 2006/09/23 10:51:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.14 2007/01/23 16:35:46 genone Exp $
inherit vim-plugin
@@ -26,12 +26,12 @@ src_install() {
pkg_postinst() {
vim-plugin_pkg_postinst
- einfo
- einfo "To use the latexSuite plugin add:"
- einfo " filetype plugin on"
- einfo ' set grepprg=grep\ -nH\ $*'
- einfo "to your ~/.vimrc-file"
- einfo
- einfo "Help for this plugin is available with ':help latex-suite' in vim"
- einfo
+ elog
+ elog "To use the latexSuite plugin add:"
+ elog " filetype plugin on"
+ elog ' set grepprg=grep\ -nH\ $*'
+ elog "to your ~/.vimrc-file"
+ elog
+ elog "Help for this plugin is available with ':help latex-suite' in vim"
+ elog
}