diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:01:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:07:52 +0300 |
commit | 37aad1819f5816723736b6e40506d741883cc01a (patch) | |
tree | 2f1c92bce28772e3266458faa152b5d81570fb74 /app-vim | |
parent | app-vim/phpdocs: drop 0.26-r1, EAPI6-- (diff) | |
download | gentoo-37aad1819f5816723736b6e40506d741883cc01a.tar.gz gentoo-37aad1819f5816723736b6e40506d741883cc01a.tar.bz2 gentoo-37aad1819f5816723736b6e40506d741883cc01a.zip |
app-vim/undotree: drop 6.0, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/undotree/Manifest | 1 | ||||
-rw-r--r-- | app-vim/undotree/undotree-6.0.ebuild | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest index 961ea2373f3e..d7f69a51c6d5 100644 --- a/app-vim/undotree/Manifest +++ b/app-vim/undotree/Manifest @@ -1,2 +1 @@ -DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49 DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2 diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild deleted file mode 100644 index af3412183713..000000000000 --- a/app-vim/undotree/undotree-6.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin vcs-snapshot - -DESCRIPTION="vim plugin: display your undo history in a graph" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" -SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 x86" |