mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-vim/lustyexplorer: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST lusty-explorer-5.0.zip 21036 BLAKE2B 6f9918242b5a12a2fd58017c54f10489113b21858e1522e0ff74a7cca41045c08144cb7b69bef2aa5e67998d74bb8472d547421cb737d2fdf79ec1ce4c51db9d SHA512 42aa2dea2d96c88cf65891a08a798c185849695c49663260fd133c34b63311d1db9073d3db2d6e4d1fd6907fdd4cf89335dacb0a5bbaa994924751f5a1be66cf
|
||||
DIST lustyexplorer-4.3.tar.bz2 17373 BLAKE2B 643eb4c7573932fa63030766670d7c398e307b72e08e93e53e31b7f21086a80196c8d4d7811032b8b945306fcdc7d86d59eb6b48ce0b79f38e628d6b4bec7519 SHA512 24ffa1fe5c1698dfa6093c7cfed2f08540ce130258df5e8ec135356ecea4c1f607f11e643ab859f551e63ecbbf6fc8a615a9514e1d4798b752cc97146c29c661
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer"
|
||||
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890"
|
||||
LICENSE="bufexplorer.vim"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="lusty-explorer.txt"
|
||||
|
||||
RDEPEND="|| (
|
||||
app-editors/vim[ruby]
|
||||
app-editors/gvim[ruby]
|
||||
)"
|
||||
|
||||
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 "${S}"/doc || die
|
||||
sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \
|
||||
-e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \
|
||||
plugin/lusty-explorer.vim > doc/lusty-explorer.txt
|
||||
}
|
||||
Reference in New Issue
Block a user