diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:45:23 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:52 -0400 |
commit | 049fd7f79e38541d97e1750329835b65fa496fa4 (patch) | |
tree | b43f71bfbf8b675601abb0e050a39f3b6554bc93 /app-vim | |
parent | app-vim/vimcdoc: Drop old versions (diff) | |
download | gentoo-049fd7f79e38541d97e1750329835b65fa496fa4.tar.gz gentoo-049fd7f79e38541d97e1750329835b65fa496fa4.tar.bz2 gentoo-049fd7f79e38541d97e1750329835b65fa496fa4.zip |
app-vim/vimoutliner: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimoutliner/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild | 22 |
2 files changed, 0 insertions, 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 -} |