summaryrefslogtreecommitdiff
path: root/app-vim/easy-align
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/easy-align
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/easy-align')
-rw-r--r--app-vim/easy-align/Manifest3
-rw-r--r--app-vim/easy-align/easy-align-2.10.0.ebuild23
-rw-r--r--app-vim/easy-align/metadata.xml11
3 files changed, 37 insertions, 0 deletions
diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest
new file mode 100644
index 000000000000..f8fe5d8d2030
--- /dev/null
+++ b/app-vim/easy-align/Manifest
@@ -0,0 +1,3 @@
+DIST easy-align-2.10.0.tar.gz 20056 BLAKE2B 3319cfc84147a3cfb0c7109dbb9116c94b734da528623944e2546667ac45e5d912e404c8c94df963002e7789760ba8fa7023e98cf22c1201bedbe8f667b1d13d SHA512 4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd
+EBUILD easy-align-2.10.0.ebuild 551 BLAKE2B e802d9157674c57d00f502f4e17babf34bfd039f2df5890b64ff91ef87fa312d11c784b14d65d9f006d9f18fe8a31f20b3101f37c74c10fa66c3e023e8cc0909 SHA512 d7cc1c6432630f3db2342c64d04d660506c3d2b721865dcbae625ec945ffdb0a2b93bcac5cb4f5ae7503466018beccede4f492ddd56e2d1f0f59ac6c26a0eb03
+MISC metadata.xml 347 BLAKE2B 21be1fa0f775c2734cede9e1e5ffd6bd2a23681a16a6361689a927ae4871ed3df26592c87da7e8e8771242fdf496baa0647fee36d007c356e60bd190d2a9ba62 SHA512 4b687e38ddec009ffc0ab3effb0f1d4d46d8a576812b73f3526bf13f0facef23525b75765ac7c56e9c541d66b0cbdb1f3f46a0907d3688f91576cd0a6bb67c92
diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild
new file mode 100644
index 000000000000..e13cbff4ce51
--- /dev/null
+++ b/app-vim/easy-align/easy-align-2.10.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN=vim-${PN}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="vim plugin: a simple alignment plugin"
+HOMEPAGE="https://github.com/junegunn/vim-easy-align https://www.vim.org/scripts/script.php?script_id=4520"
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+ rm -rv test || die
+}
diff --git a/app-vim/easy-align/metadata.xml b/app-vim/easy-align/metadata.xml
new file mode 100644
index 000000000000..0c9042ba210c
--- /dev/null
+++ b/app-vim/easy-align/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>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">junegunn/vim-easy-align</remote-id>
+ </upstream>
+</pkgmetadata>