diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:49:29 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:49:29 +0000 |
commit | f5172dd6fd081fda83c6bca4b7c44fa9fa1b4b72 (patch) | |
tree | d5a7835b0e9d530f876a9f61ee0c2edb214f507f /app-vim/latexsuite | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-f5172dd6fd081fda83c6bca4b7c44fa9fa1b4b72.tar.gz historical-f5172dd6fd081fda83c6bca4b7c44fa9fa1b4b72.tar.bz2 historical-f5172dd6fd081fda83c6bca4b7c44fa9fa1b4b72.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-vim/latexsuite')
-rw-r--r-- | app-vim/latexsuite/Manifest | 16 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 6 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5_rc1.ebuild | 8 |
3 files changed, 20 insertions, 10 deletions
diff --git a/app-vim/latexsuite/Manifest b/app-vim/latexsuite/Manifest index 58da1ebde763..d06e9982ceae 100644 --- a/app-vim/latexsuite/Manifest +++ b/app-vim/latexsuite/Manifest @@ -1,6 +1,16 @@ -MD5 b2178f34672cc286a31f5325fe8732cb metadata.xml 437 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 802c8c06d3152a92ff6473c91102c44e ChangeLog 1830 -MD5 34023f2b272cf1999d533ed72d6d1c58 latexsuite-1.5.ebuild 1167 -MD5 721edaee797accd19e0cf4fe1ee84806 latexsuite-1.5_rc1.ebuild 1194 MD5 23326cf6fa27ac23ff9dbe045fbca8a4 files/digest-latexsuite-1.5 66 MD5 c8849f310e180a58ea74d06c7180870d files/digest-latexsuite-1.5_rc1 70 +MD5 5d3bb431e4b8c34c6de66637c85bef0b latexsuite-1.5.ebuild 1163 +MD5 4fe5a801ec3b3984e62ff0c6c25f9eca latexsuite-1.5_rc1.ebuild 1187 +MD5 b2178f34672cc286a31f5325fe8732cb metadata.xml 437 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC0BxUI1lqEGTUzyQRAu8+AKDT9oLYiL9Hyi3cVUhiymlRyBtkdACdFbHN +kEzkGTwcRLvHhbBldYV9ZhU= +=klvy +-----END PGP SIGNATURE----- diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild index 2c639cb0378b..48fb0deeff67 100644 --- a/app-vim/latexsuite/latexsuite-1.5.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.13 2005/04/24 12:10:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.14 2005/07/09 18:49:29 swegener Exp $ inherit vim-plugin @@ -29,10 +29,10 @@ src_install() { pkg_postinst() { vim-plugin_pkg_postinst - einfo "" + einfo einfo "To use the latexSuite plugin add:" einfo " filetype plugin on" einfo ' set grepprg=grep\ -nH\ $*' einfo "to your ~/.vimrc-file" - einfo "" + einfo } diff --git a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild b/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild index 9d09149b95bc..3bf998c0154f 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-2005 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.10 2005/02/18 20:11:44 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.11 2005/07/09 18:49:29 swegener Exp $ inherit vim-plugin @@ -26,12 +26,12 @@ src_install() { pkg_postinst() { vim-plugin_pkg_postinst - einfo "" + einfo einfo "To use the latexSuite plugin add:" einfo " filetype plugin on" einfo ' set grepprg=grep\ -nH\ $*' einfo "to your ~/.vimrc-file" - einfo "" + einfo einfo "Help for this plugin is available with ':help latex-suite' in vim" - einfo "" + einfo } |