summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-07-27 06:19:56 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-07-27 06:19:56 +0000
commit0887f97f1dbfd78239b36a097ae1173a74a712cc (patch)
tree0fa591e43550ae7fd156898f2f1e218b50840b70 /app-vim
parentUSE="v4l" was controlling v4l2's configure options, corrected. bug #58476 (Ma... (diff)
downloadgentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.tar.gz
gentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.tar.bz2
gentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.zip
Fix einfo for bug #58377
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/latexsuite/ChangeLog6
-rw-r--r--app-vim/latexsuite/latexsuite-1.5.ebuild4
-rw-r--r--app-vim/latexsuite/latexsuite-1.5_rc1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog
index 03d883a6d110..9ba1228e38bb 100644
--- a/app-vim/latexsuite/ChangeLog
+++ b/app-vim/latexsuite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/latexsuite
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.9 2004/06/24 23:02:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.10 2004/07/27 06:19:56 ciaranm Exp $
+
+ 27 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild,
+ latexsuite-1.5_rc1.ebuild:
+ Fix einfo for bug #58377
20 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild:
Stable on sparc
diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild
index 37851c197439..ae246717b5ce 100644
--- a/app-vim/latexsuite/latexsuite-1.5.ebuild
+++ b/app-vim/latexsuite/latexsuite-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.5 2004/07/14 13:38:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.6 2004/07/27 06:19:56 ciaranm Exp $
inherit vim-plugin
@@ -29,7 +29,7 @@ pkg_postinst() {
einfo ""
einfo "To use the latexSuite plugin add:"
einfo " filetype plugin on"
- einfo " set grepprg=grep\ -nH\ $*"
+ einfo ' set grepprg=grep\ -nH\ $*'
einfo "to your ~/.vimrc-file"
einfo ""
einfo "Help for this plugin is available with ':help latex-suite' in vim"
diff --git a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild b/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild
index 426eb3377070..e5426d95f6bc 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-2004 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.7 2004/07/14 13:38:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.8 2004/07/27 06:19:56 ciaranm Exp $
inherit vim-plugin
@@ -29,7 +29,7 @@ pkg_postinst() {
einfo ""
einfo "To use the latexSuite plugin add:"
einfo " filetype plugin on"
- einfo " set grepprg=grep\ -nH\ $*"
+ einfo ' set grepprg=grep\ -nH\ $*'
einfo "to your ~/.vimrc-file"
einfo ""
einfo "Help for this plugin is available with ':help latex-suite' in vim"