summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /app-vim
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/Manifest.gzbin31752 -> 31748 bytes
-rw-r--r--app-vim/editorconfig-vim/Manifest2
-rw-r--r--app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild4
3 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz
index 56412f05c04b..828882b94a1a 100644
--- a/app-vim/Manifest.gz
+++ b/app-vim/Manifest.gz
Binary files differ
diff --git a/app-vim/editorconfig-vim/Manifest b/app-vim/editorconfig-vim/Manifest
index 0aee5ee7d3e4..e278f44cbf86 100644
--- a/app-vim/editorconfig-vim/Manifest
+++ b/app-vim/editorconfig-vim/Manifest
@@ -1,3 +1,3 @@
DIST editorconfig-vim-1.1.1.tar.gz 33287 BLAKE2B 4c79ac3bf1f82ca6182480ab2f3c2ee24b8234f5845c63d90434bb57271981554a0651d8bc0314c718ad9700adf7903fed45f5e400d8ae8a0b6d42932e89e071 SHA512 7b94db4b2f641ecd2d2623bf55bf9b457c007b2b5c8553cba5b7a75bc34823d6995d3c9ed13febe0f59de6f87c52eb0367591213c43c6fcd7c331c529126f4d6
-EBUILD editorconfig-vim-1.1.1.ebuild 702 BLAKE2B a07d0b978c820c64b687d0a595cc1a0a0340d7d3c11c4345ac5584fd0853cd38a29c087d37a974150cf13f08c6c7a76c5f3f0628aed17ab1bf82d115725dfa03 SHA512 5d278313aa6c3f74998b1dde5961e010864192524f2e7ce7906de7ca1aa2e8b110ff4e2973ee97db50b16ea08093bfeebfeb65086bdbccd2b1b0ec830663472d
+EBUILD editorconfig-vim-1.1.1.ebuild 701 BLAKE2B cd551b493af3415e41792555ea71b3a535eb8eab176fc61676d335b9c139b4c1b5ba782cd7aa760ec2a419e22b92852250fb47bf4dbb35f31fe4ff380c0789ed SHA512 eec38d17f6ba5038ec3bfc8557f8fadb888593d8ad30f506d31cbf43cffb862e82947c2c95517dffcc7ca487520dbd4fdf86e31be2644af575315e91e88d00ff
MISC metadata.xml 419 BLAKE2B b73a8d7814d585826406516eff8e391fbeec6b1da25bb5b583ad65709260819753bba45f88cafd3c7337854843ce7aa02a8f00f9ab49973c0bfa422e4ef801d6 SHA512 57167b4b86b6bb89094b28341476c03f8415c1dff97fd90f91c882991afe5e33fbd14edd38a18e07d06f3498f070ced5ca9e598b66e7e615c37146b598b6282d
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
index 214d44b754cc..865097db74bd 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ inherit vim-plugin
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION="vim plugin: Support EditorConfig files "
+DESCRIPTION="vim plugin: Support EditorConfig files"
HOMEPAGE="https://editorconfig.org/"
SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"