diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 19:07:12 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 19:07:12 +0000 |
commit | c194c95796d59956add304468e1683ea898df6ca (patch) | |
tree | 3df24a5d39f90a7bce2678928f2c385fde0161bf /app-vim/vimpython/vimpython-1.7.ebuild | |
parent | Add help text, bug #63324 (diff) | |
download | historical-c194c95796d59956add304468e1683ea898df6ca.tar.gz historical-c194c95796d59956add304468e1683ea898df6ca.tar.bz2 historical-c194c95796d59956add304468e1683ea898df6ca.zip |
Add help text, bug #63325
Diffstat (limited to 'app-vim/vimpython/vimpython-1.7.ebuild')
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-vim/vimpython/vimpython-1.7.ebuild b/app-vim/vimpython/vimpython-1.7.ebuild index 5c900800cb37..e26f71436943 100644 --- a/app-vim/vimpython/vimpython-1.7.ebuild +++ b/app-vim/vimpython/vimpython-1.7.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/vimpython/vimpython-1.7.ebuild,v 1.5 2004/07/14 13:51:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.7.ebuild,v 1.6 2004/11/27 19:07:12 ciaranm Exp $ inherit vim-plugin @@ -13,6 +13,8 @@ IUSE="" DEPEND="${DEPEND} >=sys-apps/sed-4" +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=30" + function src_unpack() { unpack ${A} # We know that we've got *vim >= 6.2, so we can safely enable the |