diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 17:02:51 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 17:02:51 +0000 |
commit | 7a5806256a8db9f87dd99434c3ddf46fd8d177c8 (patch) | |
tree | 19503d13690bef66a62fcdadb147c687fc4c6e0f /app-vim/foldutil | |
parent | add DERIVATION_MAP entries for upcoming ksayit, kttsd ebuilds (diff) | |
download | historical-7a5806256a8db9f87dd99434c3ddf46fd8d177c8.tar.gz historical-7a5806256a8db9f87dd99434c3ddf46fd8d177c8.tar.bz2 historical-7a5806256a8db9f87dd99434c3ddf46fd8d177c8.zip |
New version, bug #78706
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r-- | app-vim/foldutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/foldutil/Manifest | 14 | ||||
-rw-r--r-- | app-vim/foldutil/files/digest-foldutil-1.7 | 1 | ||||
-rw-r--r-- | app-vim/foldutil/foldutil-1.7.ebuild | 21 |
4 files changed, 41 insertions, 2 deletions
diff --git a/app-vim/foldutil/ChangeLog b/app-vim/foldutil/ChangeLog index 1ab4c86871dd..7171851ae61e 100644 --- a/app-vim/foldutil/ChangeLog +++ b/app-vim/foldutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/foldutil # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.5 2005/01/01 16:49:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.6 2005/01/21 17:02:51 ciaranm Exp $ + +*foldutil-1.7 (21 Jan 2005) + + 21 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +foldutil-1.7.ebuild: + New version, bug #78706 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> foldutil-1.6.ebuild: Help text, bug #62559 diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest index e8b4dca9a714..9aa97045c866 100644 --- a/app-vim/foldutil/Manifest +++ b/app-vim/foldutil/Manifest @@ -1,4 +1,16 @@ -MD5 0d9941f2ec3cd8f652f37d5683b5f20a ChangeLog 629 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 93a4996b9a04dd89affd14aba00b2d36 ChangeLog 756 MD5 43141c0be2a3726045bc352e89e40868 foldutil-1.6.ebuild 694 +MD5 1e05b61c8b7e9d946bd6a686449c3cd8 foldutil-1.7.ebuild 694 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 bce2ad40cd4273b3a7facff51ce26562 files/digest-foldutil-1.7 63 MD5 7e945f99ef486b2c6984a0399ba1004b files/digest-foldutil-1.6 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB8TXTLLFUmVNQ7rkRAjfqAJ92nUEtbiiZFU1ud/FP3VgCAmSTaQCgjJO6 +jtfPUQtHNjGOe6Q3YzCS2BU= +=awfg +-----END PGP SIGNATURE----- diff --git a/app-vim/foldutil/files/digest-foldutil-1.7 b/app-vim/foldutil/files/digest-foldutil-1.7 new file mode 100644 index 000000000000..80ec0b64cfbc --- /dev/null +++ b/app-vim/foldutil/files/digest-foldutil-1.7 @@ -0,0 +1 @@ +MD5 7bf56df53c520ea04faa0db62f6a0726 foldutil-1.7.tar.bz2 4498 diff --git a/app-vim/foldutil/foldutil-1.7.ebuild b/app-vim/foldutil/foldutil-1.7.ebuild new file mode 100644 index 000000000000..14a6c51b292c --- /dev/null +++ b/app-vim/foldutil/foldutil-1.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-1.7.ebuild,v 1.1 2005/01/21 17:02:51 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: fold creation utility" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~mips ~ppc" +IUSE="" + +RDEPEND=" + || ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 ) + >=app-vim/multvals-3.6.1" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a number of commands for working with folds: +\ :FoldNonMatching [pattern] [context] +\ :FoldShowLines {lines} [context] +\ :FoldEndFolding" |