summaryrefslogtreecommitdiff
path: root/app-vim/vcscommand
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/vcscommand
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vcscommand')
-rw-r--r--app-vim/vcscommand/Manifest3
-rw-r--r--app-vim/vcscommand/metadata.xml13
-rw-r--r--app-vim/vcscommand/vcscommand-1.99.47.ebuild15
3 files changed, 31 insertions, 0 deletions
diff --git a/app-vim/vcscommand/Manifest b/app-vim/vcscommand/Manifest
new file mode 100644
index 000000000000..79ecc6ff9eab
--- /dev/null
+++ b/app-vim/vcscommand/Manifest
@@ -0,0 +1,3 @@
+DIST vcscommand-1.99.47.tar.bz2 27281 BLAKE2B 2c2e04fd986029ce9eb6fcc683666bf403947f15ad9b8e3ff1029b03f959b4d6c5b2173f5696516e76556f790094f06d45308a2af7e789d61a66cb5b253e1beb SHA512 df9180cc3a87dc5fab52d149c1f87993822658edabd77965756fa8ba05ef6f1c5a4f336b54d0b18e3c2bba8f53324ca60526258953a85ce170ab065b5f2e11c7
+EBUILD vcscommand-1.99.47.ebuild 438 BLAKE2B 7f0d648f0f51d3bd55517d671f5adba3c90f22384772b0ef8f4b25c378cd22d8dc97476205b803d8fe5de8508e49f47e7fc9f10135f2fef7e3e7ba12adae549f SHA512 53c1d7e023fc12b46960069854f350915609b14131467d2d874ccc070afdf27c3cc8ecc56f3427e715a06dd931b2e144b499a9c367abf4f50597e7cd47daa9e8
+MISC metadata.xml 472 BLAKE2B 11aab283f9bc2648abd064f56fabbce6863e1137de9d52e95ac21eaca684de2c0585891ea3ffcb92423a6181119468c653800cc9b6853fe2f858feafe373c7b0 SHA512 1fe14c8bf9e490646436b8ebd10898f79ea5614a894382397b07dcded1d37f2b8534858c38db7cb2fc859d839a1973f685e96cb9340b2b254273e9e627e3c970
diff --git a/app-vim/vcscommand/metadata.xml b/app-vim/vcscommand/metadata.xml
new file mode 100644
index 000000000000..8dacacbba2cd
--- /dev/null
+++ b/app-vim/vcscommand/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+<longdescription lang="en">
+ VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK, git,
+ bzr, and hg within VIM, including committing changes and performing diffs
+ using the vimdiff system.
+</longdescription>
+</pkgmetadata>
diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild
new file mode 100644
index 000000000000..9199a9fb5e6e
--- /dev/null
+++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=90"
+LICENSE="MIT"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+
+RDEPEND="!app-vim/cvscommand"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"