From 693cc9b6e847a01c1bb692153021aaf9fb0fab25 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Jan 2019 08:09:37 +0000 Subject: gentoo resync : 25.01.2019 --- app-vim/reload/Manifest | 2 +- app-vim/reload/reload-0.6.17-r1.ebuild | 23 +++++++++++++++++++++++ app-vim/reload/reload-0.6.17.ebuild | 22 ---------------------- 3 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 app-vim/reload/reload-0.6.17-r1.ebuild delete mode 100644 app-vim/reload/reload-0.6.17.ebuild (limited to 'app-vim/reload') 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-r1.ebuild b/app-vim/reload/reload-0.6.17-r1.ebuild new file mode 100644 index 000000000000..b25107b0fb76 --- /dev/null +++ b/app-vim/reload/reload-0.6.17-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatic reloading of vim scripts" +HOMEPAGE="http://peterodding.com/code/vim/reload/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S="${WORKDIR}/vim-${P}" + +src_prepare() { + default + rm addon-info.json *.md || die +} diff --git a/app-vim/reload/reload-0.6.17.ebuild b/app-vim/reload/reload-0.6.17.ebuild deleted file mode 100644 index b55fba2bf075..000000000000 --- a/app-vim/reload/reload-0.6.17.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: automatic reloading of vim scripts" -HOMEPAGE="http://peterodding.com/code/vim/reload/" -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -RDEPEND=">=app-vim/vim-misc-1.8.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - rm addon-info.json *.md || die -} -- cgit v1.2.3