summaryrefslogtreecommitdiff
path: root/app-vim/multvals
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/multvals
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/multvals')
-rw-r--r--app-vim/multvals/Manifest3
-rw-r--r--app-vim/multvals/metadata.xml8
-rw-r--r--app-vim/multvals/multvals-3.10-r1.ebuild16
3 files changed, 0 insertions, 27 deletions
diff --git a/app-vim/multvals/Manifest b/app-vim/multvals/Manifest
deleted file mode 100644
index 970221e9949b..000000000000
--- a/app-vim/multvals/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST multvals-3.10.tar.bz2 12299 BLAKE2B 83a38101e7f43768af2682187279456ee3c131acb78b1d152de7978ebfea183cec86239a7cf2d76d1602a593f3c46f709b2194f7d2783dbe7fea636f7db3c262 SHA512 6003b7fd2c16ae7b6ee400482aead44a5b7867d9e010d689b1b25452f78f4a84335a257eef56deba241fae8967e57b877132693b1ded1b4b01c0248da472152f
-EBUILD multvals-3.10-r1.ebuild 447 BLAKE2B 8871a703bf84a6ba6673c26fe06ce4e9cd91a18ed6736572d98a8806191c983289656dbd24b6a6c2ab36320d3b7de5120b1d62443f04d9b8065ba37b5159136b SHA512 a8074c167f866069c500b53da88bceaf68372e94b02ed6b63317fb674cc45049983a764190247df64107519fedc796e3ec53e04f884bbce8befc2996c5f9a9a7
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/multvals/metadata.xml b/app-vim/multvals/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/multvals/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>
diff --git a/app-vim/multvals/multvals-3.10-r1.ebuild b/app-vim/multvals/multvals-3.10-r1.ebuild
deleted file mode 100644
index 99c87201ac8f..000000000000
--- a/app-vim/multvals/multvals-3.10-r1.ebuild
+++ /dev/null
@@ -1,16 +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: library for helping with arrays"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=171"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides library functions and is not intended to be used
-directly by the user."