summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/ferret/Manifest1
-rw-r--r--app-vim/ferret/ferret-4.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index a591f36b5ad8..b5277d00412f 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,2 +1 @@
-DIST ferret-4.0.tar.gz 36867 BLAKE2B 0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113 SHA512 4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
DIST ferret-5.0.tar.gz 40975 BLAKE2B 75970b35852c5859ce53686eed9c8ba0d3d8599c9f53dc0a2a859dcdee8efd99fef298964db7cd9c2848180d87f45cb7e40a3352324b0530c5797647199a7f2f SHA512 882dc7d3baaa8a0e64244e8b7c3fef31088d4f89e49bf57dff85efc65f87fa6d3d8516ed3067dab4f4aa9857bb429e6f50d389d57a8895f6dab01db7e580867c
diff --git a/app-vim/ferret/ferret-4.0.ebuild b/app-vim/ferret/ferret-4.0.ebuild
deleted file mode 100644
index 016dd6866cfd..000000000000
--- a/app-vim/ferret/ferret-4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: enhanced multi-file search"
-HOMEPAGE="https://github.com/wincent/ferret"
-SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_prepare() {
- default
-
- rm -rv test.rb doc/.gitignore || die
- # See bug 612282.
- mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}