commit:     44f2c0f45a73622ac2e12252dbe2975f16725c17
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 10:00:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 10:00:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f2c0f4

app-vim/rainbow_parentheses: Add ebuild to the tree.

Gentoo-Bug: https://bugs.gentoo.org/478220

Package-Manager: portage-2.2.26

 app-vim/rainbow_parentheses/Manifest                       |  1 +
 app-vim/rainbow_parentheses/metadata.xml                   | 12 ++++++++++++
 app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild | 14 ++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/app-vim/rainbow_parentheses/Manifest 
b/app-vim/rainbow_parentheses/Manifest
new file mode 100644
index 0000000..7a91c82
--- /dev/null
+++ b/app-vim/rainbow_parentheses/Manifest
@@ -0,0 +1 @@
+DIST rainbow_parentheses-1.0.zip 2827 SHA256 
e0be4686a6a8f095be57f5f9ae7d9d43fd0390fe11bf983e95de8b83ef94114c SHA512 
326310058a7dd25fbd47105334cc1a6a059d40842afe48164922b7869af344dc230a5f3b329c13d5d0ae9779814507defa8d0ff56b951556e8f2bd685313e569
 WHIRLPOOL 
2b8878875e2a0996a5a85124ce43064786a8cef4cb2ca69c2db3e74dcc590f2ad8d2b87249848244f0d79cca5bcfe0b730b0e4430b39edf23ff14ea9d81a9d02

diff --git a/app-vim/rainbow_parentheses/metadata.xml 
b/app-vim/rainbow_parentheses/metadata.xml
new file mode 100644
index 0000000..8fafbfe
--- /dev/null
+++ b/app-vim/rainbow_parentheses/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Patrice Clement</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Vim Project</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild 
b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
new file mode 100644
index 0000000..1054ac6
--- /dev/null
+++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Colour parentheses to differentiate nest levels"
+HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim";
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip";
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+S="${WORKDIR}/${PN}.vim-master"

Reply via email to