summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-03 09:27:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-03 09:56:51 +0200
commit2428f07532304893e9774d3a3d0571a846154387 (patch)
treeb18396844d4c46eb9ddd938bc46003d85f0c8bee /app-vim/ackvim
parentdev-db/libzdb: drop 3.2.2 (diff)
downloadgentoo-2428f07532304893e9774d3a3d0571a846154387.tar.gz
gentoo-2428f07532304893e9774d3a3d0571a846154387.tar.bz2
gentoo-2428f07532304893e9774d3a3d0571a846154387.zip
app-vim/ackvim: drop 1.0.9-r1
Closes: https://bugs.gentoo.org/913053 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-vim/ackvim')
-rw-r--r--app-vim/ackvim/ackvim-1.0.9-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
deleted file mode 100644
index 1b57e2677c19..000000000000
--- a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN="ack.vim"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="vim plugin: run ack from vim"
-HOMEPAGE="https://github.com/mileszs/ack.vim"
-SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-apps/ack"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- # See bug 584768.
- mv ftplugin/qf.vim ftplugin/ackqf.vim || die
-}