summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-26 15:57:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-26 15:57:31 +0100
commitf6fd15e0418aea97c7ee77672468561cdac302e5 (patch)
tree6c13cdea083ccb5c111b15d7344bd8c0b4e61b73 /app-vim
parentf3471ff11210507b38c09f0e57df1bd601f629a5 (diff)
gentoo auto-resync : 26:08:2023 - 15:57:31
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/Manifest.gzbin31592 -> 31578 bytes
-rw-r--r--app-vim/breakpts/Manifest2
-rw-r--r--app-vim/breakpts/breakpts-4.0-r1.ebuild23
3 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz
index ba33cbeed371..d1644ef297df 100644
--- a/app-vim/Manifest.gz
+++ b/app-vim/Manifest.gz
Binary files differ
diff --git a/app-vim/breakpts/Manifest b/app-vim/breakpts/Manifest
index f7b7a1faaaf0..ddace30d8063 100644
--- a/app-vim/breakpts/Manifest
+++ b/app-vim/breakpts/Manifest
@@ -1,5 +1,3 @@
-DIST breakpts-4.0.tar.bz2 17349 BLAKE2B c7ad9eed8fb13537c940e6868f5e4e5dd812a6b7f7c26c4617e3c24905b6e2a817dc91990b613b700e793dd763a6841f85dd7f9cc42fb9f5afc25c3609f909fc SHA512 a480bf32cd3e756ac25849b1d5fd20521bd8c965454bb94c33810c9d1d4464762a731d08dcae858c59853a6cf41ab3cb6cddeda440c8b041cc8ec192ab2bd2fd
DIST breakpts-4.0.zip 20124 BLAKE2B 2ea7568af5407d57c4d4b505c69d625056d62e8f5bd25bf5ca13918e3ffbc0f83de2aedb0abc3468215a650308ed8b592a618c0b50c24dd8ad3f931ef5d2ff8b SHA512 3e7f148896a10abd30a16d903c14460668ee48d078ae3c3b6ff663dab53d32199d8cf9cd3a56164a32d0be2684e64a882e917f3f632318ce85db5eb07e29754d
-EBUILD breakpts-4.0-r1.ebuild 681 BLAKE2B 5671fde59eb738dae846a860f0af3bcb6b76215f8c658ec6ba8594d7c1155030faaf59d29d1b02b67468803a5015d28286136b21fcda4bccc8aa4d8c36aa81d1 SHA512 cec0b57a54c643e6ed84c6802c0a63c3744a270c317dc29d976bdba8b6826adbcb0fc0df3cd07b7bedd1a87be930d759db3439c90902dfb166b550383035e6c6
EBUILD breakpts-4.0-r2.ebuild 797 BLAKE2B b56dae8f1bd26390129af9562edb9dbd6d7d2da17072fbb33297f2c53c8059e18b1830b0f4a5923286028d59e995ae8ae59e07ae2fd9d62b90361e790e2da51b SHA512 b251e8d910274082c0780a2b66159a9d14afa4d0ec7153174df9e806652a442c1371ffa58532b00211772ea22f81fe2f729871937ef93d03f823dfb3c17e9a86
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
diff --git a/app-vim/breakpts/breakpts-4.0-r1.ebuild b/app-vim/breakpts/breakpts-4.0-r1.ebuild
deleted file mode 100644
index 9b5cdef8cfb1..000000000000
--- a/app-vim/breakpts/breakpts-4.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 <CR>. Breakpoints
-can then be added using :BPToggle or <F9>."