diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 01:15:52 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 01:15:52 +0000 |
commit | b2f5d97bce6494c257c8f34728ae1ff576fb1341 (patch) | |
tree | bc541c89f0e2e5de4760e9fe09eba0f32d25ae8f /app-vim/pushpop | |
parent | use non-lazy bindings for +s apps installed by this package (diff) | |
download | historical-b2f5d97bce6494c257c8f34728ae1ff576fb1341.tar.gz historical-b2f5d97bce6494c257c8f34728ae1ff576fb1341.tar.bz2 historical-b2f5d97bce6494c257c8f34728ae1ff576fb1341.zip |
Added help text, bug #62559
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r-- | app-vim/pushpop/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/pushpop/Manifest | 10 | ||||
-rw-r--r-- | app-vim/pushpop/pushpop-2.4.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/app-vim/pushpop/ChangeLog b/app-vim/pushpop/ChangeLog index da40b87ce7a9..e2eaa21cc265 100644 --- a/app-vim/pushpop/ChangeLog +++ b/app-vim/pushpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/pushpop # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.4 2004/08/20 16:55:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.5 2004/09/05 01:15:52 ciaranm Exp $ + + 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> pushpop-2.4.ebuild: + Added help text, bug #62559 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> pushpop-2.4.ebuild: Stable on x86 diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest index 953f08f52e51..f568bbb27dcb 100644 --- a/app-vim/pushpop/Manifest +++ b/app-vim/pushpop/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4972b19aa76be40efa1f26c0ae531e3a ChangeLog 605 +MD5 b69d938dfac28e44ec281cba45a4eb01 ChangeLog 708 MD5 b6deb13fae9232065a4bdf92742fa9c4 metadata.xml 219 -MD5 4f9c66bb4629982edb732df268b147a8 pushpop-2.4.ebuild 502 +MD5 5fde8d8b2b25280508fdeafb770557a5 pushpop-2.4.ebuild 621 MD5 88fed4e5f652fda52bc1dc66d9f38fb3 files/digest-pushpop-2.4 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBJiyMLLFUmVNQ7rkRAll0AKDRdyo+LnBirg8yIRqb4/4/o1dbYQCfaj83 -uc42mV4PBa+rdN5EXt/2aPQ= -=0xF8 +iD8DBQFBOmghLLFUmVNQ7rkRAmLiAJ9thAi/eSa5QOTLfQHnrXETRRLI8wCdE14f +FdIS1wjYqY6DPruPbA80UAo= +=UWdC -----END PGP SIGNATURE----- diff --git a/app-vim/pushpop/pushpop-2.4.ebuild b/app-vim/pushpop/pushpop-2.4.ebuild index 8defe6122e59..010d847d9f3b 100644 --- a/app-vim/pushpop/pushpop-2.4.ebuild +++ b/app-vim/pushpop/pushpop-2.4.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/pushpop/pushpop-2.4.ebuild,v 1.4 2004/08/20 16:55:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/pushpop-2.4.ebuild,v 1.5 2004/09/05 01:15:52 ciaranm Exp $ inherit vim-plugin @@ -13,3 +13,7 @@ IUSE="" RDEPEND=">=app-vim/genutils-1.1 >=app-vim/multvals-3.0 >=app-vim/cmdalias-1.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides :Pushd and :Popd commands which emulate bash's pushd +and popd functions." |