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 | |
parent | Add help text, bug #63324 (diff) | |
download | historical-c194c95796d59956add304468e1683ea898df6ca.tar.gz historical-c194c95796d59956add304468e1683ea898df6ca.tar.bz2 historical-c194c95796d59956add304468e1683ea898df6ca.zip |
Add help text, bug #63325
-rw-r--r-- | app-vim/calendar/Manifest | 10 | ||||
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/app-vim/calendar/Manifest b/app-vim/calendar/Manifest index 44b53a8fbf55..e1fe455f8725 100644 --- a/app-vim/calendar/Manifest +++ b/app-vim/calendar/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c769f3cd377b07b3fa7855cc44793b1a ChangeLog 1674 -MD5 a8c0f446a161601a4e6be6780cdc5fdf calendar-1.4.ebuild 528 +MD5 9e4871b755d8ff4e3afdbeb11ad17df8 ChangeLog 1788 +MD5 d3243f6268d717a3a2622cf501b1c9d2 calendar-1.4.ebuild 571 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 f9dad2c1f56e59325fbfa114e6b33609 calendar-1.3u.ebuild 525 MD5 6f60575892c6e0ef874440a55e63a871 files/digest-calendar-1.4 63 @@ -10,7 +10,7 @@ MD5 51f2474e8b08ae955daced7d6f9e17ee files/digest-calendar-1.3u 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBo17TLLFUmVNQ7rkRAiTDAJ9z/mZlxUGkII6FpkI0G1Nxi72t7QCdHAyQ -xm13IzSMATm9twqPoBQzZKU= -=LR+N +iD8DBQFBqNEdLLFUmVNQ7rkRAjSEAKCfbniMxV5SMDVkezEf2vq8Xzo4mgCbBrlq +6nFm5lFTZCjOEZo49S48iBM= +=4FLF -----END PGP SIGNATURE----- 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 |