summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:35:23 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:29 +0100
commitc9d513e9137df675806353df41da60fbb39c94a6 (patch)
treebeedcac88b9cde28d6e93c5865499090fcd525f3 /app-vim
parentapp-vim/rainbow_parentheses: drop 1.0, EAPI6-- (diff)
downloadgentoo-c9d513e9137df675806353df41da60fbb39c94a6.tar.gz
gentoo-c9d513e9137df675806353df41da60fbb39c94a6.tar.bz2
gentoo-c9d513e9137df675806353df41da60fbb39c94a6.zip
app-vim/reload: drop 0.6.17-r1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/reload/reload-0.6.17-r1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/reload/reload-0.6.17-r1.ebuild b/app-vim/reload/reload-0.6.17-r1.ebuild
deleted file mode 100644
index f05a343b169b..000000000000
--- a/app-vim/reload/reload-0.6.17-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: automatic reloading of vim scripts"
-HOMEPAGE="http://peterodding.com/code/vim/reload/"
-SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=app-vim/vim-misc-1.8.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S="${WORKDIR}/vim-${P}"