summaryrefslogtreecommitdiff
path: root/app-vim/autoalign
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/autoalign
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/autoalign')
-rw-r--r--app-vim/autoalign/Manifest3
-rw-r--r--app-vim/autoalign/autoalign-14.ebuild31
-rw-r--r--app-vim/autoalign/metadata.xml8
3 files changed, 42 insertions, 0 deletions
diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest
new file mode 100644
index 000000000000..f5e0ca779414
--- /dev/null
+++ b/app-vim/autoalign/Manifest
@@ -0,0 +1,3 @@
+DIST autoalign-14.tar.xz 13400 BLAKE2B eba5a5fe00d264c1b8aaacfb79e9ba6bdb0f6a6314a6a8364c89b7e4136a8edcdae73db2343f94a7b76103285a88e6fa13d60cbaa91a6ac35bea99410776819c SHA512 40107b8e12c4190c4f31c740d9b7615eb0836f4d159e6071526de768e6f7726849cb0cd93af8674aff7d6cfecc1b7f27d5b894628f426c51941bb914b92944f2
+EBUILD autoalign-14.ebuild 771 BLAKE2B b460dc053cc677c1196b3399b5a71a5e11724e6ae053c89f2c8a5a4a22e797d406a82fe7f76f4e2ccec22b9ae7f9affb34c55eb67f0f98ad22c814c85baf69f1 SHA512 96d0ac9dd64f23355a00248305d26ca94a184a3a93514c88df567571e32d0f2b757dc214dde32d31b757da979ede4584232e52ba0cfdf87d417096ed51d85ec1
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild
new file mode 100644
index 000000000000..0d7d12e9d234
--- /dev/null
+++ b/app-vim/autoalign/autoalign-14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=884"
+LICENSE="vim"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+IUSE=""
+
+if [[ ${PV} != 9999* ]] ; then
+ SRC_URI="mirror://gentoo/${P}.tar.xz
+ https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
+fi
+
+DEPEND="app-arch/xz-utils"
+RDEPEND="
+ >=app-vim/align-30
+ >=app-vim/cecutil-4"
+
+VIM_PLUGIN_HELPFILES="autoalign"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+ # Don't use the cecutil.vim included in the tarball, use the one
+ # provided by app-vim/cecutil instead.
+ rm plugin/cecutil.vim || die
+}
diff --git a/app-vim/autoalign/metadata.xml b/app-vim/autoalign/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/autoalign/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>