commit:     4407b30cdf8d65df824940d283ca2bcf13a25a66
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:43:43 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
-}

Reply via email to