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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBFFE158091 for ; Fri, 10 Jun 2022 18:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBE2E092F; Fri, 10 Jun 2022 18:08:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F01EEE092E for ; Fri, 10 Jun 2022 18:08:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BAE034184E for ; Fri, 10 Jun 2022 18:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E610F514 for ; Fri, 10 Jun 2022 18:08:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654884472.e442dee764464c95796c47a92669f99d0ec9b980.mattst88@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/Manifest app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild X-VCS-Directories: app-vim/vim-nftables/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e442dee764464c95796c47a92669f99d0ec9b980 X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:07 +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: 42dd48fc-ac0c-4ac2-9e22-3ec173d95290 X-Archives-Hash: 833351bf7e4a42ed8239cd5ff2f43104 commit: e442dee764464c95796c47a92669f99d0ec9b980 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:45:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e442dee7 app-vim/vim-nftables: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/vim-nftables/Manifest | 1 - app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/app-vim/vim-nftables/Manifest b/app-vim/vim-nftables/Manifest index 557831dac591..eacdd03fa2d9 100644 --- a/app-vim/vim-nftables/Manifest +++ b/app-vim/vim-nftables/Manifest @@ -1,2 +1 @@ -DIST vim-nftables-0_pre20200224.tar.gz 2427 BLAKE2B a17780ffcabd1d323f3ccaa52e9726c2d8dc04583003fd8eaa799c897d1ccb1718a2ef28c2c06f0108785bdcc90addfb27d54f73db8d9f59b225e34c244cf179 SHA512 05dab5d9bdaed4ae1de9e00f2d6996f4350d859af73062d00417ee6567041c0a3fa6f50996fefa64e7a2410779b254ddeac1d5a893aa2f664504278b67fa2fd9 DIST vim-nftables-0_pre20200629.tar.gz 2440 BLAKE2B 39a80bfa54b378896918f3703edd452cc3d9d15d15bc6545dfeda362726e8dc1bcfb1f2008d5c1236f24b01dbc17df59ea14928550a3567b57c74407c7e97d73 SHA512 71ddc55158b7461dc71730f76c84ba4cf76490afe0c5323502341e97d7173a1607e9cc70e6a552cfb7491e485352c837d0aa2e6f9c46e81ef525bedc88e389ef diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild deleted file mode 100644 index de0e056a2365..000000000000 --- a/app-vim/vim-nftables/vim-nftables-0_pre20200224.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_ID="01c7b97eff12fd4b624e6efa2c0468163db61ebc" - -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}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86"