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
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')
-rw-r--r--app-vim/rails/Manifest1
-rw-r--r--app-vim/rails/rails-5.1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
index d95751b1b995..b9ed1767fd07 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 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
-}