diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 01:49:37 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 01:49:37 +0000 |
commit | 73032fe96fbbdb6ee3fbd64cc3959ce3dfa7ef4a (patch) | |
tree | 3b266c0aa551a76eec6e3bb82e70a3b2ac3dfec4 /app-vim/cvscommand | |
parent | Help text, bug #62559 (Manifest recommit) (diff) | |
download | gentoo-2-73032fe96fbbdb6ee3fbd64cc3959ce3dfa7ef4a.tar.gz gentoo-2-73032fe96fbbdb6ee3fbd64cc3959ce3dfa7ef4a.tar.bz2 gentoo-2-73032fe96fbbdb6ee3fbd64cc3959ce3dfa7ef4a.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/cvscommand')
-rw-r--r-- | app-vim/cvscommand/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.65.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-vim/cvscommand/ChangeLog b/app-vim/cvscommand/ChangeLog index 0d540901994b..f4086989c1e4 100644 --- a/app-vim/cvscommand/ChangeLog +++ b/app-vim/cvscommand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/cvscommand # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.9 2004/08/20 16:46:42 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.10 2004/09/03 01:48:27 ciaranm Exp $ + + 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> cvscommand-1.65.ebuild: + Help text, bug #62559 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> cvscommand-1.65.ebuild: Stable on x86, sparc diff --git a/app-vim/cvscommand/cvscommand-1.65.ebuild b/app-vim/cvscommand/cvscommand-1.65.ebuild index 109ee108588e..5114ec6767a7 100644 --- a/app-vim/cvscommand/cvscommand-1.65.ebuild +++ b/app-vim/cvscommand/cvscommand-1.65.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/cvscommand/cvscommand-1.65.ebuild,v 1.2 2004/08/20 16:46:42 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.65.ebuild,v 1.3 2004/09/03 01:48:27 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" LICENSE="public-domain" KEYWORDS="x86 ~alpha sparc ~ia64 ~ppc" IUSE="" + +VIM_PLUGIN_HELPFILES="cvcsommand-contents" |