summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-27 20:45:46 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-27 20:45:46 -0400
commitf2a9fc54748753b2a0b2721fe876ff02d89b3d0f (patch)
tree7be714a19949b4f05c384c71e24956818d252f1c /app-vim/rails/rails-5.1.ebuild
parentdev-util/cbindgen: add QA_FLAGS_IGNORED (diff)
downloadgentoo-f2a9fc54748753b2a0b2721fe876ff02d89b3d0f.tar.gz
gentoo-f2a9fc54748753b2a0b2721fe876ff02d89b3d0f.tar.bz2
gentoo-f2a9fc54748753b2a0b2721fe876ff02d89b3d0f.zip
app-vim/rails: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-vim/rails/rails-5.1.ebuild')
-rw-r--r--app-vim/rails/rails-5.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild
deleted file mode 100644
index 10a6335781c2..000000000000
--- a/app-vim/rails/rails-5.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="vim-rails"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
-SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm *.markdown || die
-}