summaryrefslogtreecommitdiff
path: root/app-vim/vim-hoogle
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/vim-hoogle
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-hoogle')
-rw-r--r--app-vim/vim-hoogle/Manifest3
-rw-r--r--app-vim/vim-hoogle/metadata.xml11
-rw-r--r--app-vim/vim-hoogle/vim-hoogle-1.3.ebuild16
3 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/vim-hoogle/Manifest b/app-vim/vim-hoogle/Manifest
deleted file mode 100644
index 122cdffa6a86..000000000000
--- a/app-vim/vim-hoogle/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vim-hoogle-1.3.tar.gz 3337 BLAKE2B 2c80577171535aa45609f84e66cb3efc52a7028638075260aea8c1ee35839d79ab834e55f30f3401a3eb4b5daa24ba358d01b9edd1203779043db2fb2133077d SHA512 ea0d2b723e913836dbff5947e7de4fb5dda19ab1d3bd51cd315b28499f1b6c771b037b16eec6a88862d27f675a9ddac11eb5d8d5a5b3ee3e2eeb7620ed4d565a
-EBUILD vim-hoogle-1.3.ebuild 478 BLAKE2B ea79729ca6fedef925abac88da8b43c81cc295c6b982a4eb53963d2241cda212b69c4ea5c93f9353f3e927c797c6835ae31a467cfa0f2252982e7024926a2e03 SHA512 b62c15abf6b0b4c67aa6ede9ee4f9021ea97ef6c97a40c2a44fa4b5cd679b851c2ad473ddd9b2912e2c14e17a8d3514a7fd775679908383a5b2ba300a86e0f15
-MISC metadata.xml 333 BLAKE2B 07e7bfb41401bd5fb26dbf781135fe5f779b2df52bdb08dc9c459f7cbcd9145b1f682215bbf372ff1b99bbd08ec13fc13a389fac154999950e074f772caac0cf SHA512 b24d12456a6fed3864c3159aa935ad04875970f1995b4b6d21fdc3e04dee04c20561a489494c0cc8d8f1d59b880a8bb6156ecd2966ca196b17f9ec0746c78def
diff --git a/app-vim/vim-hoogle/metadata.xml b/app-vim/vim-hoogle/metadata.xml
deleted file mode 100644
index ee47616d507b..000000000000
--- a/app-vim/vim-hoogle/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">Twinside/vim-hoogle</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild
deleted file mode 100644
index 1dee86affdcf..000000000000
--- a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MASTER_COMMIT_HASH="31823f830843385f53a3da7a5bfaf678494383c4"
-
-DESCRIPTION="vim plugin: use hoogle within vim"
-HOMEPAGE="https://github.com/Twinside/vim-hoogle"
-SRC_URI="https://github.com/Twinside/${PN}/archive/${MASTER_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim.org"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}"