diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:42:58 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:49 -0400 |
commit | bfab17f76a668d3af1b8fe57ab778aa04796d922 (patch) | |
tree | a9a02cf1a0efcfc64fb5e3f958cfc396d1ee72cf /app-vim/bash-support | |
parent | app-editors/vile: Drop old versions (diff) | |
download | gentoo-bfab17f76a668d3af1b8fe57ab778aa04796d922.tar.gz gentoo-bfab17f76a668d3af1b8fe57ab778aa04796d922.tar.bz2 gentoo-bfab17f76a668d3af1b8fe57ab778aa04796d922.zip |
app-vim/bash-support: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim/bash-support')
-rw-r--r-- | app-vim/bash-support/Manifest | 1 | ||||
-rw-r--r-- | app-vim/bash-support/bash-support-4.2.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest index 129a59a5bb27..fba603c5092b 100644 --- a/app-vim/bash-support/Manifest +++ b/app-vim/bash-support/Manifest @@ -1,2 +1 @@ -DIST bash-support-4.2.1.tar.bz2 115200 BLAKE2B 2fab4f1bb0897af389a206051e63d2fe7a8cd89367298b1be51146eed7c0d788b23cec7bc81ce3056d26b5efc920043e67be003e4e6bfe25b503d532c74d9c07 SHA512 12ab39f5cffb58e4adb2137265d6c4f1a61b5f2e360f6866c21ead0a67e02a5445bd12fec5b00b26e5d6102b3aaab99b8b13539a67575067c3ef9b26c4ef8fba DIST bash-support-4.3.zip 249238 BLAKE2B 46fa031b4ba927e5a229fa9dc93a3dbe005322a1de494bc8cbeb56138f2c580ea5b39b203d46b59013e1985930422c2e4217234a317fbf8ee6209889c4047323 SHA512 fd9294e467129990bc9796cda309a5b0ec5af3ddbda7f141939622ec0d96c1573b35d9a20e99040d6a4e83b1e98c1f6b847c77d055cca9492922e1080dc64118 diff --git a/app-vim/bash-support/bash-support-4.2.1.ebuild b/app-vim/bash-support/bash-support-4.2.1.ebuild deleted file mode 100644 index 7f4ee58c004f..000000000000 --- a/app-vim/bash-support/bash-support-4.2.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=365" -LICENSE="public-domain" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_install() { - dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf} - rm -rf ${PN}/doc || die - - vim-plugin_src_install -} |