diff options
Diffstat (limited to 'app-vim/latexsuite')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 4 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5_rc1.ebuild | 4 |
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" |