summaryrefslogtreecommitdiff
path: root/app-vim/breakpts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/breakpts
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/breakpts')
-rw-r--r--app-vim/breakpts/Manifest3
-rw-r--r--app-vim/breakpts/breakpts-4.0-r1.ebuild23
-rw-r--r--app-vim/breakpts/metadata.xml8
3 files changed, 0 insertions, 34 deletions
diff --git a/app-vim/breakpts/Manifest b/app-vim/breakpts/Manifest
deleted file mode 100644
index 1e2df12aa0e4..000000000000
--- a/app-vim/breakpts/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 2358b0b21ccd..000000000000
--- a/app-vim/breakpts/breakpts-4.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 <CR>. Breakpoints
-can then be added using :BPToggle or <F9>."
diff --git a/app-vim/breakpts/metadata.xml b/app-vim/breakpts/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/breakpts/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-</pkgmetadata>