commit: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 00:45:46 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 00:45:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9fc54
app-vim/rails: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-vim/rails/Manifest | 1 -
app-vim/rails/rails-5.1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
index d95751b1b99..b9ed1767fd0 100644
--- a/app-vim/rails/Manifest
+++ b/app-vim/rails/Manifest
@@ -1,2 +1 @@
-DIST rails-5.1.tar.gz 57639 BLAKE2B
71873d4428a72b02efc1a516a8cdfebacd6505c914af54e1b59abda1db65b4a52afa7fbdb641311350068e490d08b0f850ea02701cfa02d3e60b67240e9ee84d
SHA512
15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11
DIST rails-5.2.tar.gz 60940 BLAKE2B
315b4bc96768682fdc8012eed63c9f3881e3e647f3fb065ac3c13b767325c13ff3c69f7c92d626f6cd01705b7bd56361b4a4bbe5c1626f9db0a41233285d6f92
SHA512
0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810
diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild
deleted file mode 100644
index 10a6335781c..00000000000
--- 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
-}