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/vim-rest-console/
Date: Mon, 28 Sep 2020 00:56:05
Message-Id: 1601254095.c6b9559b7f412c45ce964e64c08f7f0683457351.bman@gentoo
1 commit: c6b9559b7f412c45ce964e64c08f7f0683457351
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 00:48:15 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 00:48:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b9559b
7
8 app-vim/vim-rest-console: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-vim/vim-rest-console/Manifest | 3 ---
13 .../vim-rest-console/vim-rest-console-2.3.0.ebuild | 20 --------------------
14 .../vim-rest-console/vim-rest-console-2.4.0.ebuild | 20 --------------------
15 .../vim-rest-console/vim-rest-console-2.5.0.ebuild | 20 --------------------
16 4 files changed, 63 deletions(-)
17
18 diff --git a/app-vim/vim-rest-console/Manifest b/app-vim/vim-rest-console/Manifest
19 index 0a9668defaf..dd797d167af 100644
20 --- a/app-vim/vim-rest-console/Manifest
21 +++ b/app-vim/vim-rest-console/Manifest
22 @@ -1,4 +1 @@
23 -DIST vim-rest-console-2.3.0.tar.gz 11584 BLAKE2B cb4a6b8a7f1280b329dc9a0b261519172a4c39c40f9a8f5fa4967f4530f089dcfbd5e0088dcb2b8067216e7d7fb623a3e720e9a2aefb9d376a36830f54bf771a SHA512 04fa4cc2177b87a6d69ad50d0e45f411169d178e4990280afde730c461cb718acd09dc034e61c51f73974369d9be9300281f1e60adf8084730977caa27c65da2
24 -DIST vim-rest-console-2.4.0.tar.gz 11795 BLAKE2B 84683c5ac65f429a1c4db0d792da76ad733b3700d1ae7d00baab6495465e27dede8c042c999f125f35b25c50039684dc919ffaf806c1d5c202c7cd4c2edb90ba SHA512 77f06a9cee534eda2e414c4b0b0fdbdf335b1a397ab9c45b4331f211db1dbeb89bd0a73906945b0ed08c8b795c4be444b9ffcd2c06e145a43b3efb456aa64666
25 -DIST vim-rest-console-2.5.0.tar.gz 11945 BLAKE2B 3959372c834cc51c0c74c39036633520bd753ebece30d4164a98f5b960f1e8756d7e526f840249ca0dde7dfc0b742f06c7b7e197a9578f30eb2644a345468f0d SHA512 1c2e2dafdcdd57216bac08adfaef4e5f3dc2331b13fd969064bd460681838cb4eb830644e33e9397388b0ff76b68d992523ba1c258c2385d6daae5ad87cbdd58
26 DIST vim-rest-console-2.6.0.tar.gz 15935 BLAKE2B 93c9d9637b67c5fd3b7a765b2bddb2942798d93605f2e558abc95d338116d9325e08b1717c8326824c915f71388af84d70ac8ddea1baead12137c7564da57ddf SHA512 d75b9071eed1bdae604c3fc3457c319a8893ba01001c6b27b8bbea038e9964597bb1a7a2e03ac1d6d9e35e9d96ee350f1eaf6c12f2e8f53929f3f511a470170d
27
28 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
29 deleted file mode 100644
30 index f9e7a6f0682..00000000000
31 --- a/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit vim-plugin
40 -
41 -DESCRIPTION="vim plugin: a REST console for vim"
42 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console"
43 -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -LICENSE="MIT"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -VIM_PLUGIN_HELPFILES="${PN}.txt"
48 -
49 -RDEPEND="net-misc/curl"
50 -
51 -src_prepare() {
52 - rm *.md *.json *.rest || die
53 -}
54
55 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
56 deleted file mode 100644
57 index 1a51e85303b..00000000000
58 --- a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild
59 +++ /dev/null
60 @@ -1,20 +0,0 @@
61 -# Copyright 1999-2018 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=5
65 -
66 -inherit vim-plugin
67 -
68 -DESCRIPTION="a REST console for vim"
69 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console"
70 -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 -LICENSE="MIT"
72 -KEYWORDS="~amd64 ~x86"
73 -
74 -VIM_PLUGIN_HELPFILES="${PN}.txt"
75 -
76 -RDEPEND="net-misc/curl"
77 -
78 -src_prepare() {
79 - rm *.md *.json *.rest || die
80 -}
81
82 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
83 deleted file mode 100644
84 index 1a51e85303b..00000000000
85 --- a/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild
86 +++ /dev/null
87 @@ -1,20 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -
93 -inherit vim-plugin
94 -
95 -DESCRIPTION="a REST console for vim"
96 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console"
97 -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 -LICENSE="MIT"
99 -KEYWORDS="~amd64 ~x86"
100 -
101 -VIM_PLUGIN_HELPFILES="${PN}.txt"
102 -
103 -RDEPEND="net-misc/curl"
104 -
105 -src_prepare() {
106 - rm *.md *.json *.rest || die
107 -}