summaryrefslogtreecommitdiff
path: root/app-vim/vim-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /app-vim/vim-misc
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'app-vim/vim-misc')
-rw-r--r--app-vim/vim-misc/Manifest2
-rw-r--r--app-vim/vim-misc/vim-misc-1.17.6.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-vim/vim-misc/Manifest b/app-vim/vim-misc/Manifest
index fb24b0967910..68f270ae4ab0 100644
--- a/app-vim/vim-misc/Manifest
+++ b/app-vim/vim-misc/Manifest
@@ -1,3 +1,3 @@
DIST vim-misc-1.17.6.tar.gz 56548 BLAKE2B 59db23c8c272e3e12a8835b9cf9ad5d53be84c4d01d1f8ae3c6c42d55736aed1e018114af1eb14e16b6006a7527addb9a52cf59bf0d42e742b45e9abaa2174ba SHA512 04896559a9179e4f117de4ae78564309c9459ebb78ba1f9aceb7c3abf064e38d403567d01c347eb9ec0a09ed57c8ae51e01c4967e393c58c7b613cf926663e64
-EBUILD vim-misc-1.17.6.ebuild 474 BLAKE2B fba074973a32faf54930c62a1b4a4726bdda03bd075cdcbb7d6a9c00a2b864752dfcbf6b1d79a2e8125be5b49ddd7158b12cbd7404ec137d825a00a756f94856 SHA512 8c5aee37849f8db0fac0d11d1c431a3fc3f78252e77105dc0b52da406db541a08df9277166ef03225fae82eacf35a3b352a906b3fc01a1643490e06ba0f39858
+EBUILD vim-misc-1.17.6.ebuild 480 BLAKE2B 302dd16a5d4d5e5cb317c0f0739175ca61b3bb8c40c2eecc778d1435f24c29d5126c925141ec048ac3b117d2daaacac484372f264bdaf89c6a9175b5ecb38f72 SHA512 d3eef3ae971f92eb90ca83cbb785771c1f868ad34dadded3fccb10aa2dcac047d35340dad62c001f93c8c845d8aee9a706b7686c4327562bf56b8b47115e51e0
MISC metadata.xml 338 BLAKE2B 3e043a196cc0c084cf13cc903aba4c820dc1a219c259556d0e9817c0d26979d4ca8536b0a84953869e9e3598bd2dddf5899f7743bcfc373c888b738efa8f5b55 SHA512 c0c91d66a5125ffe1ebd4442bcc808024151a1019e2aaeb64802d3b0a6423ad5b5dcae7956244ffa81a97386f5642434730e11c0bc435fa8a94fa2e8936a5e7d
diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
index 10ce26e479ee..1a5c531eb7d6 100644
--- a/app-vim/vim-misc/vim-misc-1.17.6.ebuild
+++ b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vim-plugin
@@ -15,4 +15,5 @@ VIM_PLUGIN_HELPFILES="misc.txt"
src_prepare() {
rm INSTALL.md addon-info.json autoload/xolox/misc/echo.exe || die
+ default
}