app-vim/zenburn: Add colourscheme for vim.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Jun 2016 10:33:57 +0000 (10:33 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Jun 2016 10:35:19 +0000 (10:35 +0000)
Package-Manager: portage-2.2.28

app-vim/zenburn/Manifest [new file with mode: 0644]
app-vim/zenburn/metadata.xml [new file with mode: 0644]
app-vim/zenburn/zenburn-2.25.ebuild [new file with mode: 0644]

diff --git a/app-vim/zenburn/Manifest b/app-vim/zenburn/Manifest
new file mode 100644 (file)
index 0000000..2e21e53
--- /dev/null
@@ -0,0 +1 @@
+DIST zenburn-2.25.zip 8167 SHA256 bfdae357da421ad9803177904d2a1b5f2323df468357be331fe8cd2b0d1b0515 SHA512 4c448724682cc05ddcc60ed03e0368082ba42031e84960bdb21fd457daca07cfda05a54b68283b4524360bf97e0959fe018a14ea2edc5980d88b7b6b96105ce5 WHIRLPOOL 8b8ae029b089c935da4090ee03bc7bd0672c4b621b636db9be4ecd0ce444a9f52a8d702e8f3f98597d3fdc1409a796229e9d2458019b48cf773f2282e0ce82ad
diff --git a/app-vim/zenburn/metadata.xml b/app-vim/zenburn/metadata.xml
new file mode 100644 (file)
index 0000000..6c8987e
--- /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>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>
diff --git a/app-vim/zenburn/zenburn-2.25.ebuild b/app-vim/zenburn/zenburn-2.25.ebuild
new file mode 100644 (file)
index 0000000..cb46827
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN="Zenburn"
+
+DESCRIPTION="Low-contrast color scheme for Vim"
+HOMEPAGE="https://github.com/jnurmine/Zenburn"
+SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
+LICENSE="GPL-1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-${PV}"