summaryrefslogtreecommitdiff
path: root/app-vim/eruby-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/eruby-syntax')
-rw-r--r--app-vim/eruby-syntax/Manifest3
-rw-r--r--app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild18
-rw-r--r--app-vim/eruby-syntax/metadata.xml8
3 files changed, 0 insertions, 29 deletions
diff --git a/app-vim/eruby-syntax/Manifest b/app-vim/eruby-syntax/Manifest
deleted file mode 100644
index 18641f5d30f5..000000000000
--- a/app-vim/eruby-syntax/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST eruby-syntax-2.0.tar.bz2 958 BLAKE2B 467e1df5bf32ad83bb427bfde6755425a752051b1532397e75f627dc084cfb6bbeba99655366698f812bd398b171fec4110af0fba28de1900a0a22aaa08b01ec SHA512 1fdf1e6ad95109528b13b30d7504da2ea8678785b1a716c33bae0b94fafb8f23d50d81022b5bc373c1970f6d3df04f2e78d87fbb2067f0c270780963b472468c
-EBUILD eruby-syntax-2.0-r2.ebuild 518 BLAKE2B d9ff3803aeb6a1b192140b93549f5ea43dce871f6bc3fd585a7b3680419450f15f89e83ac0a91241980dd7c17353e5afb0fa774e84a66119891e8c24a007aa89 SHA512 da855d113283ce2466da482b8fd298b49d5424165bb580d02b005cb0695e25c66374c2e555418a25ae9fb537ac927b67dd0d63f3e855852d7a8e6514c73fca9f
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
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 7062ef9a855c..000000000000
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~x86-fbsd"
-
-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"
-}
diff --git a/app-vim/eruby-syntax/metadata.xml b/app-vim/eruby-syntax/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/eruby-syntax/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>