summaryrefslogtreecommitdiff
path: root/app-vim/pathogen
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/pathogen
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/pathogen')
-rw-r--r--app-vim/pathogen/Manifest3
-rw-r--r--app-vim/pathogen/metadata.xml11
-rw-r--r--app-vim/pathogen/pathogen-2.4.ebuild14
3 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
deleted file mode 100644
index 93c658b45f22..000000000000
--- a/app-vim/pathogen/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pathogen-2.4.tar.gz 6458 BLAKE2B ce28371994938ab4386a6e0a45a9b096443129b7e8de47c92a4c1fa819b7c2aef1e32153866fd1d86a60f7ee2fe2c59ae972700cc22dec263364ef8f51ebe24c SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe
-EBUILD pathogen-2.4.ebuild 444 BLAKE2B 5a59957e8a27c402f4879183be28f52ccc74e026454b4832a06717ce3b1bb872ca3951ca8b21fb2f19453e13b7df443d10ae212a9e2da6de58b09025add38cde SHA512 b8ad5bce4f40f0037d1a36936c3ff4fc0b3b06dfde995cc07302e052dd5673d8a50b385085f2d4cdd0f261f1c71a10dd63e5cf9101501ed6c1d22c86cebb92a0
-MISC metadata.xml 342 BLAKE2B 19ba916c65add7bdf0dd77211eaf660c28cf2c377ec2a81b852745a5cb2c9576d8555619f7855a233af89e0460176761d80b751f8db7d76f1044efa665a52443 SHA512 c4839875a6c09fbc05ba0f94aa1a5b9f81c4f22c9972ac96113c48266a3a7b0f0417c8198b9df181eb0c7374960d8e49f241cc75a4efff598a821914f5560425
diff --git a/app-vim/pathogen/metadata.xml b/app-vim/pathogen/metadata.xml
deleted file mode 100644
index e3b8e4389c73..000000000000
--- a/app-vim/pathogen/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">tpope/vim-pathogen</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
deleted file mode 100644
index fc4009c0861d..000000000000
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ /dev/null
@@ -1,14 +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: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
-SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
-
-S=${WORKDIR}/vim-${P}