commit: d9f40ccbfe7bc749ebb91cdb7981ba6704ef4850 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 10:33:57 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 10:35:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f40ccb
app-vim/zenburn: Add colourscheme for vim. Package-Manager: portage-2.2.28 app-vim/zenburn/Manifest | 1 + app-vim/zenburn/metadata.xml | 11 +++++++++++ app-vim/zenburn/zenburn-2.25.ebuild | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/app-vim/zenburn/Manifest b/app-vim/zenburn/Manifest new file mode 100644 index 0000000..2e21e53 --- /dev/null +++ b/app-vim/zenburn/Manifest @@ -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 index 0000000..6c8987e --- /dev/null +++ b/app-vim/zenburn/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>[email protected]</email> + <name>Gentoo Vim Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</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 index 0000000..cb46827 --- /dev/null +++ b/app-vim/zenburn/zenburn-2.25.ebuild @@ -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}"
