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/, app-vim/vim-nftables/files/
Date: Tue, 25 Feb 2020 02:50:42
Message-Id: 1582598996.43e5ed3b4b5563caff23faeeb77e9cd5a4e5aa6c.chutzpah@gentoo
1 commit: 43e5ed3b4b5563caff23faeeb77e9cd5a4e5aa6c
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Feb 25 02:49:56 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 02:49:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e5ed3b
7
8 app-vim/vim-nftables-0_pre20200224: Version bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-vim/vim-nftables/Manifest | 2 +-
15 ...vim-nftables-0_pre20200220-extra-keywords.patch | 22 ----------------------
16 ...20.ebuild => vim-nftables-0_pre20200224.ebuild} | 6 +-----
17 3 files changed, 2 insertions(+), 28 deletions(-)
18
19 diff --git a/app-vim/vim-nftables/Manifest b/app-vim/vim-nftables/Manifest
20 index 7cda0a9521b..376e4ff0160 100644
21 --- a/app-vim/vim-nftables/Manifest
22 +++ b/app-vim/vim-nftables/Manifest
23 @@ -1 +1 @@
24 -DIST vim-nftables-0_pre20200220.tar.gz 2419 BLAKE2B 7ee16e013f0873f5bd5d1e6beb3c824eabe38b759145a20aa0c9bb16b0abbb640d10eed59ffdc77ae0b4a7091158cc6d732cdec2589886edf52a8f6574f1145e SHA512 061b4410f261ea5449c366261ff8b3fd9ab15995ab73ac2f77a6de58e0d8764a0828973cbde152eb637f4bc6a8882c56efecdda65c7ecd6ca69df4f92fd190fe
25 +DIST vim-nftables-0_pre20200224.tar.gz 2427 BLAKE2B a17780ffcabd1d323f3ccaa52e9726c2d8dc04583003fd8eaa799c897d1ccb1718a2ef28c2c06f0108785bdcc90addfb27d54f73db8d9f59b225e34c244cf179 SHA512 05dab5d9bdaed4ae1de9e00f2d6996f4350d859af73062d00417ee6567041c0a3fa6f50996fefa64e7a2410779b254ddeac1d5a893aa2f664504278b67fa2fd9
26
27 diff --git a/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch b/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch
28 deleted file mode 100644
29 index b0634911578..00000000000
30 --- a/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -From e378b1484a85399032ff32d86ad2a5bde936762f Mon Sep 17 00:00:00 2001
34 -From: adrian5 <adrian5@××××××××××××××××××××.com>
35 -Date: Mon, 17 Feb 2020 22:13:50 +0100
36 -Subject: [PATCH] Add icmpv6 keyword
37 -
38 ----
39 - syntax/nftables.vim | 2 +-
40 - 1 file changed, 1 insertion(+), 1 deletion(-)
41 -
42 -diff --git a/syntax/nftables.vim b/syntax/nftables.vim
43 -index c80eb9d..d5d0e3f 100644
44 ---- a/syntax/nftables.vim
45 -+++ b/syntax/nftables.vim
46 -@@ -23,7 +23,7 @@ syn keyword Function table chain
47 - syn keyword Statement type hook
48 - syn keyword Type ip ip6 inet arp bridge
49 - syn keyword Type filter nat route
50 --syn keyword Type ether vlan arp ip ip6 tcp udp udplite sctp dccp ah esp ipcomp icmp
51 -+syn keyword Type ether vlan arp ip ip6 tcp udp udplite sctp dccp ah esp ipcomp icmp icmpv6 igmp
52 - syn keyword Type ct
53 - syn keyword Type length protocol priority mark iif iifname iiftype oif oifname oiftype skuid skgid rtclassid
54 - syn keyword Constant prerouting input forward output postrouting
55
56 diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200220.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild
57 similarity index 77%
58 rename from app-vim/vim-nftables/vim-nftables-0_pre20200220.ebuild
59 rename to app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild
60 index 779cf131057..733427968a9 100644
61 --- a/app-vim/vim-nftables/vim-nftables-0_pre20200220.ebuild
62 +++ b/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild
63 @@ -5,7 +5,7 @@ EAPI=7
64
65 inherit vim-plugin
66
67 -COMMIT_ID="aad8540ef56f495baa589f646edc1253db990f1a"
68 +COMMIT_ID="01c7b97eff12fd4b624e6efa2c0468163db61ebc"
69
70 DESCRIPTION="vim plugin: "
71 HOMEPAGE="https://github.com/nfnty/vim-nftables"
72 @@ -15,10 +15,6 @@ S="${WORKDIR}/${PN}-${COMMIT_ID}"
73 LICENSE="MIT"
74 KEYWORDS="~amd64 ~x86"
75
76 -PATCHES=(
77 - "${FILESDIR}/vim-nftables-0_pre20200220-extra-keywords.patch"
78 -)
79 -
80 src_prepare() {
81 default