summaryrefslogtreecommitdiff
path: root/app-vim/colorsel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/colorsel
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/colorsel')
-rw-r--r--app-vim/colorsel/Manifest3
-rw-r--r--app-vim/colorsel/colorsel-20100406.ebuild19
-rw-r--r--app-vim/colorsel/metadata.xml8
3 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/colorsel/Manifest b/app-vim/colorsel/Manifest
new file mode 100644
index 000000000000..3347c06ff1c7
--- /dev/null
+++ b/app-vim/colorsel/Manifest
@@ -0,0 +1,3 @@
+DIST colorsel-20100406.zip 11216 BLAKE2B 7fed182d4d79c1ab971f734a196a3d99b5b45abf92fa5c101ef05c8b74b8f4ddeb0bb144c46c23c3926f2f40a22f1ea0f107f468744232e5e6640622e9098984 SHA512 628c2824ce0c5524f45eac209010873324111c33697fd4e36a71d7dbe7aa83f388caec46cdf18224faaaf5480fb671e2e0fa241f0ab4379b276354217d5587cb
+EBUILD colorsel-20100406.ebuild 512 BLAKE2B ce678c3fae7ad07f85cc27018bcb46ed598b98d87ebe733ae145b913fcc17a9c5d4d8db89b26d2d9f57532481b29942fef66686ea5a3def4b0cea4bfd3475213 SHA512 be123e53431f2b3c8b67fe501ee99ca3babb8cfc781dc39c6597df9c8bebd276b5ae2e96edbff56f316639722a01911123a89c8e697c9e80edbaf420b8c2fb56
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
new file mode 100644
index 000000000000..7c63a3c90123
--- /dev/null
+++ b/app-vim/colorsel/colorsel-20100406.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: RGB / HSV color selector"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
+LICENSE="public-domain"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+DEPEND="app-arch/unzip"
+RDEPEND=">=app-editors/gvim-7.0"
+
+S=${WORKDIR}
diff --git a/app-vim/colorsel/metadata.xml b/app-vim/colorsel/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/colorsel/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>