summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-27 20:48:15 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-27 20:48:15 -0400
commitc6b9559b7f412c45ce964e64c08f7f0683457351 (patch)
tree42da5ecc4377965a29e7029bb00d096857ff13c4 /app-vim
parentapp-vim/vim-r: drop old EAPI=5 (diff)
downloadgentoo-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')
-rw-r--r--app-vim/vim-rest-console/Manifest3
-rw-r--r--app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild20
-rw-r--r--app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild20
-rw-r--r--app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild20
4 files changed, 0 insertions, 63 deletions
diff --git a/app-vim/vim-rest-console/Manifest b/app-vim/vim-rest-console/Manifest
index 0a9668defaf8..dd797d167afc 100644
--- a/app-vim/vim-rest-console/Manifest
+++ b/app-vim/vim-rest-console/Manifest
@@ -1,4 +1 @@
-DIST vim-rest-console-2.3.0.tar.gz 11584 BLAKE2B cb4a6b8a7f1280b329dc9a0b261519172a4c39c40f9a8f5fa4967f4530f089dcfbd5e0088dcb2b8067216e7d7fb623a3e720e9a2aefb9d376a36830f54bf771a SHA512 04fa4cc2177b87a6d69ad50d0e45f411169d178e4990280afde730c461cb718acd09dc034e61c51f73974369d9be9300281f1e60adf8084730977caa27c65da2
-DIST vim-rest-console-2.4.0.tar.gz 11795 BLAKE2B 84683c5ac65f429a1c4db0d792da76ad733b3700d1ae7d00baab6495465e27dede8c042c999f125f35b25c50039684dc919ffaf806c1d5c202c7cd4c2edb90ba SHA512 77f06a9cee534eda2e414c4b0b0fdbdf335b1a397ab9c45b4331f211db1dbeb89bd0a73906945b0ed08c8b795c4be444b9ffcd2c06e145a43b3efb456aa64666
-DIST vim-rest-console-2.5.0.tar.gz 11945 BLAKE2B 3959372c834cc51c0c74c39036633520bd753ebece30d4164a98f5b960f1e8756d7e526f840249ca0dde7dfc0b742f06c7b7e197a9578f30eb2644a345468f0d SHA512 1c2e2dafdcdd57216bac08adfaef4e5f3dc2331b13fd969064bd460681838cb4eb830644e33e9397388b0ff76b68d992523ba1c258c2385d6daae5ad87cbdd58
DIST vim-rest-console-2.6.0.tar.gz 15935 BLAKE2B 93c9d9637b67c5fd3b7a765b2bddb2942798d93605f2e558abc95d338116d9325e08b1717c8326824c915f71388af84d70ac8ddea1baead12137c7564da57ddf SHA512 d75b9071eed1bdae604c3fc3457c319a8893ba01001c6b27b8bbea038e9964597bb1a7a2e03ac1d6d9e35e9d96ee350f1eaf6c12f2e8f53929f3f511a470170d
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
-}
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild
deleted file mode 100644
index 1a51e85303b6..000000000000
--- a/app-vim/vim-rest-console/vim-rest-console-2.4.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="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
-}
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild
deleted file mode 100644
index 1a51e85303b6..000000000000
--- a/app-vim/vim-rest-console/vim-rest-console-2.5.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="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
-}