From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/undotree/Manifest | 4 ++++ app-vim/undotree/metadata.xml | 11 +++++++++++ app-vim/undotree/undotree-5.0.ebuild | 12 ++++++++++++ app-vim/undotree/undotree-9999.ebuild | 11 +++++++++++ 4 files changed, 38 insertions(+) create mode 100644 app-vim/undotree/Manifest create mode 100644 app-vim/undotree/metadata.xml create mode 100644 app-vim/undotree/undotree-5.0.ebuild create mode 100644 app-vim/undotree/undotree-9999.ebuild (limited to 'app-vim/undotree') diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest new file mode 100644 index 000000000000..3516689bec45 --- /dev/null +++ b/app-vim/undotree/Manifest @@ -0,0 +1,4 @@ +DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0 +EBUILD undotree-5.0.ebuild 429 BLAKE2B 75a918dcac1810cd1df0b59aace9f5397a932d45596e96f7acfedae7508e90220ec05e3ce1b05ebc2e8fbceb410c39d3c9863686de27f33fcaab02548c345fd2 SHA512 f9beb5ea6481b928cfb3118b709f310328ea3e57634e9fbcd19d7383a292cd7761ba9d5c8ff53dfa0e64149d4b54d48d64ce319e4fb056401ae7083c19cb6075 +EBUILD undotree-9999.ebuild 375 BLAKE2B 8f9af682845764821ef513fbb6073ada622d71db6613535025b79a04403bebea5a20fce419472b0034908376ae24e58cd3e5647a87e132256734477251fcd34b SHA512 f9ab75289ae10de12e2a53fdf9db5df5d21dd316e9802ec4a9a946436e4c9e684910562c5b72d5a66602fcbcd45ff0087909ca27852087528f90bada84d27fd2 +MISC metadata.xml 339 BLAKE2B 3794ae7391ce0454ad19c2b24694ece64bb98808bd4e82d001de32af28e6784266ec3edd4ce275a6549316a6245dad1a3eb4e683d9a84076323b23cd5e84b814 SHA512 1a0531dae60fb8686cde296f695ededc1ac678f55672a73d802a0f6eba101d0c9bab0c4610a3d6a297e885660b635830c251b5db5c06ba8fcb126abc2df5a914 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 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + mbbill/undotree + + diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild new file mode 100644 index 000000000000..f494f607ca9f --- /dev/null +++ b/app-vim/undotree/undotree-5.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 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="https://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..af6935936207 --- /dev/null +++ b/app-vim/undotree/undotree-9999.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2018 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="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" +LICENSE="BSD" -- cgit v1.2.3