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 26022158091 for ; Fri, 10 Jun 2022 18:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC3DE0916; Fri, 10 Jun 2022 18:08:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3AB15E0916 for ; Fri, 10 Jun 2022 18:08:09 +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 15BFC34123C for ; Fri, 10 Jun 2022 18:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37B74FB for ; Fri, 10 Jun 2022 18:08:06 +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: <1654884470.203e047ba16a2e416c37f449092b7b9263c35776.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/frawor/Manifest app-vim/frawor/frawor-0.2.3.ebuild X-VCS-Directories: app-vim/frawor/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 203e047ba16a2e416c37f449092b7b9263c35776 X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:06 +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: 78f296f0-f031-4ab3-84f8-1d630fed45d5 X-Archives-Hash: 2327061b72a7ddb45c52a91466ad5d48 commit: 203e047ba16a2e416c37f449092b7b9263c35776 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:43:34 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203e047b app-vim/frawor: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/frawor/Manifest | 1 - app-vim/frawor/frawor-0.2.3.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest index a8f4b7fe7ef2..8b5248a9c8ee 100644 --- a/app-vim/frawor/Manifest +++ b/app-vim/frawor/Manifest @@ -1,2 +1 @@ DIST frawor-0.2.3.tar.gz 125909 BLAKE2B d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab SHA512 230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017 -DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2 diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild deleted file mode 100644 index 1f54b2217232..000000000000 --- a/app-vim/frawor/frawor-0.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: modular vim framework" -HOMEPAGE="https://bitbucket.org/ZyX_I/frawor" -SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz" - -LICENSE="vim" -KEYWORDS="amd64 x86" - -# Tests rely on zsh. No. -RESTRICT="test"