diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-05 13:31:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 20:27:10 +0000 |
commit | ca9d3db46f65113279da0183569a789f02753fa3 (patch) | |
tree | d19a69c6ba74c0e421e7c1c4263c53f3e5f4ca2f /app-vim | |
parent | net-libs/libpcap: remove unused patch (diff) | |
download | gentoo-ca9d3db46f65113279da0183569a789f02753fa3.tar.gz gentoo-ca9d3db46f65113279da0183569a789f02753fa3.tar.bz2 gentoo-ca9d3db46f65113279da0183569a789f02753fa3.zip |
app-vim/vim-nftables: fix DESCRIPTION
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild | 4 | ||||
-rw-r--r-- | 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 733427968a90..970dcd5aba6b 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 3073736b57a5..2ac266822df7 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}" |