summaryrefslogtreecommitdiff
path: root/app-vim/dirdiff
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/dirdiff
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/dirdiff')
-rw-r--r--app-vim/dirdiff/Manifest3
-rw-r--r--app-vim/dirdiff/dirdiff-1.1.5.ebuild15
-rw-r--r--app-vim/dirdiff/metadata.xml8
3 files changed, 26 insertions, 0 deletions
diff --git a/app-vim/dirdiff/Manifest b/app-vim/dirdiff/Manifest
new file mode 100644
index 000000000000..eb83cc2cc79d
--- /dev/null
+++ b/app-vim/dirdiff/Manifest
@@ -0,0 +1,3 @@
+DIST dirdiff-1.1.5.tar.bz2 11131 BLAKE2B 17a7adaa67f90c2e23ada8a53b10c5b50db3039bb17b7a32797870072b1b06ff14cc8b1b41106d0eadbfc9ac4dfabf1bb4e925a39ca2ab2a8b4444e64d7acc66 SHA512 d1abc7981d38eb784cec265146fb3b45af32f9df17698d133f6f001608c48d53aa2529f4d3d7204509ee26fcd84e813842b5a8193b145abe9d0cc468f69b7f87
+EBUILD dirdiff-1.1.5.ebuild 368 BLAKE2B 71dbc4958a6a7b3b17745c8f15fab89b2bacf919313e6261c373d73de67b5faf78a07f60fddabf21a72b34e70a8279f8fcbf01b1a5fa951f88a2ea798e948220 SHA512 4595aa09c345dff988be2c50c2c6d435b518954b41989604eb30a3a4b1190274d0db050e4a4237e5db9d626977538796b22cdf7e35822a321a60f6928b2f60ae
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/dirdiff/dirdiff-1.1.5.ebuild b/app-vim/dirdiff/dirdiff-1.1.5.ebuild
new file mode 100644
index 000000000000..e0cd57fdb82b
--- /dev/null
+++ b/app-vim/dirdiff/dirdiff-1.1.5.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: diff and merge two directories recursively"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102"
+LICENSE="BSD"
+KEYWORDS="amd64 x86"
+
+RDEPEND="sys-apps/diffutils"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
diff --git a/app-vim/dirdiff/metadata.xml b/app-vim/dirdiff/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/dirdiff/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>