summaryrefslogtreecommitdiff
path: root/app-vim/foldutil
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
commit94eb99943eafb48140b436b347abaaee77209c01 (patch)
treebb4f0519a6c0880b24c88b1666976a36a464a8df /app-vim/foldutil
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r--app-vim/foldutil/Manifest1
-rw-r--r--app-vim/foldutil/foldutil-3.0-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest
index a047ceb34b43..614fb2cfe18a 100644
--- a/app-vim/foldutil/Manifest
+++ b/app-vim/foldutil/Manifest
@@ -1,4 +1,3 @@
DIST foldutil-3.0.tar.bz2 7323 BLAKE2B de59313da23a277a2eb3e971b3033202001cd1304058b5e096e33e7c28f95326169754c0e0062120099677e567c6bd79b265a69524c8b8fe55a9666ab6bde23f SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452
-EBUILD foldutil-3.0-r1.ebuild 547 BLAKE2B de6fe80efb4800fd32d0d87037ee2a211fdc53a600951a9e06c0124a8514c4b6e44399d6d8002d44c81bcedba704188580f0bdae69b4e0365c7b1d93243a6867 SHA512 9989b62e275c9a288a29f9cad66174ccaa83a3210e5cb4f0f2faf0f307f336bec0a2ef8ba1598aae14bee36af17aaaed17775a6dcb0ad68de44014a4217d0881
EBUILD foldutil-3.0-r2.ebuild 540 BLAKE2B a39125b3f33a3b203a51bcac727bef1e943f2c8f0074bc0ff6db69aa6f03e0878f4012bea39f7334f1a5fa0c50d74ff97e0e4c7f5789c56c94c27431c1413971 SHA512 b362794855069e8f2fd9ce9ffd951160b4ff58045c8a4d63373a9d3d9adf099fc0189903bb1dab55aa590376d75905bf40c34fd6dbed4424feba18d19b794f4b
MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b
diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild
deleted file mode 100644
index ad99b5f9c028..000000000000
--- a/app-vim/foldutil/foldutil-3.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: fold creation utility"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=app-vim/genutils-2.0"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides a number of commands for working with folds:
-\ :FoldNonMatching [pattern] [context]
-\ :FoldShowLines {lines} [context]
-\ :FoldEndFolding"