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 | 11d51f630dd3a45eb3282e801da1b9a51d47ca7a (patch) | |
tree | 5d9996b731f17b0f5e5a220ade1037b64f2ef09e /app-vim/vimpython | |
parent | Add help text, bug #63324 (Manifest recommit) (diff) | |
download | gentoo-2-11d51f630dd3a45eb3282e801da1b9a51d47ca7a.tar.gz gentoo-2-11d51f630dd3a45eb3282e801da1b9a51d47ca7a.tar.bz2 gentoo-2-11d51f630dd3a45eb3282e801da1b9a51d47ca7a.zip |
Add help text, bug #63325
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index 44e6d1764424..206627c85a6a 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.4 2004/06/24 23:04:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.5 2004/11/27 19:07:12 ciaranm Exp $ + + 27 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimpython-1.7.ebuild: + Add help text, bug #63325 04 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimpython-1.7.ebuild: Stable on sparc 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 |