summaryrefslogtreecommitdiff
path: root/app-vim/vim-rest-console
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vim-rest-console')
-rw-r--r--app-vim/vim-rest-console/Manifest2
-rw-r--r--app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild7
2 files changed, 2 insertions, 7 deletions
diff --git a/app-vim/vim-rest-console/Manifest b/app-vim/vim-rest-console/Manifest
index 437bfbb8f961..8338f4d0f6ec 100644
--- a/app-vim/vim-rest-console/Manifest
+++ b/app-vim/vim-rest-console/Manifest
@@ -1,3 +1,3 @@
DIST vim-rest-console-2.6.0.tar.gz 15935 BLAKE2B 93c9d9637b67c5fd3b7a765b2bddb2942798d93605f2e558abc95d338116d9325e08b1717c8326824c915f71388af84d70ac8ddea1baead12137c7564da57ddf SHA512 d75b9071eed1bdae604c3fc3457c319a8893ba01001c6b27b8bbea038e9964597bb1a7a2e03ac1d6d9e35e9d96ee350f1eaf6c12f2e8f53929f3f511a470170d
-EBUILD vim-rest-console-2.6.0.ebuild 512 BLAKE2B 7f5b52a7803fdc77763ec0a2798e32411331e5cb829c9c04ad712109ddcb1d1581448759402d67b2ccfacaa5bfea64e6506b9c91e9685ab8dbe99483d2c258e7 SHA512 e465333ac587532d31916fc2fa344ca0482cd60f17048810949655ab80d7f2bc69387e80be16c8a917654addf0f129debee3d95a5cb48b5c13e28d9916003179
+EBUILD vim-rest-console-2.6.0.ebuild 451 BLAKE2B 931d1f46d7e9ce904f76fac687438a2247be585f18df1b089bfd521c14988e1c704275833968fa4b9b6d92d87def7fbb2ae2f05a7a1d88c179081f0720fb7b4c SHA512 088219265036ee3061873685baea1714463e719d39851ebb8b6a6be5eb71fa2d89217c0dd8acaead321a69be74498529d9a60541b37997d983d29bf9ba32ede4
MISC metadata.xml 346 BLAKE2B 64567ecfbad2ce7bd1b18616c8d7f6460246f48bac01f7dee59316088ada121ebe0f57f5dc6c796e5c1478f250ea08352a1b44869de2b47bb22319f1dad23eef SHA512 9139fde3f2e37523a44c0ae9f4745952e562012ac7338fb533a1698d8b1545c92c431e01c2f3b57ed5e02b651e5a72205205c927005bf23e2e7771c9d2701ba6
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild
index 54eb296ba217..a47e6a71cd0e 100644
--- a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild
+++ b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,3 @@ KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
RDEPEND="net-misc/curl"
-
-src_prepare() {
- rm *.md *.json *.rest || die
- default
-}