summaryrefslogtreecommitdiff
path: root/app-vim/vimoutliner
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-vim/vimoutliner
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-vim/vimoutliner')
-rw-r--r--app-vim/vimoutliner/Manifest2
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild22
2 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest
index 1171ca0b598b..787ac5a3ec32 100644
--- a/app-vim/vimoutliner/Manifest
+++ b/app-vim/vimoutliner/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD vimoutliner-0.3.6-r1.ebuild 661 BLAKE2B 696d301988c28922e2a0ac21ae968cd7e839637c8f32feb9eaac0a0838d08cb258c62ef82bdf2e46982fada5a4bb96a2d5f4c60c542f7db69764588484527210 SHA512 4a6e991e78db3baf9650c4ced113f479dff68b6a81f12002b20c267fbdf8441da69851817c13601fbc308da32368da611b0b199f03f18c72f6acaf58c73779ab
EBUILD vimoutliner-0.4.0_p20180301-r2.ebuild 1252 BLAKE2B 44f517be04e1c185975c54aa81e50de9eddd02df83d025d42a6fd97d3041fab8223ab981bed2f1090fb93798a8257c760ab8cf2191fa41c16a9823af41d3a721 SHA512 2d7c60a8bc274e0877584b9e5ee0c6388f9a3004dac76963e119eebfc2cc6a375c13dcb82d70bbb7a3bea600e9d1113676acf8150eabcc7590b9ab1c015d8614
MISC metadata.xml 362 BLAKE2B b11e339607d5236d7d6cbd6c3dd5428a0e028b6f2fdbb4b616b61aab78198440c11c9a474e51f862d9065c6ceac2549e8f5e1c9b0e3b630cf27fabb9491b9b59 SHA512 652c9c68e44b4d3bd9def19905ca7495492524180d800523fcea1d4370212b43aec2c963636dc1d00aad244ce040e54a5329e27b6d51c2fb1ceb8cb461e9595d
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
-}