blob: e38e2febc202b07d7c9484c263d09a90740316ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install postinst postrm prepare unpack
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: simulate a split shell with screen or tmux
EAPI=5
HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=2711
KEYWORDS=~amd64 ~x86
LICENSE=public-domain
RDEPEND=|| ( app-misc/screen app-misc/tmux ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=https://github.com/vim-scripts/Screen-vim---gnu-screentmux/tarball/1.5 -> screen-1.5.tar.gz
_eclass_exported_funcs=pkg_postrm:vim-plugin pkg_postinst:vim-plugin src_unpack:vcs-snapshot src_prepare:- src_install:vim-plugin
_eclasses_=vcs-snapshot b45be87e7012be0af8424e8a5644da1d vim-doc 1b0813c9dadf2431c96854a8d46f5eaf vim-plugin 1bbfc3364a7588372fb4c21734f0cd96
_md5_=daf3d3b8acfdd1b4c463ea5d776bb7c6
|