From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/foldutil/Manifest | 3 +++ app-vim/foldutil/foldutil-3.0-r1.ebuild | 20 ++++++++++++++++++++ app-vim/foldutil/metadata.xml | 8 ++++++++ 3 files changed, 31 insertions(+) create mode 100644 app-vim/foldutil/Manifest create mode 100644 app-vim/foldutil/foldutil-3.0-r1.ebuild create mode 100644 app-vim/foldutil/metadata.xml (limited to 'app-vim/foldutil') diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest new file mode 100644 index 000000000000..d2c2801f0cec --- /dev/null +++ b/app-vim/foldutil/Manifest @@ -0,0 +1,3 @@ +DIST foldutil-3.0.tar.bz2 7323 BLAKE2B de59313da23a277a2eb3e971b3033202001cd1304058b5e096e33e7c28f95326169754c0e0062120099677e567c6bd79b265a69524c8b8fe55a9666ab6bde23f SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452 +EBUILD foldutil-3.0-r1.ebuild 548 BLAKE2B 345997b30841845c4a647a491fea8b130ace2a94120e93a02b7885fc22a834c88d3ca29606a9c59a410200cfbb2cc6e9e85058b46a2d9988381376e82f52004b SHA512 37eb4a1975a91049247ef690aaee8a0b97e0876c1fc0fdc7798dff35369dbe41edf2b3b8e58bcd3a07dc6155c08270203d230ab5b2cc69925d3c7704c2b0157e +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild new file mode 100644 index 000000000000..034686ed7a4e --- /dev/null +++ b/app-vim/foldutil/foldutil-3.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: fold creation utility" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/genutils-2.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a number of commands for working with folds: +\ :FoldNonMatching [pattern] [context] +\ :FoldShowLines {lines} [context] +\ :FoldEndFolding" diff --git a/app-vim/foldutil/metadata.xml b/app-vim/foldutil/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/foldutil/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3