summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:22:54 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:07 +0100
commit80fe2a079cb4459af62b2361b719e6fb93e5fbf4 (patch)
tree3e2f50f824666862a4c13f84f08ff52f3561eaa1 /app-vim
parentapp-vim/errsign: drop 0.1-r1, EAPI6-- (diff)
downloadgentoo-80fe2a079cb4459af62b2361b719e6fb93e5fbf4.tar.gz
gentoo-80fe2a079cb4459af62b2361b719e6fb93e5fbf4.tar.bz2
gentoo-80fe2a079cb4459af62b2361b719e6fb93e5fbf4.zip
app-vim/eruby-syntax: drop 2.0-r2, 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/eruby-syntax/eruby-syntax-2.0-r2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
deleted file mode 100644
index 9d0b58698790..000000000000
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for eruby"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
-LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
-
-src_prepare() {
- default
- sed -i -e 's#hi link#hi def link#' syntax/eruby.vim || die "sed failed"
-}