Skip to content

Commit

Permalink
app-vim/zenburn: Add colourscheme for vim.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Jun 7, 2016
1 parent 7eba3cf commit d9f40cc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/zenburn/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST zenburn-2.25.zip 8167 SHA256 bfdae357da421ad9803177904d2a1b5f2323df468357be331fe8cd2b0d1b0515 SHA512 4c448724682cc05ddcc60ed03e0368082ba42031e84960bdb21fd457daca07cfda05a54b68283b4524360bf97e0959fe018a14ea2edc5980d88b7b6b96105ce5 WHIRLPOOL 8b8ae029b089c935da4090ee03bc7bd0672c4b621b636db9be4ecd0ce444a9f52a8d702e8f3f98597d3fdc1409a796229e9d2458019b48cf773f2282e0ce82ad
11 changes: 11 additions & 0 deletions app-vim/zenburn/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>
19 changes: 19 additions & 0 deletions app-vim/zenburn/zenburn-2.25.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit d9f40cc

Please sign in to comment.