app-vim/gitlog: initial import
authorTim Harder <radhermit@gentoo.org>
Sat, 26 Mar 2016 05:21:42 +0000 (01:21 -0400)
committerTim Harder <radhermit@gentoo.org>
Sat, 26 Mar 2016 05:22:40 +0000 (01:22 -0400)
app-vim/gitlog/Manifest [new file with mode: 0644]
app-vim/gitlog/gitlog-5.1.0.ebuild [new file with mode: 0644]
app-vim/gitlog/metadata.xml [new file with mode: 0644]

diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest
new file mode 100644 (file)
index 0000000..1cf498c
--- /dev/null
@@ -0,0 +1 @@
+DIST gitlog-5.1.0.tar.gz 29684 SHA256 7305176d205635479a4373349ae4e3115e4f9f8f20d2ce7c8ea74da6d3c058b1 SHA512 1c2bd363ce5341fcdaa80955af350084903da7e7cac1e20583d05f8812ef11e562137e2ef3bd198f787a6cc1e322f7d942135341c27186a7c987cd9d631a0eeb WHIRLPOOL 577d8b598b44216beaa2bf95e43f313f0fb88981cae8701b39fb99dc54d2ce874818cdee8cf725f4bb059317283ffe6ffeca521e5aa5e42fd5eba9d8d4eaaf81
diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild b/app-vim/gitlog/gitlog-5.1.0.ebuild
new file mode 100644 (file)
index 0000000..b8a9a41
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: git log and diff plugin for vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
+SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S=${WORKDIR}/vim${PN}-version_${PV}
diff --git a/app-vim/gitlog/metadata.xml b/app-vim/gitlog/metadata.xml
new file mode 100644 (file)
index 0000000..94f21fc
--- /dev/null
@@ -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">PAntoine/vimgitlog</remote-id>
+  </upstream>
+</pkgmetadata>