summaryrefslogtreecommitdiff
path: root/app-vim/vim-tmux
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-tmux
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'app-vim/vim-tmux')
-rw-r--r--app-vim/vim-tmux/Manifest2
-rw-r--r--app-vim/vim-tmux/vim-tmux-3.0.0.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/vim-tmux/Manifest b/app-vim/vim-tmux/Manifest
index 7c6482047afe..237197806ec7 100644
--- a/app-vim/vim-tmux/Manifest
+++ b/app-vim/vim-tmux/Manifest
@@ -1,3 +1,3 @@
DIST vim-tmux-3.0.0.tar.gz 9658 BLAKE2B 188485b4c74e60292aa153693246c9e612cbc4736accb7aafad3ee901084023b3f40374212afe2139c634b8457c2ec871f0cf5e6d02beb69fc3c433f26b8610d SHA512 d251ff07b0702e4f9969d02a9c32924db62f77b71250fda175053883abc35c18932f9869ea0514df1b7acb9cc65f6b39e2b8c640ad77ff36a19ceaa74d13d77b
-EBUILD vim-tmux-3.0.0.ebuild 430 BLAKE2B 5d2fc37e981caaa8a6c36b803568e4739b9a7664d05fa724aa6260a89d620e1027dbb7c25bb0dc018b2d2796a337ee894f1c54265518779298d7ea9438e9b96e SHA512 554dc3b1a6bf009bfaa33a7c54fb4b4ceff1256f406007263a25f76ce033aff76eb2cd65cc665604b1e4845a3768d5eadaf548971a65dbdb4238c88840792903
+EBUILD vim-tmux-3.0.0.ebuild 463 BLAKE2B 6c5ed5b839ebb063411e8db6528d4bf9385b9806cec432cdd24b66a5b1ed7b1c60376f99beee11ab8cf81b4c08c74da98732f266b8c3651cd0398e585183f402 SHA512 d67a2ae854642338fe2bc3d7a68ded4179b502ceb839d53250f4408f0d12fdb336bcb8c7042830de36441a62662f5d85d1c5b3e07de391f232e20c42bf8add12
MISC metadata.xml 556 BLAKE2B 72a1f65754bf3326fbe587943c3e96fb60c09b33f37c55e462b5bad0daca65758d8f38c365c62937d5731386bec85aa50726b3b9d4ce48db9f71ed69240e4adb SHA512 c6fef284e89902f6fb68785746d31ea9b4536671bc4501747d188ac301e24a83bab7acd3db0a781c6819b59d5c2be2ff335e2d8e05e832a67191e980107e3cee
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index a0de84c8678f..641f96ad1e72 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.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=6
@@ -10,3 +10,5 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+DOCS=( README.md CHANGELOG.md )