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/breakpts/Manifest | 3 +++ app-vim/breakpts/breakpts-4.0-r1.ebuild | 23 +++++++++++++++++++++++ app-vim/breakpts/metadata.xml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 app-vim/breakpts/Manifest create mode 100644 app-vim/breakpts/breakpts-4.0-r1.ebuild create mode 100644 app-vim/breakpts/metadata.xml (limited to 'app-vim/breakpts') diff --git a/app-vim/breakpts/Manifest b/app-vim/breakpts/Manifest new file mode 100644 index 000000000000..1e2df12aa0e4 --- /dev/null +++ b/app-vim/breakpts/Manifest @@ -0,0 +1,3 @@ +DIST breakpts-4.0.tar.bz2 17349 BLAKE2B c7ad9eed8fb13537c940e6868f5e4e5dd812a6b7f7c26c4617e3c24905b6e2a817dc91990b613b700e793dd763a6841f85dd7f9cc42fb9f5afc25c3609f909fc SHA512 a480bf32cd3e756ac25849b1d5fd20521bd8c965454bb94c33810c9d1d4464762a731d08dcae858c59853a6cf41ab3cb6cddeda440c8b041cc8ec192ab2bd2fd +EBUILD breakpts-4.0-r1.ebuild 682 BLAKE2B bf0c5025e3e2707a805b6fbd22f97313235c6a7d55f0397015c36f7e0041305c374fc44104d5a26c1f56f9a7452b60fa26f72869d6fb65b1f433e9f90930780a SHA512 90aed4c69a96cf1cbbd27162d9e1b057792f3f1ccaf6335a99060bbf89fe2b1dfb0344c2999004802628329b567ff33728faf643df0cfc5eabd73ece79a1c250 +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/breakpts/breakpts-4.0-r1.ebuild b/app-vim/breakpts/breakpts-4.0-r1.ebuild new file mode 100644 index 000000000000..2358b0b21ccd --- /dev/null +++ b/app-vim/breakpts/breakpts-4.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: sets vim breakpoints visually" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=618" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=" + || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) + >=app-vim/multvals-3.6.1 + >=app-vim/genutils-1.13 + >=app-vim/foldutil-1.6" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin allows breakpoints to be set and cleared visually. To start, +use :BreakPts, move to the required function and press . Breakpoints +can then be added using :BPToggle or ." diff --git a/app-vim/breakpts/metadata.xml b/app-vim/breakpts/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/breakpts/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3