Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-vim/ansible-vim/
Date: Mon, 26 Sep 2022 09:48:12
Message-Id: 1663866023.51c6c2d8ea8f87897e3b4945d45964bde50bc2fa.andrewammerlaan@gentoo
1 commit: 51c6c2d8ea8f87897e3b4945d45964bde50bc2fa
2 Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
3 AuthorDate: Thu Sep 22 16:59:32 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 17:00:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51c6c2d8
7
8 app-vim/ansible-vim: new package, add 3.2
9
10 Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
11
12 app-vim/ansible-vim/Manifest | 1 +
13 app-vim/ansible-vim/ansible-vim-3.2.ebuild | 20 ++++++++++++++++++++
14 app-vim/ansible-vim/metadata.xml | 8 ++++++++
15 3 files changed, 29 insertions(+)
16
17 diff --git a/app-vim/ansible-vim/Manifest b/app-vim/ansible-vim/Manifest
18 new file mode 100644
19 index 000000000..4a86b00a6
20 --- /dev/null
21 +++ b/app-vim/ansible-vim/Manifest
22 @@ -0,0 +1 @@
23 +DIST ansible-vim-3.2.tar.gz 12116 BLAKE2B e532b348216f3616060b9e09d177d601534c37eda1305512309954e0480e2827bd6f2d40564151104184a389c495b2442264f34d5b8031a1023ddd093cdd1be6 SHA512 a75e8b149befb001fdb0012ea8219287a6b4c302e2ae2de456835c48e3a516bb99bfb91a21e2d60eff12b5a24d918510dd9302d93e0bf43cb42f025ea0504d1b
24
25 diff --git a/app-vim/ansible-vim/ansible-vim-3.2.ebuild b/app-vim/ansible-vim/ansible-vim-3.2.ebuild
26 new file mode 100644
27 index 000000000..922948793
28 --- /dev/null
29 +++ b/app-vim/ansible-vim/ansible-vim-3.2.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +VIM_PLUGIN_VIM_VERSION="7.0"
37 +inherit vim-plugin
38 +
39 +DESCRIPTION="vim plugin: sytax highlighting for Ansible's common file types"
40 +HOMEPAGE="https://github.com/pearofducks/ansible-vim"
41 +SRC_URI="https://github.com/pearofducks/ansible-vim/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT BSD"
44 +KEYWORDS="~amd64"
45 +
46 +src_install() {
47 + vim-plugin_src_install
48 +
49 + find "${ED}" -name "*LICENSE" -delete || die
50 +}
51
52 diff --git a/app-vim/ansible-vim/metadata.xml b/app-vim/ansible-vim/metadata.xml
53 new file mode 100644
54 index 000000000..f384473e1
55 --- /dev/null
56 +++ b/app-vim/ansible-vim/metadata.xml
57 @@ -0,0 +1,8 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <name>Adrian Schollmeyer</name>
63 + <email>nex+b-g-o@××××××.de</email>
64 + </maintainer>
65 +</pkgmetadata>