diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:43:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:49 -0400 |
commit | 3a9474736c1365bb42a6725f174f0f09df0d532f (patch) | |
tree | 792a51ae46305317703157574d024d6263c5ddc6 /app-vim | |
parent | app-vim/ctrlp: Drop old versions (diff) | |
download | gentoo-3a9474736c1365bb42a6725f174f0f09df0d532f.tar.gz gentoo-3a9474736c1365bb42a6725f174f0f09df0d532f.tar.bz2 gentoo-3a9474736c1365bb42a6725f174f0f09df0d532f.zip |
app-vim/diffchar: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/diffchar/Manifest | 1 | ||||
-rw-r--r-- | app-vim/diffchar/diffchar-8.2.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest index 41f79655a90f..a30e84e8b6eb 100644 --- a/app-vim/diffchar/Manifest +++ b/app-vim/diffchar/Manifest @@ -1,2 +1 @@ -DIST diffchar-8.2.tar.gz 440613 BLAKE2B e440ef29512348fe82fc4b644fb5e5d9db31582991f22447f2a896180091dc3bd4e2e789ce8ca8984507fd2fe1fe8f53d37ac6913d34960a174dd9003d729e84 SHA512 ff7c01a03bd989fbcdabfda8007e177acab191e283e1617e16dc2a366869ad6946df7b25a2e514f96ad7dc69350f07ffd5eac7b7769f0e017e029343c9756ea1 DIST diffchar-8.6.tar.gz 392905 BLAKE2B bd3f6b40d79f7c51a9dc881e7a1b24aa1e75812bf76cf42c331d28809fd0f4049d55ded5576d3173f0d039e5621a202a8d5dffa0fd55203dcb45bd950e884898 SHA512 394f7da41f1c09b7c5b99bcb9bc2bf590a7d011d6171dd0d3394c09c2befa0cc676541519fba46e569afad235a19f20f290779ebb21f1fdc7e1d3df290c8936a diff --git a/app-vim/diffchar/diffchar-8.2.ebuild b/app-vim/diffchar/diffchar-8.2.ebuild deleted file mode 100644 index 584abecff6a8..000000000000 --- a/app-vim/diffchar/diffchar-8.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin vcs-snapshot - -GIT_HASH="837334b268302cf6c597d88485aa8aad6a500b98" - -DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" -HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" -SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" -LICENSE="vim.org" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" |