From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A24A138359 for ; Mon, 28 Sep 2020 00:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250F8E0814; Mon, 28 Sep 2020 00:56:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08AB7E0814 for ; Mon, 28 Sep 2020 00:56:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7F9933BF01 for ; Mon, 28 Sep 2020 00:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82587373 for ; Mon, 28 Sep 2020 00:56:01 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601253946.f2a9fc54748753b2a0b2721fe876ff02d89b3d0f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/rails/Manifest app-vim/rails/rails-5.1.ebuild X-VCS-Directories: app-vim/rails/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f X-VCS-Branch: master Date: Mon, 28 Sep 2020 00:56:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f254953c-12e4-4325-8bea-ae763c83fed7 X-Archives-Hash: 7d7166dd4c60df47215ac7b372cc94e8 commit: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:45:46 2020 +0000 Commit: Aaron Bauman gentoo 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 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 -}