summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-10 13:43:43 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-10 14:07:50 -0400
commit4407b30cdf8d65df824940d283ca2bcf13a25a66 (patch)
tree73a79b83ba5af9f43668f58a3b8a77380fd116b4 /app-vim
parentapp-vim/gitolite-syntax: Drop old versions (diff)
downloadgentoo-4407b30cdf8d65df824940d283ca2bcf13a25a66.tar.gz
gentoo-4407b30cdf8d65df824940d283ca2bcf13a25a66.tar.bz2
gentoo-4407b30cdf8d65df824940d283ca2bcf13a25a66.zip
app-vim/gnupg: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gnupg/Manifest1
-rw-r--r--app-vim/gnupg/gnupg-2.6.ebuild28
2 files changed, 0 insertions, 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
-}