summaryrefslogtreecommitdiff
path: root/app-vim/bash-support
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/bash-support
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/bash-support')
-rw-r--r--app-vim/bash-support/Manifest3
-rw-r--r--app-vim/bash-support/bash-support-4.2.1.ebuild20
-rw-r--r--app-vim/bash-support/metadata.xml8
3 files changed, 0 insertions, 31 deletions
diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest
deleted file mode 100644
index 6310db35d2f4..000000000000
--- a/app-vim/bash-support/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST bash-support-4.2.1.tar.bz2 115200 BLAKE2B 2fab4f1bb0897af389a206051e63d2fe7a8cd89367298b1be51146eed7c0d788b23cec7bc81ce3056d26b5efc920043e67be003e4e6bfe25b503d532c74d9c07 SHA512 12ab39f5cffb58e4adb2137265d6c4f1a61b5f2e360f6866c21ead0a67e02a5445bd12fec5b00b26e5d6102b3aaab99b8b13539a67575067c3ef9b26c4ef8fba
-EBUILD bash-support-4.2.1.ebuild 467 BLAKE2B 4c82f25ae607a82f5a420734c3ce4eca70a4f46920e18c12df7359749a58cc49b7bdd760d61d9f359e5676817cceb55f152f01c2551b4099ef5b77b5c85f3a9b SHA512 a78d7140c56889dc3710926085b653b4693aefc21ade0b453bcffea1ded123c40c4704ecfcd4f0bd71676f07ba14bff6a08972d54f028463e97d35a2be4761f9
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/bash-support/bash-support-4.2.1.ebuild b/app-vim/bash-support/bash-support-4.2.1.ebuild
deleted file mode 100644
index f48008913875..000000000000
--- a/app-vim/bash-support/bash-support-4.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=365"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf}
- rm -rf ${PN}/doc || die
-
- vim-plugin_src_install
-}
diff --git a/app-vim/bash-support/metadata.xml b/app-vim/bash-support/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/bash-support/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>