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/vim-commentary | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-commentary')
-rw-r--r-- | app-vim/vim-commentary/Manifest | 3 | ||||
-rw-r--r-- | app-vim/vim-commentary/metadata.xml | 11 | ||||
-rw-r--r-- | app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild | 16 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/vim-commentary/Manifest b/app-vim/vim-commentary/Manifest new file mode 100644 index 000000000000..5c7ed952dfd6 --- /dev/null +++ b/app-vim/vim-commentary/Manifest @@ -0,0 +1,3 @@ +DIST vim-commentary-1.3_p20180530.tar.gz 3062 BLAKE2B 72018b6e84313a5c7f44b994f1892724155bcecb14f3142d83a5b10ba8e8b813859bf3af660ebea840c196a6c9bd40c6daccfcdbfef47967be83a19201b65ce0 SHA512 a2aa9db16f12006842aaa61b69c1279bca046f840de9342cb0a3d0af7fc7a5bf0905ea87762f7519e858d4e04d4fea8b0e4efca7d4bc346ce2c5b76fa78d321f +EBUILD vim-commentary-1.3_p20180530.ebuild 441 BLAKE2B 41fc32d94bcd6f499ddac3f730f845fedeb5cd6ae7525c679b6d7adf4151a5761a05e01c66c79b466f216f6f2111c1da9df9a86dc7ee53ddea2b3ab170a4cfde SHA512 eecdbab7ab1cbe5d36a9a4515da0566cef11ad273c570a51f425fad8d3b513ad12dc55f414c5ab8c5e1304ebe3673476d4e250cdb0241473e4d9b9332cee73d7 +MISC metadata.xml 334 BLAKE2B 4aa8711aba5240ff427b6b09abe504aabb86d128f3574a7c3c43d0b552300b0f89e6725f0d738c1659d65b6399c29d4cf7e658be8240442735c7fcc2fb7a032d SHA512 31d1c930133ebac9def519a58e99d4e7dc1c7c303cc2ed3866731eaf357e23ceac6b6cf4b37ca67599c743442d353f6bc640ed2a7e8278c7cfaf10b34d50238b diff --git a/app-vim/vim-commentary/metadata.xml b/app-vim/vim-commentary/metadata.xml new file mode 100644 index 000000000000..0f541f75ae23 --- /dev/null +++ b/app-vim/vim-commentary/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="github">tpope/vim-commentary</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild new file mode 100644 index 000000000000..a717143cd472 --- /dev/null +++ b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin vcs-snapshot + +# Commit Date: 30 May 2018 +COMMIT="7f2127b1dfc57811112785985b46ff2289d72334" + +DESCRIPTION="vim plugin: comment stuff out" +HOMEPAGE="https://github.com/tpope/vim-commentary" +SRC_URI="https://github.com/tpope/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" |