Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-nftables/
Date: Mon, 29 Jun 2020 17:13:42
Message-Id: 1593450812.e066fca46f76b81fc7edb757362813420b7e6be6.chutzpah@gentoo
1 commit: e066fca46f76b81fc7edb757362813420b7e6be6
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Mon Jun 29 17:13:07 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 17:13:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e066fca4
7
8 app-vim/vim-nftables-0_pre20200629: Version bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-vim/vim-nftables/Manifest | 1 +
15 .../vim-nftables/vim-nftables-0_pre20200629.ebuild | 23 ++++++++++++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/app-vim/vim-nftables/Manifest b/app-vim/vim-nftables/Manifest
19 index 376e4ff0160..557831dac59 100644
20 --- a/app-vim/vim-nftables/Manifest
21 +++ b/app-vim/vim-nftables/Manifest
22 @@ -1 +1,2 @@
23 DIST vim-nftables-0_pre20200224.tar.gz 2427 BLAKE2B a17780ffcabd1d323f3ccaa52e9726c2d8dc04583003fd8eaa799c897d1ccb1718a2ef28c2c06f0108785bdcc90addfb27d54f73db8d9f59b225e34c244cf179 SHA512 05dab5d9bdaed4ae1de9e00f2d6996f4350d859af73062d00417ee6567041c0a3fa6f50996fefa64e7a2410779b254ddeac1d5a893aa2f664504278b67fa2fd9
24 +DIST vim-nftables-0_pre20200629.tar.gz 2440 BLAKE2B 39a80bfa54b378896918f3703edd452cc3d9d15d15bc6545dfeda362726e8dc1bcfb1f2008d5c1236f24b01dbc17df59ea14928550a3567b57c74407c7e97d73 SHA512 71ddc55158b7461dc71730f76c84ba4cf76490afe0c5323502341e97d7173a1607e9cc70e6a552cfb7491e485352c837d0aa2e6f9c46e81ef525bedc88e389ef
25
26 diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200629.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200629.ebuild
27 new file mode 100644
28 index 00000000000..46857be2a72
29 --- /dev/null
30 +++ b/app-vim/vim-nftables/vim-nftables-0_pre20200629.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit vim-plugin
38 +
39 +COMMIT_ID="26f8a506c6f3e41f1e4a8d6aa94c9a79a666bbff"
40 +
41 +DESCRIPTION="vim plugin: "
42 +HOMEPAGE="https://github.com/nfnty/vim-nftables"
43 +SRC_URI="https://github.com/nfnty/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${PN}-${COMMIT_ID}"
45 +
46 +LICENSE="MIT"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +src_prepare() {
50 + default
51 +
52 + # will install license file by default
53 + rm LICENSE || die
54 +}