Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
Date: Mon, 28 Sep 2020 00:56:05
Message-Id: 1601253946.f2a9fc54748753b2a0b2721fe876ff02d89b3d0f.bman@gentoo
1 commit: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 00:45:46 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 00:45:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9fc54
7
8 app-vim/rails: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-vim/rails/Manifest | 1 -
13 app-vim/rails/rails-5.1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
17 index d95751b1b99..b9ed1767fd0 100644
18 --- a/app-vim/rails/Manifest
19 +++ b/app-vim/rails/Manifest
20 @@ -1,2 +1 @@
21 -DIST rails-5.1.tar.gz 57639 BLAKE2B 71873d4428a72b02efc1a516a8cdfebacd6505c914af54e1b59abda1db65b4a52afa7fbdb641311350068e490d08b0f850ea02701cfa02d3e60b67240e9ee84d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11
22 DIST rails-5.2.tar.gz 60940 BLAKE2B 315b4bc96768682fdc8012eed63c9f3881e3e647f3fb065ac3c13b767325c13ff3c69f7c92d626f6cd01705b7bd56361b4a4bbe5c1626f9db0a41233285d6f92 SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810
23
24 diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild
25 deleted file mode 100644
26 index 10a6335781c..00000000000
27 --- a/app-vim/rails/rails-5.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit vim-plugin
36 -
37 -MY_PN="vim-rails"
38 -MY_P=${MY_PN}-${PV}
39 -
40 -DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
41 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
42 -SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -LICENSE="vim"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -VIM_PLUGIN_HELPFILES="${PN}.txt"
47 -
48 -S=${WORKDIR}/${MY_P}
49 -
50 -src_prepare() {
51 - rm *.markdown || die
52 -}