From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8BE91382C5 for ; Fri, 5 Mar 2021 20:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16503E0809; Fri, 5 Mar 2021 20:27:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 000FAE0809 for ; Fri, 5 Mar 2021 20:27:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D7C2340EB8 for ; Fri, 5 Mar 2021 20:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF394F9 for ; Fri, 5 Mar 2021 20:27:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614976030.ca9d3db46f65113279da0183569a789f02753fa3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild X-VCS-Directories: app-vim/vim-nftables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca9d3db46f65113279da0183569a789f02753fa3 X-VCS-Branch: master Date: Fri, 5 Mar 2021 20:27:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 354e6c21-45a5-4db9-81ed-9009534404be X-Archives-Hash: 0f3ed6d66df216b271bdc1e366afe7ba commit: ca9d3db46f65113279da0183569a789f02753fa3 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 5 12:31:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 20:27:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9d3db4 app-vim/vim-nftables: fix DESCRIPTION Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19774 Signed-off-by: Sam James gentoo.org> app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild | 4 ++-- app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild index 733427968a9..970dcd5aba6 100644 --- a/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild +++ b/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit vim-plugin COMMIT_ID="01c7b97eff12fd4b624e6efa2c0468163db61ebc" -DESCRIPTION="vim plugin: " +DESCRIPTION="vim plugin: nftables syntax and indent" HOMEPAGE="https://github.com/nfnty/vim-nftables" SRC_URI="https://github.com/nfnty/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT_ID}" diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild index 3073736b57a..2ac266822df 100644 --- a/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild +++ b/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit vim-plugin COMMIT_ID="26f8a506c6f3e41f1e4a8d6aa94c9a79a666bbff" -DESCRIPTION="vim plugin: " +DESCRIPTION="vim plugin: nftables syntax and indent" HOMEPAGE="https://github.com/nfnty/vim-nftables" SRC_URI="https://github.com/nfnty/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT_ID}"