summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/colorschemes')
-rw-r--r--app-vim/colorschemes/Manifest1
-rw-r--r--app-vim/colorschemes/colorschemes-20140623-r1.ebuild30
-rw-r--r--app-vim/colorschemes/metadata.xml5
3 files changed, 36 insertions, 0 deletions
diff --git a/app-vim/colorschemes/Manifest b/app-vim/colorschemes/Manifest
new file mode 100644
index 000000000000..b68291763153
--- /dev/null
+++ b/app-vim/colorschemes/Manifest
@@ -0,0 +1 @@
+DIST colorschemes-20140623.tar.bz2 683654 SHA256 9096b0843e2bffd0183fc8ce356994e24016fb046621d80b9efff068542c2f08 SHA512 523a1fcc5f179ede94887c844397bf507ba6432f7e8812794be3a2451f467370e0c2119000e138ca021f05eee4b3f43e34444916f3fed3eeb7749db459b502e3 WHIRLPOOL f6813827370e3fd023c720c42c2fe5d4f865f2393dcec582b9d1b80d5dfdb9c848b21b73a182a434595f8594f053f27bf0e93219817a009ce5729f804c4d5168
diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
new file mode 100644
index 000000000000..7b0ef745fc28
--- /dev/null
+++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin eutils
+
+DESCRIPTION="vim plugin: a collection of color schemes from vim.org"
+HOMEPAGE="http://www.vim.org/"
+
+LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides a collection of color schemes for vim. To switch
+color schemes, use :colorscheme schemename (tab completion is available
+for scheme names). To automatically set a scheme at startup, please see
+:help vimrc."
+
+src_prepare() {
+ EPATCH_SOURCE="${S}/patches" \
+ EPATCH_SUFFIX="patch" \
+ EPATCH_FORCE="yes" \
+ epatch
+ rm -rf patches/
+
+ # fix line endings
+ edos2unix colors/*
+}
diff --git a/app-vim/colorschemes/metadata.xml b/app-vim/colorschemes/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/colorschemes/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>