summaryrefslogtreecommitdiff
path: root/app-vim/vimbuddy
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/vimbuddy
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vimbuddy')
-rw-r--r--app-vim/vimbuddy/Manifest3
-rw-r--r--app-vim/vimbuddy/metadata.xml11
-rw-r--r--app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild17
3 files changed, 0 insertions, 31 deletions
diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest
deleted file mode 100644
index 7e237f772230..000000000000
--- a/app-vim/vimbuddy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb
-EBUILD vimbuddy-0.9.2-r1.ebuild 522 BLAKE2B 8de3dc2f2ff9fd958223f5e3c3bd3c9de1e67b4bc804ba9a76d4d9b97f9ae5a50d44178e874df56ee45bfedf0731d880fb3ef7856d64294383dfdfef9c2a0e28 SHA512 d5ee85db3eda08cc926289d974eab498f24a2e4911339ff9c8c6a96888450c2f79217e52b684caa073c9127ec348fdc4d514faf384fc7f63dfe98a6454dccfef
-MISC metadata.xml 338 BLAKE2B 2e474bc2ecade1fe907cfe44bb86943ee572783d3bfc849c900a05d9c6056d15b989c80e348a3d65596140ce1485c6d516f8f856d5901d0317831b553e243176 SHA512 1a949dd9cc669a43a63ac53b3429325ab44873aee6ffa02c8e8f1abfd64d47c6645c1c4fd4a312cba81de1196abee5ceee5510e59b6637bc19cd34880ff32048
diff --git a/app-vim/vimbuddy/metadata.xml b/app-vim/vimbuddy/metadata.xml
deleted file mode 100644
index 0cf1ee0aac77..000000000000
--- a/app-vim/vimbuddy/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">vim-scripts/vimbuddy.vim</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
deleted file mode 100644
index 1a9eeea4e49e..000000000000
--- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: vimbuddy for the status line"
-HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim"
-SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
-
-S="${WORKDIR}/${PN}.vim-${PV}"
-
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8"