summaryrefslogtreecommitdiff
path: root/app-vim/reload
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-25 08:09:37 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-25 08:09:37 +0000
commit693cc9b6e847a01c1bb692153021aaf9fb0fab25 (patch)
treebb2f7c299a4149f841c37a1208c7ac861aa95640 /app-vim/reload
parent09351e78166b5e864197c4456ebae3f89dd0bed9 (diff)
gentoo resync : 25.01.2019
Diffstat (limited to 'app-vim/reload')
-rw-r--r--app-vim/reload/Manifest2
-rw-r--r--app-vim/reload/reload-0.6.17-r1.ebuild (renamed from app-vim/reload/reload-0.6.17.ebuild)7
2 files changed, 5 insertions, 4 deletions
diff --git a/app-vim/reload/Manifest b/app-vim/reload/Manifest
index fa711be0bd68..375325e94f9a 100644
--- a/app-vim/reload/Manifest
+++ b/app-vim/reload/Manifest
@@ -1,3 +1,3 @@
DIST reload-0.6.17.tar.gz 7028 BLAKE2B bb8e843e1092c7e155546da5aea67280ca4b028c037547434f00e15bed29d7fae062289bc8ca506ed9be17674ce63494f72273797ff7022aa95b46405b0a4a63 SHA512 639ffcea9bf94b0a8346850078f59ff332ff6180b042d2c22662d5c637307969644607ca3f19e2648a1ef9a019788ef1f83be52b627ca6784e16d1b7bddc39cd
-EBUILD reload-0.6.17.ebuild 508 BLAKE2B a5642419a143c3b680ee272b26b84915dc48a050eb87db6ea48608a83437603049caa25c37fc8891aeab5d2583d9afd502d4bc73dfe197aab909b732ed1e6db0 SHA512 fa6ca4568cd17547e9e7a3a506911e4cad913ab9008e5b9c0d230a47e46a9ed375ce405d99fa80a25592e9913dbff601679a4aae9b25ad324eded6f7d6833e40
+EBUILD reload-0.6.17-r1.ebuild 516 BLAKE2B 62f6a5394987870a20dc1bffe715f2a8090cb714175fc9cbb39bb9ca856b95acb5b164f0625e4405d46bf41c9d00c5c268eeca4dacb9ab491416225790b934fc SHA512 4b66473ad5ef454338e6fb246c5fc7fc86e57b59e857f6d002d2eff0c18e6f5b1245d2a1bb8ed2aa8e8cc45a747fd44604c7060fbcbc537e4e93b790719c03e1
MISC metadata.xml 340 BLAKE2B 56fe3809eaede079c4a3000728dad4f75d21b2cf6212517fc45b48e8882d317ba73522e8861dd9e3b94fecbe541d03e48816e69585ee9d667d4401504fc9e08d SHA512 25a88a091f9cb2756f5e28361ec31f79997114271499c3522f47ddd2a86d8dc9bba42e533e004a040b7598dc380ef84480966a1d3641e333f423a810223bc1ec
diff --git a/app-vim/reload/reload-0.6.17.ebuild b/app-vim/reload/reload-0.6.17-r1.ebuild
index b55fba2bf075..b25107b0fb76 100644
--- a/app-vim/reload/reload-0.6.17.ebuild
+++ b/app-vim/reload/reload-0.6.17-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit vim-plugin
@@ -15,8 +15,9 @@ RDEPEND=">=app-vim/vim-misc-1.8.5"
VIM_PLUGIN_HELPFILES="${PN}.txt"
-S=${WORKDIR}/vim-${P}
+S="${WORKDIR}/vim-${P}"
src_prepare() {
+ default
rm addon-info.json *.md || die
}