diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/cecutil | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/cecutil')
-rw-r--r-- | app-vim/cecutil/Manifest | 3 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-17.ebuild | 13 | ||||
-rw-r--r-- | app-vim/cecutil/metadata.xml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest new file mode 100644 index 000000000000..95352fa6eedb --- /dev/null +++ b/app-vim/cecutil/Manifest @@ -0,0 +1,3 @@ +DIST cecutil-17.tar.bz2 6985 BLAKE2B ae67aec09177198ca2934ec488a76105f9fabb867cb9b435a7696a45074d65876ac04df2bc3f33dcca82220e63d2627e86ca5af08a7d31c6a0ebb29ad85ca1f5 SHA512 2ad7963e5928d3d6b46fc4a8eafe1927445c73e54b8af2869253a8223aa3dba7776a118085b4e7b517845c3872bdac96978981004e863da5a7ff8716acea1393 +EBUILD cecutil-17.ebuild 374 BLAKE2B 0a8945961bf1d3c19d52e5155c1b300f4b8103135a316227b4c8d9d3bf8c60e8e2ef160f63d50281e4cf17a1b0d6d065cd0364cdc15322be9bbbe4bed783d0df SHA512 846f67a261785fd4be2669a2fe1c056c7c6c5378980f22384388dddd096bf3b4738185ca7caa4a08d4a3f2e2c09770fb2364bb61f97fa5f81a92457841b1bc17 +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild new file mode 100644 index 000000000000..5ad2ee32c8a9 --- /dev/null +++ b/app-vim/cecutil/cecutil-17.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1066" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/cecutil/metadata.xml b/app-vim/cecutil/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/cecutil/metadata.xml @@ -0,0 +1,8 @@ +<?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> |