diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/foldutil | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r-- | app-vim/foldutil/Manifest | 3 | ||||
-rw-r--r-- | app-vim/foldutil/foldutil-3.0-r1.ebuild | 20 | ||||
-rw-r--r-- | app-vim/foldutil/metadata.xml | 8 |
3 files changed, 0 insertions, 31 deletions
diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest deleted file mode 100644 index d2c2801f0cec..000000000000 --- a/app-vim/foldutil/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST foldutil-3.0.tar.bz2 7323 BLAKE2B de59313da23a277a2eb3e971b3033202001cd1304058b5e096e33e7c28f95326169754c0e0062120099677e567c6bd79b265a69524c8b8fe55a9666ab6bde23f SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452 -EBUILD foldutil-3.0-r1.ebuild 548 BLAKE2B 345997b30841845c4a647a491fea8b130ace2a94120e93a02b7885fc22a834c88d3ca29606a9c59a410200cfbb2cc6e9e85058b46a2d9988381376e82f52004b SHA512 37eb4a1975a91049247ef690aaee8a0b97e0876c1fc0fdc7798dff35369dbe41edf2b3b8e58bcd3a07dc6155c08270203d230ab5b2cc69925d3c7704c2b0157e -MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 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 034686ed7a4e..000000000000 --- a/app-vim/foldutil/foldutil-3.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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" diff --git a/app-vim/foldutil/metadata.xml b/app-vim/foldutil/metadata.xml deleted file mode 100644 index 5c000c763084..000000000000 --- a/app-vim/foldutil/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> -</pkgmetadata> |