summaryrefslogtreecommitdiff
path: root/app-vim/undotree
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-vim/undotree
reinit the tree, so we can have metadata
Diffstat (limited to 'app-vim/undotree')
-rw-r--r--app-vim/undotree/Manifest6
-rw-r--r--app-vim/undotree/metadata.xml11
-rw-r--r--app-vim/undotree/undotree-5.0.ebuild12
-rw-r--r--app-vim/undotree/undotree-9999.ebuild11
4 files changed, 40 insertions, 0 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
new file mode 100644
index 000000000000..58960831159e
--- /dev/null
+++ b/app-vim/undotree/Manifest
@@ -0,0 +1,6 @@
+DIST undotree-5.0.tar.gz 13646 SHA256 57e49c1c819e53e340b9f76c639c4148ddaec88e050eb22095373dd051151cc7 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0 WHIRLPOOL f3a887362bfc3c3c128fffa9be9365cf45608ada100780d7e6c1315a8c2ca98ea0998f246076e36b0275c3299db5bc56ff80b093c662107a2077050bb4148cc6
+EBUILD undotree-5.0.ebuild 428 SHA256 8c8b0160f80853987c9357b392820cd527afac8e27e79636b224ecbfe4979f5d SHA512 e8d28b08128fc97e2e814bede50e60b0630f8f8584b8a8334fa33c7bdb3eec834a3b361e3ed971ddc8a4a9c947b4e5f9282a2e21cb63fed050df571bf6e6a1de WHIRLPOOL 090b30f72550b984ad075fec62d395f0c08bb9bff55ffbab1b45541e8ccd41abf0b9a5afefa1289eb0da76362d23d1d921f273f0899dfbc62ea513477808d170
+EBUILD undotree-9999.ebuild 374 SHA256 3e78173dd0489b351aad43ad0dec6a46801e1059d034e34e54ec0caec241e19d SHA512 c62ae1a57e626a6f81168c34f99151c0647605d119f6b4b08aad9b943398e8d8cb7e52ffe4d76376e0efe44bd9ab752b9a223e420394ec72bbcd7772e9929bc9 WHIRLPOOL 4ac700002d5c3e89736115e56ab126b15b91a18fa2c6dd1c8c5b1bb902442abfb5b115f8fa17adb86ca4de388d8902b8cfdd9106ec7ac999d6c3a086dade2ad2
+MISC ChangeLog 2737 SHA256 d6ae59338a21b8d2fd7ec09e2806df68f461686a44a3271d0a3e4f8892064293 SHA512 0c7cc1321b7168be1911f44001944de226dc6069bc1f09283f7ccd35ac4da41e313b5b95731a8968e299f13c75ba3429bbec9f9bd453551add82cbcecab9196e WHIRLPOOL f3ad64347ee193ada6e91b1d12309efc89c5eee415f1f93958ed60c652d7fc5daeed5c0e3d1ea75b7bcfee8e912eefa3d92511f474cc819a8c6140e9a0c76d1a
+MISC ChangeLog-2015 1176 SHA256 327f2b059752751784c68819529dcc0f5f8a51bc121992ac54bcead27085245c SHA512 86666f055aa0abec9cc4a433f99a1fccf9fd268a505b9243261fc8fa52e4fd21a5fc72ac4ecbf46be669d1fd80b14c44f1f3c2bbef6b9cf8e5387c735af0157f WHIRLPOOL 612b6bd691e537ba326bc4829f01eb106489a79e8c9e52f3ed73232bb2757ab34b061f56abae237b86738e015a94a86e5438e985749f97882ad53a6fbb0ff066
+MISC metadata.xml 339 SHA256 6aca7df41b051abaa79ae1a939cdcfd7c7a9a2f5b717569e5ccd711fe4e707dd SHA512 1a0531dae60fb8686cde296f695ededc1ac678f55672a73d802a0f6eba101d0c9bab0c4610a3d6a297e885660b635830c251b5db5c06ba8fcb126abc2df5a914 WHIRLPOOL d9743df54923ce02e06424435ce76dc3ba57e9ced972a8331e270c8a0adc56d371c167efc162cf5c0ce1bd9522ae1cc8c53066744d03c90b9cf3c5f2f0e4ce08
diff --git a/app-vim/undotree/metadata.xml b/app-vim/undotree/metadata.xml
new file mode 100644
index 000000000000..db90240ffc50
--- /dev/null
+++ b/app-vim/undotree/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">mbbill/undotree</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
new file mode 100644
index 000000000000..a3b9c665fc05
--- /dev/null
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="amd64 x86"
diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
new file mode 100644
index 000000000000..e257084dc783
--- /dev/null
+++ b/app-vim/undotree/undotree-9999.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin git-r3
+
+EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+LICENSE="BSD"