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 F27D41382C5 for ; Thu, 18 Jun 2020 16:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2480CE0849; Thu, 18 Jun 2020 16:48:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0C08FE0849 for ; Thu, 18 Jun 2020 16:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8026934F3C2 for ; Thu, 18 Jun 2020 16:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BD6B175 for ; Thu, 18 Jun 2020 16:48:35 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1592498894.99042a55b7a6abf4d5a5c391e8f6cbc510a81507.chutzpah@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.9_p20200613.ebuild X-VCS-Directories: app-vim/vim-nftables/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 99042a55b7a6abf4d5a5c391e8f6cbc510a81507 X-VCS-Branch: master Date: Thu, 18 Jun 2020 16:48:35 +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: 8c717e6e-e4ce-4142-bea7-3b7b4a8af02a X-Archives-Hash: d61531625ab567d39d68b2cb122f2705 commit: 99042a55b7a6abf4d5a5c391e8f6cbc510a81507 Author: Patrick McLean gentoo org> AuthorDate: Thu Jun 18 16:48:14 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Jun 18 16:48:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99042a55 app-vim/vim-nftables: Remove non-working newer version Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> app-vim/vim-nftables/Manifest | 1 - .../vim-nftables/vim-nftables-0.9_p20200613.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/app-vim/vim-nftables/Manifest b/app-vim/vim-nftables/Manifest index 91a5999d73d..376e4ff0160 100644 --- a/app-vim/vim-nftables/Manifest +++ b/app-vim/vim-nftables/Manifest @@ -1,2 +1 @@ -DIST vim-nftables-0.9_p20200613.tar.gz 3029968 BLAKE2B 00696b95ec7de7c574159cf5f9d27e27c833af4cd7869551c3684285d6f38490cb2b98cfe1a638e3d42a30b06933e5fb8f4b54dbd2dd4649380d2b4102ad1c71 SHA512 cb63f8b2f9f52ca09448ab4572e65f1514aeda78d256814eee266d5973a18cca075cc232dd736b0503e950fea2c5e26990e3f60528559e1ac1b51c54c36014df DIST vim-nftables-0_pre20200224.tar.gz 2427 BLAKE2B a17780ffcabd1d323f3ccaa52e9726c2d8dc04583003fd8eaa799c897d1ccb1718a2ef28c2c06f0108785bdcc90addfb27d54f73db8d9f59b225e34c244cf179 SHA512 05dab5d9bdaed4ae1de9e00f2d6996f4350d859af73062d00417ee6567041c0a3fa6f50996fefa64e7a2410779b254ddeac1d5a893aa2f664504278b67fa2fd9 diff --git a/app-vim/vim-nftables/vim-nftables-0.9_p20200613.ebuild b/app-vim/vim-nftables/vim-nftables-0.9_p20200613.ebuild deleted file mode 100644 index b3eba7c2e8d..00000000000 --- a/app-vim/vim-nftables/vim-nftables-0.9_p20200613.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_ID="ec09292c0d7762c8675f9b08f473af8bd9803afc" - -DESCRIPTION="vim plugin: " -HOMEPAGE="https://github.com/egberts/vim-nftables" -SRC_URI="https://github.com/egberts/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_ID}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - default - - # will install license file by default - rm LICENSE || die -}