diff options
| author | Aaron Bauman <bman@gentoo.org> | 2020-09-27 20:48:15 -0400 |
|---|---|---|
| committer | Aaron Bauman <bman@gentoo.org> | 2020-09-27 20:48:15 -0400 |
| commit | c6b9559b7f412c45ce964e64c08f7f0683457351 (patch) | |
| tree | 42da5ecc4377965a29e7029bb00d096857ff13c4 /app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild | |
| parent | 1e1de890bdbd8010057c7fbaa8760ad44193f84a (diff) | |
| download | gentoo-c6b9559b7f412c45ce964e64c08f7f0683457351.tar.gz gentoo-c6b9559b7f412c45ce964e64c08f7f0683457351.tar.bz2 gentoo-c6b9559b7f412c45ce964e64c08f7f0683457351.zip | |
app-vim/vim-rest-console: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild')
| -rw-r--r-- | app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild deleted file mode 100644 index f9e7a6f06827..000000000000 --- a/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console" -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="net-misc/curl" - -src_prepare() { - rm *.md *.json *.rest || die -} |
