commit: 049fd7f79e38541d97e1750329835b65fa496fa4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 17:45:23 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 18:07:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049fd7f7
app-vim/vimoutliner: Drop old versions Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-vim/vimoutliner/Manifest | 1 - app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest index d55388302906..ec9967cb7aa2 100644 --- a/app-vim/vimoutliner/Manifest +++ b/app-vim/vimoutliner/Manifest @@ -1,2 +1 @@ -DIST vimoutliner-0.3.6.tar.gz 210251 BLAKE2B d50b3d1c752fba80e26d7430801baf30a7945d84d30866556821319fb052252a37e2dd7f989c47c376b4986b616c7f99e0753ef3f6b54b9f4f02aa166e998b65 SHA512 62c860067d394dbae639aa9d51627637769c22c4c651f2f9328ca88e8afd85396e1f371bb0cfee432e7a1faabee570a1e29ec086c6532681a309b909225fb90b DIST vimoutliner-0.4.0_p20180301.tar.gz 367361 BLAKE2B a97df5c154e6ed9b3209bd90bd57b4166877f02b9513351fda0e841de84334a1e592e1ed56b46cc59bc6bb64f3c763cdca81df3f8696f3c348a8ef4744124c02 SHA512 f9f369e7e7f09dac04b58a27a86dc2121b3aacd0002537db348517e779fd1b7c9e88ae905b4b42aace10f79cb8f91acada1ad58e26f2257e46d1af98347eab62 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild deleted file mode 100644 index e3ce492cd281..000000000000 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easy and fast outlining" -HOMEPAGE="https://github.com/vimoutliner/vimoutliner" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ia64 ppc sparc x86" - -VIM_PLUGIN_HELPFILES="vimoutliner" -VIM_PLUGIN_MESSAGES="filetype" - -src_prepare() { - default - sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim || die - sed -i -e 's/g:vo_modules2load/g:vo_modules_load/' vimoutliner/vimoutlinerrc || die - find "${S}" -type f -exec chmod a+r {} \; || die -}