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 B98A1158091 for ; Fri, 10 Jun 2022 18:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C234EE091F; Fri, 10 Jun 2022 18:08:10 +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 A68D3E091F for ; Fri, 10 Jun 2022 18:08:10 +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 BCEEB341838 for ; Fri, 10 Jun 2022 18:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B8AA506 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: <1654884470.4407b30cdf8d65df824940d283ca2bcf13a25a66.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gnupg/Manifest app-vim/gnupg/gnupg-2.6.ebuild X-VCS-Directories: app-vim/gnupg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4407b30cdf8d65df824940d283ca2bcf13a25a66 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: b3fc7834-1340-4e8e-9007-eb779d2b6b71 X-Archives-Hash: 57e7dbb500239532adc3a970e535bca3 commit: 4407b30cdf8d65df824940d283ca2bcf13a25a66 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:43:43 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=4407b30c app-vim/gnupg: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/gnupg/Manifest | 1 - app-vim/gnupg/gnupg-2.6.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest index 2d883828ebcc..3dcfa1158497 100644 --- a/app-vim/gnupg/Manifest +++ b/app-vim/gnupg/Manifest @@ -1,2 +1 @@ -DIST gnupg-2.6.tar.bz2 12074 BLAKE2B d06e4637627187e1d276c3b485e22b35f0cba78a491d34f0884da7ad320f12a3443e40a7c0e7e3f27be03984380eb966d593a283d768bb834a1fefed05656dd3 SHA512 1b7307954aad751006286edebb80767951b9bd9a8eff4c4a57fa6030cb442ceca12730a82c76a2181e1da19cc4cc8be21ccd4f8a21817aedf42785d8ff4b61ac DIST gnupg-2.7.1.zip 16131 BLAKE2B 82e29fd95adc5d6690409ec136086be2f0f358143de0bd6ad53c095d4cdcebe47f463f30cc5f494c441222380b5fac3291a9a6f7937f487ad28702ed3e175873 SHA512 07599e981e55d7eac7b06169e9ce30d33374b01680ad0317d5e4b51addce22b195dbd7a22a2adc381dfb89bd66aad9c377b43f36e6a5b32b7c577462b149e0a2 diff --git a/app-vim/gnupg/gnupg-2.6.ebuild b/app-vim/gnupg/gnupg-2.6.ebuild deleted file mode 100644 index ef344bdcf3f9..000000000000 --- a/app-vim/gnupg/gnupg-2.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="transparent editing of gpg encrypted files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3645" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm x86" - -RDEPEND="app-crypt/gnupg" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir doc || die - sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \ - -e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \ - plugin/${PN}.vim \ - > doc/${PN}.txt || die -}