diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:43:41 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:50 -0400 |
commit | 76f14ae93af418a9d49c53ccc099ad158b0f14a2 (patch) | |
tree | 0b768c7c2a31b1423c8d56e47bfab58157a046df /app-vim | |
parent | app-vim/gitgutter: Drop old versions (diff) | |
download | gentoo-76f14ae93af418a9d49c53ccc099ad158b0f14a2.tar.gz gentoo-76f14ae93af418a9d49c53ccc099ad158b0f14a2.tar.bz2 gentoo-76f14ae93af418a9d49c53ccc099ad158b0f14a2.zip |
app-vim/gitlog: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gitlog/Manifest | 1 | ||||
-rw-r--r-- | app-vim/gitlog/gitlog-5.1.0.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest index fb1fdba0713c..87a6b83fe857 100644 --- a/app-vim/gitlog/Manifest +++ b/app-vim/gitlog/Manifest @@ -1,2 +1 @@ -DIST gitlog-5.1.0.tar.gz 29684 BLAKE2B 80d48890f25015c448a8acfd9ef9fb4da8e39ec61de0741d8fd9e33858a0696336b599b81ff379e0674a084d1bc80a6562721d963b4a5e60b611ff1fd741e867 SHA512 1c2bd363ce5341fcdaa80955af350084903da7e7cac1e20583d05f8812ef11e562137e2ef3bd198f787a6cc1e322f7d942135341c27186a7c987cd9d631a0eeb DIST gitlog-6.0.0.tar.gz 33956 BLAKE2B 5a7472db7cbf03396e3ed4e7eea417e44e538946d9432b4d94c3114b59bfeb961c6e0df4137c116f152b57986b7cbaa1aeacd59df33d709f2794f5d2607693c4 SHA512 17016057df69b22e72548d00bd8c253ace864f0551890f64e6b9a91c1411b1e0a479d6c04028583edf9f9c366418b50b758f60d197fe0a62a75c7799b68a4069 diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild b/app-vim/gitlog/gitlog-5.1.0.ebuild deleted file mode 100644 index 4191208246b6..000000000000 --- a/app-vim/gitlog/gitlog-5.1.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -DESCRIPTION="vim plugin: git log and diff plugin for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/" -SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Artistic" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim${PN}-version_${PV} |